Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to opset 13 #437

Merged
merged 17 commits into from
Dec 18, 2020
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
4a8be2e
Update to opset 13
jiafatom Dec 18, 2020
0b7042f
Update to opset 13
jiafatom Dec 18, 2020
7e132b9
Merge branch 'opset13' of https://github.com/jiafatom/onnxmltools int…
jiafatom Dec 18, 2020
627980e
Merge branch 'opset13' of https://github.com/jiafatom/onnxmltools int…
jiafatom Dec 18, 2020
c0eebb0
Merge branch 'opset13' of https://github.com/jiafatom/onnxmltools int…
jiafatom Dec 18, 2020
54967a8
Merge branch 'opset13' of https://github.com/jiafatom/onnxmltools int…
jiafatom Dec 18, 2020
ed594ca
Merge branch 'opset13' of https://github.com/jiafatom/onnxmltools int…
jiafatom Dec 18, 2020
4fcbb60
Merge branch 'opset13' of https://github.com/jiafatom/onnxmltools int…
jiafatom Dec 18, 2020
d700cb6
Merge branch 'opset13' of https://github.com/jiafatom/onnxmltools int…
jiafatom Dec 18, 2020
fdc447d
Merge branch 'opset13' of https://github.com/jiafatom/onnxmltools int…
jiafatom Dec 18, 2020
7f3bc78
Merge branch 'opset13' of https://github.com/jiafatom/onnxmltools int…
jiafatom Dec 18, 2020
d538e6d
Merge branch 'opset13' of https://github.com/jiafatom/onnxmltools int…
jiafatom Dec 18, 2020
ae85f72
Merge branch 'opset13' of https://github.com/jiafatom/onnxmltools int…
jiafatom Dec 18, 2020
c93e43b
Merge branch 'opset13' of https://github.com/jiafatom/onnxmltools int…
jiafatom Dec 18, 2020
6ee1018
Merge branch 'opset13' of https://github.com/jiafatom/onnxmltools int…
jiafatom Dec 18, 2020
3cf74c8
Merge branch 'opset13' of https://github.com/jiafatom/onnxmltools int…
jiafatom Dec 18, 2020
06c98e8
Merge branch 'opset13' of https://github.com/jiafatom/onnxmltools int…
jiafatom Dec 18, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .azure-pipelines/linux-CI-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
ONNX_PATH: onnx==1.7.0
ORT_PATH: -i https://test.pypi.org/simple/ ort-nightly
COREML_PATH: git+https://github.com/apple/coremltools@3.1
Python37-nightly:
python.version: '3.7'
ONNX_PATH: onnx==1.8.0
ORT_PATH: -i https://test.pypi.org/simple/ ort-nightly
COREML_PATH: git+https://github.com/apple/coremltools@3.1
maxParallel: 3

steps:
Expand Down
6 changes: 6 additions & 0 deletions .azure-pipelines/linux-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
ONNXRT_PATH: onnxruntime==1.3.0
COREML_PATH: git+https://github.com/apple/coremltools@3.1
xgboost.version: '>=1.0'
Python37-180-RT160:
python.version: '3.7'
ONNX_PATH: onnx==1.8.0
ONNXRT_PATH: onnxruntime==1.6.0
COREML_PATH: git+https://github.com/apple/coremltools@3.1
xgboost.version: '>=1.0'
maxParallel: 3

steps:
Expand Down
5 changes: 5 additions & 0 deletions .azure-pipelines/win32-CI-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
ONNX_PATH: onnx==1.7.0
ONNXRT_PATH: -i https://test.pypi.org/simple/ ort-nightly
COREML_PATH: git+https://github.com/apple/coremltools@3.1
Python37-nightly:
python.version: '3.7'
ONNX_PATH: onnx==1.8.0
ONNXRT_PATH: -i https://test.pypi.org/simple/ ort-nightly
COREML_PATH: git+https://github.com/apple/coremltools@3.1
maxParallel: 3

steps:
Expand Down
7 changes: 7 additions & 0 deletions .azure-pipelines/win32-conda-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:
COREML_PATH: git+https://github.com/apple/coremltools@3.1
sklearn.version: ''

Python37-180-RT160:
python.version: '3.7'
ONNX_PATH: onnx==1.8.0
ONNXRT_PATH: onnxruntime==1.6.0
COREML_PATH: git+https://github.com/apple/coremltools@3.1
sklearn.version: ''

maxParallel: 3

steps:
Expand Down
2 changes: 1 addition & 1 deletion onnxmltools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
This framework converts any machine learned model into onnx format
which is a common language to describe any machine learned model.
"""
__version__ = "1.7.0"
__version__ = "1.8.0"
__author__ = "Microsoft"
__producer__ = "OnnxMLTools"
__producer_version__ = __version__
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
keras2onnx
numpy
onnx
onnxconverter-common>=1.7.0, <1.8.0
onnxconverter-common>=1.8.0, <1.9.0
protobuf
skl2onnx