Skip to content

Releases: basler/pypylon

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

1.9.0

07 Feb 17:32
Compare
Choose a tag to compare
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

06 Feb 12:20
Compare
Choose a tag to compare
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

1.9.0rc1

06 Feb 12:06
Compare
Choose a tag to compare
pypylon release 1.9.0rc1

Changes:
Version 1.9.0rc1
    - 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

1.8.0

14 Feb 13:52
Compare
Choose a tag to compare
pypylon release 1.8.0

Changes:
Version 1.8.0
    - Date 2022-02-14
    - Adapted linux and windows 64 bit builds to pylon 6.3.0 (which includes
      the removal of BCON support).
    - Added python 3.10 binary releases