Releases: basler/pypylon
Releases · basler/pypylon
3.0.0
pypylon release 3.0.0
Changes:
Version 3.0.0
- Date 2023-11-09
- 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 ...
- Update reference version of macOS intel builds
- Moved windows builds to GitHub actions
- Update README.md
3.0.0rc2
pypylon release 3.0.0rc2
Changes:
Version 3.0.0rc2
- Date 2023-11-07
- Fix reference version of macos intel builds
3.0.0rc1
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
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
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
pypylon release 2.2.0rc2
Changes:
Version 2.2.0rc2
- Date 2023-06-14
- Fix upload folder location of macos
2.2.0rc1
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
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
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
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