Skip to content

Commit 153328a

Browse files
authored
Add onnx==1.19.0 to CI (#1210)
* Update changelogs Signed-off-by: xadupre <[email protected]> * add onnx==1.19.0 to CI Signed-off-by: xadupre <[email protected]> --------- Signed-off-by: xadupre <[email protected]>
1 parent 0a450e2 commit 153328a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/linux-ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,25 @@ jobs:
1616
onnx_version: 'onnx-weekly'
1717
onnxrt_version: 'onnxruntime>=1.22.0'
1818
python_version: '3.13'
19+
- sklearn_version: '==1.7.1'
20+
documentation: 1
21+
numpy_version: '>=2.0'
22+
scipy_version: '>=1.7.0'
23+
onnx_version: 'onnx==1.19.0'
24+
onnxrt_version: 'onnxruntime>=1.22.0'
25+
python_version: '3.13'
1926
- sklearn_version: '==1.6.1'
2027
documentation: 1
2128
numpy_version: '>=2.0'
2229
scipy_version: '>=1.7.0'
23-
onnx_version: 'onnx-weekly'
30+
onnx_version: 'onnx==1.19.0'
2431
onnxrt_version: 'onnxruntime>=1.22.0'
2532
python_version: '3.12'
2633
- sklearn_version: '==1.6.1'
2734
documentation: 0
2835
numpy_version: '>=2.0'
2936
scipy_version: '>=1.7.0'
30-
onnx_version: 'onnx>=1.18.0'
37+
onnx_version: 'onnx==1.18.0'
3138
onnxrt_version: 'onnxruntime>=1.21.1'
3239
python_version: '3.12'
3340
- sklearn_version: '==1.5.2'

.github/workflows/windows-macos-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python_version: '3.12'
1414
numpy_version: '>=2.0'
1515
scipy_version: '>=1.7.0'
16-
onnx_version: 'onnx==1.18.0'
16+
onnx_version: 'onnx==1.19.0'
1717
onnxrt_version: 'onnxruntime==1.22.0'
1818
- sklearn_version: '==1.6.1'
1919
python_version: '3.12'

CHANGELOGS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 1.20.0
44

5+
* Adds __sklearn_is_fitted__ to CastTransformer
6+
[#1209](https://github.com/onnx/sklearn-onnx/issues/1209)
57
* Fixes missing dimension (number of features) in StackingClassifier
68
[#1201](https://github.com/onnx/sklearn-onnx/issues/1201)
79
* Fixes CastTransformer output type

0 commit comments

Comments
 (0)