Releases: basler/pypylon
Releases · basler/pypylon
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
2.0.0rc1
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
1.9.0
pypylon release 1.9.0 Changes: Version 1.9.0 - Reduced the number of the python versions that are used for CI on Windows: Dropped 3.4 and 3.5 completely and the 32 bit builds of the remaining versions. - Added support for pixel formats Bayer**16 in GetArray() - Fixed decoding problems when detecting MSVC version. - Added CI builds for python 3.11 - Fixed memory leak in ImageDecompressor
1.9.0rc2
pypylon release 1.9.0rc2 Changes: Version 1.9.0rc2 - Reduced the number of the python versions that are used for CI on Windows: Dropped 3.4 and 3.5 completely and the 32 bit builds of the remaining versions. - Added support for pixel formats Bayer**16 in GetArray() - Fixed decoding problems when detecting MSVC version. - Added CI builds for python 3.11 - Fixed memory leak in ImageDecompressor