Skip to content

Releases: basler/pypylon

26.02.1

04 Mar 14:13

Choose a tag to compare

pypylon release 26.02.1

Changes:
Version 26.2.1
    - Date 2026-03-03
    - Updated to pylon Software Suite 26.2.1 on all platforms.

26.01.0

18 Feb 10:02

Choose a tag to compare

pypylon release 26.01.0

Changes:
Version 26.1.0
    - Date 2026-02-18
    - Updated to pylon Software Suite 26.1.0 on all platforms.
      This contains pylon C++ SDK 11.3.0, pylon Data Processing C++ SDK 4.1.1
      and is based on GenICam 3.5 reference implementation.
    - The version scheme has been aligned with the pylon Software Suite
      and there will be monthly releases going forward.
    - Deprecated GetDataComponent method. Use GetDataComponentByIndex or
      with pypylon 26.01 and above the GetDataComponentByType methods of
      PylonDataContainer or GrabResultData instead.
    - Update reference version for all platforms.
    - Fixed deployment issue to pypi and GitHub releases in GitHub actions.
    - Added stride parameter in ndarray to support PaddingX

26.01.0rc3

09 Feb 18:01

Choose a tag to compare

pypylon release 26.01.0rc3

Changes:
Version 26.1.0rc3
    - Date 2026-02-09
    - Added stride parameter in ndarray to support PaddingX

26.01.0rc2

26 Jan 20:52

Choose a tag to compare

pypylon release 26.01.0rc2

Changes:
Version 26.1.0rc2
    - Date 2026-01-26
    - Fixed deployment issue to pypi and GitHub releases in GitHub actions.

4.2.0

02 Jun 11:24

Choose a tag to compare

pypylon release 4.2.0

Changes:
Version 4.2.0
    - Date 2025-06-02
    - Updated to pylon Software Suite 8.1.0 on all platforms.
    - Added support for pylon data processing method BuildersRecipe.SaveAs
    - Add support for pylon GigE Accelerator on macOS. It can be downloaded
      from the Basler website or the Apple App Store.
    - Update reference version for all platforms.
    - Update README.md

4.2.0rc2

30 Apr 12:21

Choose a tag to compare

pypylon release 4.2.0rc2

Changes:
Version 4.2.0rc2
    - Date 2025-04-30
    - Update README.md

4.2.0rc1

25 Apr 17:59

Choose a tag to compare

pypylon release 4.2.0rc1

Changes:
Version 4.2.0rc1
    - Date 2025-04-24
    - Updated to pylon Software Suite 8.1.0 on all platforms.
    - Added support for pylon data processing method BuildersRecipe.SaveAs
    - Add support for pylon GigE Accelerator on macOS. It can be downloaded
      from the Basler website or the Apple App Store.
    - Update reference version for all platforms.
    - Update README.md

4.1.0

25 Nov 13:50

Choose a tag to compare

pypylon release 4.1.0

Changes:
Version 4.1.0
    - Date 2024-11-25
    - Updated to pylon Camera Software Suite 8.0.1 on linux and windows.
      This contains pylon C++ SDK 9.0.3 and pylon Data Processing C++ SDK 3.0.1.
    - Update to pylon 7.3.2 on macOS, which fixed a bug that caused a data encoding
      error when using the Compression Beyond feature on GigE cameras.
    - We now use python 3.9 limited api to provide multi abi version wheels of pypylon.
    - Removed PylonImage.AttachUserBuffer
    - Added PylonImage.AttachMemoryView
    - Added PylonImage.AttachArray
    - Added support for python 3.13
    - Update README.md

4.1.0rc1

22 Nov 14:00

Choose a tag to compare

pypylon release 4.1.0rc1

Changes:
Version 4.1.0rc1
    - Date 2024-11-22
    - Updated to pylon Camera Software Suite 8.0.1 on linux and windows.
      This contains pylon C++ SDK 9.0.3 and pylon Data Processing C++ SDK 3.0.1.
    - Update to pylon 7.3.2 on macOS, which fixed a bug that caused a data encoding
      error when using the Compression Beyond feature on GigE cameras.
    - We now use python 3.9 limited api to provide multi abi version wheels of pypylon.
    - Removed PylonImage.AttachUserBuffer
    - Added PylonImage.AttachMemoryView
    - Added PylonImage.AttachArray

4.0.0

09 Jul 11:04

Choose a tag to compare

pypylon release 4.0.0

Changes:
Version 4.0.0
    - Date 2024-07-08
    - Updated to pylon Camera Software Suite 7.5 on linux and windows.
      This contains pylon SDK 8.0.0 and pylon Data Processing SDK 2.0.0.
    - Removed pylon CXP GenTL Producer files from windows wheel packages.
      The CXP-12 support is automatically available when the
      pylon Camera Software Suite 7.5 with CXP is installed.
    - pylon 6.2 is the lowest supported version when building pypylon.
    - Dropped linux armv7l (32bit) support as it is no longer supported by pylon.
    - Dropped support for python 3.6, 3.7 and 3.8
    - Added PylonDataContainer and PylonDataComponent support for
      3D cameras. You can use Basler 3D cameras with pypylon now.
    - Extended PylonImage support for GetArray and GetMemoryWindow.
    - Added pylondataprocessing.GetVersion().
      It reports the version of the pylon Data Processing C++ SDK.
    - The Builders recipe AddInput and AddOutput methods have changed.
      see buildersrecipe_test.py on how to handle that.
    - Updated data processing module documentation.
    - Fixed an issue when using GetArrayZeroCopy().
    - Fixed an issue with strings constaining regular expressions in setup.py
    - Fixed an issue when running with numpy 2.0 in the unit tests.
    - Extended the unit tests.
    - Added GitHub actions CI builds for python 3.12
    - Update reference version for linux and windows builds
    - Added python 3.12 binary releases
    - Update README.md