bump up ORT version to 1.3.1 (#4181)

This commit is contained in:
stevenlix 2020-06-10 08:44:03 -07:00 committed by GitHub
parent c0bdbc0b39
commit c296884fc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 7 deletions

View file

@ -1 +1 @@
1.3.0
1.3.1

View file

@ -26,6 +26,7 @@ For more details on ONNX Release versions, see [this page](https://github.com/on
| ONNX Runtime release version | ONNX release version | ONNX opset version | ONNX ML opset version | Supported ONNX IR version | [WinML compatibility](https://docs.microsoft.com/en-us/windows/ai/windows-ml/)|
|------------------------------|--------------------|--------------------|----------------------|------------------|------------------|
| 1.3.1 | **1.7** down to 1.2 | 12 | 2 | 6 | -- |
| 1.3.0 | **1.7** down to 1.2 | 12 | 2 | 6 | -- |
| 1.2.0<br>1.1.2<br>1.1.1<br>1.1.0 | **1.6** down to 1.2 | 11 | 2 | 6 | -- |
| 1.0.0 | **1.6** down to 1.2 | 11 | 2 | 6 | -- |

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "onnxruntime",
"version": "0.0.1-dev.20200506.1",
"version": "1.3.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -4214,4 +4214,4 @@
}
}
}
}
}

View file

@ -1,7 +1,7 @@
{
"name": "onnxruntime",
"description": "Node.js binding of ONNXRuntime",
"version": "0.0.1-dev.20200506.1",
"version": "1.3.1",
"main": "./lib/index.js",
"types": "./types/lib/index.d.ts",
"scripts": {
@ -69,4 +69,4 @@
"dependencies": {
"prebuild-install": "^5.3.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.3.0"
__version__ = "1.3.1"
__author__ = "Microsoft"
from onnxruntime.capi._pybind_state import get_all_providers, get_available_providers, get_device, set_seed, \

View file

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