Pypylon

Latest version: v3.0.1

Safety actively analyzes 630450 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

1.3.1

- Date 2018-08-13
- Bump version number to fix pypi deployment

1.3.0

- Date 2018-08-09
- The pylon version is no longer contained in the local version tag of pypylon
when building with the reference pylon version (currently 5.0.12)
- Better package metadata
- Windows wheels are pushed to pypi
- Linux release builds for python 2.7

1.2.0

- Date 2018-07-06
- Remove the pylon build number from the python package name
- Fixed a bug in GrabResult.GetArrayZeroCopy (accessing a non-existent
attribute). Added a zero-copy sample.
- fix image format converter
- enable enum_props in Pylon
- fix SWIG include path in --pp-debug case
- Fixed TlFactory.EnumerateDevices so that arbitrary objects are no longer
accepted as boolean arguments - they have to be 'real' bool() objects.
This was done to easily spot this unwitting omission:
programmer wrote:
found1 = pylon.TlFactory.GetInstance().EnumerateDevices(single_di)
but meant to say:
found2 = pylon.TlFactory.GetInstance().EnumerateDevices([single_di])
- Pylon 5.0.11 and 5.0.12 require that the workaround for DLL loading on
windows is reactivated (had been removed in 1.0.7).
- Search for swig in PATH on windows
- Ensure swig version is >= 3.0.12

1.1.0

- Date 2018-01-15
- Fixed a memory leak in exception handling code.
- Fixed a memory leak in string handling code.
- Fixed a crash, that happend when calling genicam.Deregister() on Win64.
- Completely reworked the SWIG source files. While this is largely
transparent to pypylon users, these changes in the API where introduced:
- The way the output pixel format of an ImageFormatConverter is set
became a little more pythonic. While in the past accessing it was done
like this:
converter.OutputPixelFormat.SetValue(format)
format = converter.OutputPixelFormat.GetValue()
now is has to be accessed directly as a property:
converter.OutputPixelFormat = format
format = converter.OutputPixelFormat

1.0.11

- Date 2017-10-16
- Use pylon 5.0.10.10613 to build pypylon.
- Enable usage of EnumerateTls.
E.g.:
tl_infos = pylon.TlFactory.GetInstance().EnumerateTls()
- Enable usage of the device filter in EnumerateDevices.
E.g.:
filter_list = [pylon.DeviceInfo()]
found_devices = pylon.TlFactory.GetInstance().EnumerateDevices(filter_list)
- Distribute pylons GenTL consumer library as well, so that GenTL producers
can be used.
- Restored support for PylonImageWindow on Windows. That got lost
accidentally in January 2015 (without anyone noticing it).

1.0.10

- Date 2016-11-29
- Use Pylon-BCON-INTERNAL_5.0.7.9644 (with BCON fixes) to create the builds
of pypylon for windows.

Page 4 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.