Skip to content

Commit

Permalink
Merged PR 22043: Prepare pypylon 3.0.0rc1 release
Browse files Browse the repository at this point in the history
- 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 ...
  • Loading branch information
bjoernrennfanz committed Nov 7, 2023
2 parents 2ca0a8e + a6838e6 commit af44d57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version X.X.X
Version 3.0.0rc1
- 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
Expand Down

0 comments on commit af44d57

Please sign in to comment.