bumping up version number to 1.8 (#7733)

* bump to 1.8

* fix windows AI
This commit is contained in:
Xueyun Zhu 2021-05-18 09:03:37 -07:00 committed by GitHub
parent e4a985ff17
commit e92b3c1394
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 18 additions and 12 deletions

View file

@ -1 +1 @@
1.7.0
1.8.0

View file

@ -20,12 +20,13 @@ models that are stamped with ONNX opset versions in the range [7-9].
### Version matrix
The following table summarizes the relationship between the ONNX Runtime version and the ONNX opset version implemented in that release.
The following table summarizes the relationship between the ONNX Runtime version and the ONNX opset version implemented in that release.
Please note the backward compatibility notes above.
For more details on ONNX Release versions, see [this page](https://github.com/onnx/onnx/blob/master/docs/Versioning.md).
| ONNX Runtime release version | ONNX release version | ONNX opset version | ONNX ML opset version | Supported ONNX IR version | [Windows ML Availability](https://docs.microsoft.com/en-us/windows/ai/windows-ml/release-notes/)|
|------------------------------|--------------------|--------------------|----------------------|------------------|------------------|
| 1.8.0 | **1.8** down to 1.2 | 13 | 2 | 7 | Windows AI 1.8+ |
| 1.7.0 | **1.8** down to 1.2 | 13 | 2 | 7 | Windows AI 1.7+ |
| 1.6.0 | **1.8** down to 1.2 | 13 | 2 | 7 | Windows AI 1.6+ |
| 1.5.3 | **1.7** down to 1.2 | 12 | 2 | 7 | Windows AI 1.5+ |

View file

@ -8,6 +8,11 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://ak
Changes
-------
1.8.0
^^^^^
Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.8.0
1.7.0
^^^^^

View file

@ -1,6 +1,6 @@
{
"name": "onnxruntime-common",
"version": "1.7.0",
"version": "1.8.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1127,4 +1127,4 @@
"dev": true
}
}
}
}

View file

@ -7,7 +7,7 @@
"type": "git"
},
"author": "fs-eire",
"version": "1.7.0",
"version": "1.8.0",
"keywords": [
"ONNX",
"ONNXRuntime",
@ -27,4 +27,4 @@
"jsdelivr": "dist/ort-common.min.js",
"unpkg": "dist/ort-common.min.js",
"module": "./lib/index.js"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "onnxruntime-node",
"version": "1.7.0",
"version": "1.8.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -3858,4 +3858,4 @@
"dev": true
}
}
}
}

View file

@ -7,7 +7,7 @@
"type": "git"
},
"author": "fs-eire",
"version": "1.7.0",
"version": "1.8.0",
"keywords": [
"ONNX",
"ONNXRuntime",
@ -64,4 +64,4 @@
3
]
}
}
}

View file

@ -7,7 +7,7 @@ ONNX Runtime is a performance-focused scoring engine for Open Neural Network Exc
For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://aka.ms/onnxruntime/>`_
or the `Github project <https://github.com/microsoft/onnxruntime/>`_.
"""
__version__ = "1.7.0"
__version__ = "1.8.0"
__author__ = "Microsoft"
# we need to do device version validation (for example to check Cuda version for an onnxruntime-training package).

View file

@ -1,5 +1,5 @@
Name: onnxruntime
Version: 1.7.0
Version: 1.8.0
Release: 1%{?dist}
Summary: onnxruntime