File tree 4 files changed +10
-5
lines changed
4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 9
9
"pylon_sdks" : [" 8.0.1.16188" ]
10
10
},
11
11
"macos" : {
12
- "pylon_sdks" : [" 7.3.1.0011 " ]
12
+ "pylon_sdks" : [" 7.3.2.0001 " ]
13
13
}
14
14
}
Original file line number Diff line number Diff line change 31
31
env :
32
32
JF_URL : ${{ secrets.SDK_URL }}
33
33
JF_ACCESS_TOKEN : ${{ secrets.SDK_TOKEN }}
34
+ with :
35
+ disable-auto-build-publish : true
36
+ disable-job-summary : true
34
37
35
38
- name : Checkout repository
36
39
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
- Version 4.x.x
2
- - Date xxxx-xx-xx
1
+ Version 4.1.0rc1
2
+ - Date 2024-11-22
3
3
- Updated to pylon Camera Software Suite 8.0.1 on linux and windows.
4
4
This contains pylon C++ SDK 9.0.3 and pylon Data Processing C++ SDK 3.0.1.
5
+ - Update to pylon 7.3.2 on macOS, which fixed a bug that caused a data encoding
6
+ error when using the Compression Beyond feature on GigE cameras.
5
7
- We now use python 3.9 limited api to provide multi abi version wheels of pypylon.
6
8
- Removed PylonImage.AttachUserBuffer
7
9
- Added PylonImage.AttachMemoryView
Original file line number Diff line number Diff line change 22
22
# which is not equal to the version on the outer tar.gz
23
23
"Linux" : "9.0.3" ,
24
24
"Linux_armv7l" : "6.2.0" ,
25
- "Darwin" : "7.3.1 " ,
26
- "Darwin_arm64" : "7.3.1 "
25
+ "Darwin" : "7.3.2 " ,
26
+ "Darwin_arm64" : "7.3.2 "
27
27
}
28
28
29
29
################################################################################
You can’t perform that action at this time.
0 commit comments