mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Rel 0.1.5 (#70)
* updated nuget package metadata for MS compliance (#66) * fixed metadata element -- use PackageProjectUrl instead of ProjectUrl (#67) * Change version to 0.1.5
This commit is contained in:
parent
21044846ee
commit
6624dd2778
6 changed files with 11 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
0.1.4
|
||||
0.1.5
|
||||
|
|
@ -33,4 +33,5 @@ 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.1.5 | 8 | 1 | 3 |
|
||||
| 0.1.4 | 8 | 1 | 3 |
|
||||
|
|
|
|||
|
|
@ -52,6 +52,11 @@ replaces *scikit-learn* to compute the predictions.
|
|||
Changes
|
||||
-------
|
||||
|
||||
0.1.5
|
||||
^^^^^
|
||||
|
||||
GA release as part of open sourcing onnxruntime (patch to 0.1.4).
|
||||
|
||||
0.1.4
|
||||
^^^^^
|
||||
|
||||
|
|
|
|||
|
|
@ -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.1.4"
|
||||
__version__ = "0.1.5"
|
||||
__author__ = "Microsoft"
|
||||
|
||||
from onnxruntime.capi import onnxruntime_validation
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: onnxruntime
|
||||
Version: 0.1.4
|
||||
Version: 0.1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: onnxruntime
|
||||
|
||||
|
|
@ -50,7 +50,7 @@ cd ..
|
|||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc docs/*
|
||||
%doc docs/*
|
||||
%doc ThirdPartyNotices.txt
|
||||
%{_bindir}/onnx_test_runner
|
||||
%{_libdir}/libonnxruntime.so*
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -53,7 +53,7 @@ with open(README) as f:
|
|||
# Setup
|
||||
setup(
|
||||
name=package_name,
|
||||
version='0.1.4',
|
||||
version='0.1.5',
|
||||
description='ONNX Runtime Runtime Python bindings',
|
||||
long_description=long_description,
|
||||
author='Microsoft Corporation',
|
||||
|
|
|
|||
Loading…
Reference in a new issue