Skip to content

Releases: basler/pypylon

3.0.0rc2

07 Nov 14:28
Compare
Choose a tag to compare
pypylon release 3.0.0rc2

Changes:
Version 3.0.0rc2
    - Date 2023-11-07
    - Fix reference version of macos intel builds

3.0.0rc1

07 Nov 12:05
Compare
Choose a tag to compare
pypylon release 3.0.0rc1

Changes:
    - Date 2023-11-07
    - Updated to pylon 7.4 on linux and windows
    - Add support for pylon Data Processing and vTools
    - Linux (64bit) binaries are now manylinux_2_31 compliant and therefore require glibc >= 2.31
    - Deprecate the direct feature assignment style, e.g cam.Gain = 42 in favor of e.g. cam.Gain.Value = 42 to allow typing support
    - Adjust all code examples and tests to use property access for features e.g. cam.Gain.Value, cam.Gain.Min, cam.Gain.Max ...

2.3.0

04 Sep 07:24
Compare
Choose a tag to compare
pypylon release 2.3.0

Changes:
Version 2.3.0
    - Date 2023-09-01
    - Add binding for VersionInfo
    - Add bindings to device factory methods on transport layers
    - Fix usage of Exception.GetDescription() in the samples

2.3.0rc1

01 Sep 11:32
Compare
Choose a tag to compare
pypylon release 2.3.0rc1

Changes:
    - Date 2023-09-01
    - Add binding for VersionInfo
    - Add bindings to device factory methods on transport layers
    - Fix usage of Exception.GetDescription() in the samples

2.2.0rc2

14 Jun 11:34
Compare
Choose a tag to compare
pypylon release 2.2.0rc2

Changes:
Version 2.2.0rc2
    - Date 2023-06-14
    - Fix upload folder location of macos

2.2.0rc1

14 Jun 10:22
Compare
Choose a tag to compare
pypylon release 2.2.0rc1

Changes:
Version 2.2.0rc1
    - Date 2023-06-14
    - Integrate macos build for arm64
    - Fix memory leak if ImageDecompressor is called on invalid data
    - Call Pylon::PylonTerminate on module unload to free pylon ressources
    - Fix Warnings from swig and c++ compile steps
    - Add support for swig installed via pypi
    - move tests to pytest format

2.2.0

14 Jun 14:27
Compare
Choose a tag to compare
pypylon release 2.2.0

Changes:
Version 2.2.0
    - Date 2023-06-14
    - Integrate macos build for arm64
    - Fix memory leak if ImageDecompressor is called on invalid data
    - Call Pylon::PylonTerminate on module unload to free pylon ressources
    - Fix Warnings from swig and c++ compile steps
    - Add support for swig installed via pypi
    - move tests to pytest format

2.1.0a1

24 May 15:57
Compare
Choose a tag to compare
pypylon release 2.1.0a1

Changes:
Version 2.1.0a1
    - Date 2023-05-24
    - Updated to pylon 7.3 on linux and windows

2.0.0

24 May 15:39
Compare
Choose a tag to compare
pypylon release 2.0.0rc1

Changes:
Version 2.0.0
    - Date 2023-05-24
    - Updated to pylon 7.2 on linux and windows
    - Dropped support for python 3.4 and 3.5 on linux
    - Linux binaries are now manylinux_2_28 compliant and therefore
      require glibc >= 2.28

2.0.0rc1

03 May 15:56
Compare
Choose a tag to compare
pypylon release 2.0.0rc1

Changes:
Version 2.0.0rc1
    - Date 2023-05-03
    - Updated to pylon 7.2 on linux and windows
    - Dropped support for python 3.4 and 3.5 on linux
    - Linux binaries are now manylinux_2_28 compliant and therefore
      require glibc >= 2.28