Skip to content

Commit af44d57

Browse files
Merged PR 22043: Prepare pypylon 3.0.0rc1 release
- 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 parents 2ca0a8e + a6838e6 commit af44d57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Version X.X.X
1+
Version 3.0.0rc1
2+
- Date 2023-11-07
23
- Updated to pylon 7.4 on linux and windows
34
- Add support for pylon Data Processing and vTools
45
- Linux (64bit) binaries are now manylinux_2_31 compliant and therefore

0 commit comments

Comments
 (0)