mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
bump up version number (#752)
* bump up version number * Minor change to kick off build
This commit is contained in:
parent
7d3ea33daf
commit
5f9d8d7e9e
5 changed files with 9 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
0.3.0
|
||||
0.3.1
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ opset version implemented in that release.
|
|||
|
||||
| ONNX Runtime release version | ONNX opset version <br> implemented in this release | ONNX ML opset version <br> implemented in this release | Supported ONNX IR version |
|
||||
|------------------------------|--------------------|----------------------|------------------|
|
||||
| 0.3.1 | 9 | 1 | 3 |
|
||||
| 0.3.0 | 9 | 1 | 3 |
|
||||
| 0.2.1 | 8 | 1 | 3 |
|
||||
| 0.2.0 | 8 | 1 | 3 |
|
||||
|
|
|
|||
|
|
@ -52,6 +52,11 @@ replaces *scikit-learn* to compute the predictions.
|
|||
Changes
|
||||
-------
|
||||
|
||||
0.3.1
|
||||
^^^^^
|
||||
|
||||
Protobuf-lite, NuGet file fixes (patch to 0.3.0).
|
||||
|
||||
0.3.0
|
||||
^^^^^
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ community, it supports traditional ML models as well
|
|||
as Deep Learning algorithms in the
|
||||
`ONNX-ML format <https://github.com/onnx/onnx/blob/master/docs/IR.md>`_.
|
||||
"""
|
||||
__version__ = "0.3.0"
|
||||
__version__ = "0.3.1"
|
||||
__author__ = "Microsoft"
|
||||
|
||||
from onnxruntime.capi import onnxruntime_validation
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: onnxruntime
|
||||
Version: 0.3.0
|
||||
Version: 0.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: onnxruntime
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue