Bump ORT version number to 1.14.1 (#14826)

This commit is contained in:
Patrice Vignola 2023-02-24 21:59:34 -08:00 committed by GitHub
parent 8a54bee20f
commit c57cf374b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 22 additions and 17 deletions

View file

@ -1 +1 @@
1.14.0 1.14.1

View file

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

View file

@ -1,12 +1,12 @@
{ {
"name": "onnxruntime-common", "name": "onnxruntime-common",
"version": "1.14.0", "version": "1.14.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "onnxruntime-common", "name": "onnxruntime-common",
"version": "1.14.0", "version": "1.14.1",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"ts-loader": "^9.4.2", "ts-loader": "^9.4.2",

View file

@ -8,7 +8,7 @@
}, },
"author": "fs-eire", "author": "fs-eire",
"module": "dist/lib/index.js", "module": "dist/lib/index.js",
"version": "1.14.0", "version": "1.14.1",
"jsdelivr": "dist/ort-common.min.js", "jsdelivr": "dist/ort-common.min.js",
"scripts": { "scripts": {
"prepare": "tsc && webpack" "prepare": "tsc && webpack"

View file

@ -1,12 +1,12 @@
{ {
"name": "onnxruntime-node", "name": "onnxruntime-node",
"version": "1.14.0", "version": "1.14.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "onnxruntime-node", "name": "onnxruntime-node",
"version": "1.14.0", "version": "1.14.1",
"license": "MIT", "license": "MIT",
"os": [ "os": [
"win32", "win32",
@ -33,7 +33,7 @@
}, },
"../common": { "../common": {
"name": "onnxruntime-common", "name": "onnxruntime-common",
"version": "1.14.0", "version": "1.14.1",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"ts-loader": "^9.4.2", "ts-loader": "^9.4.2",

View file

@ -13,7 +13,7 @@
3 3
] ]
}, },
"version": "1.14.0", "version": "1.14.1",
"dependencies": { "dependencies": {
"onnxruntime-common": "file:../common" "onnxruntime-common": "file:../common"
}, },

View file

@ -38,7 +38,7 @@
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
}, },
"source": "lib/index", "source": "lib/index",
"version": "1.14.0", "version": "1.14.1",
"main": "dist/commonjs/index", "main": "dist/commonjs/index",
"homepage": "https://github.com/microsoft/onnxruntime/blob/main/js/react_native/README.md", "homepage": "https://github.com/microsoft/onnxruntime/blob/main/js/react_native/README.md",
"files": [ "files": [

View file

@ -5197,7 +5197,7 @@ onetime@^5.1.0, onetime@^5.1.2:
mimic-fn "^2.1.0" mimic-fn "^2.1.0"
"onnxruntime-common@file:../common": "onnxruntime-common@file:../common":
version "1.14.0" version "1.14.1"
open@^6.2.0: open@^6.2.0:
version "6.4.0" version "6.4.0"

View file

@ -1,12 +1,12 @@
{ {
"name": "onnxruntime-web", "name": "onnxruntime-web",
"version": "1.14.0", "version": "1.14.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "onnxruntime-web", "name": "onnxruntime-web",
"version": "1.14.0", "version": "1.14.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"flatbuffers": "^1.12.0", "flatbuffers": "^1.12.0",
@ -65,7 +65,7 @@
}, },
"../common": { "../common": {
"name": "onnxruntime-common", "name": "onnxruntime-common",
"version": "1.14.0", "version": "1.14.1",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"ts-loader": "^9.4.2", "ts-loader": "^9.4.2",

View file

@ -8,7 +8,7 @@
"type": "git" "type": "git"
}, },
"author": "fs-eire", "author": "fs-eire",
"version": "1.14.0", "version": "1.14.1",
"jsdelivr": "dist/ort.min.js", "jsdelivr": "dist/ort.min.js",
"dependencies": { "dependencies": {
"flatbuffers": "^1.12.0", "flatbuffers": "^1.12.0",

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/>`_ For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://aka.ms/onnxruntime/>`_
or the `Github project <https://github.com/microsoft/onnxruntime/>`_. or the `Github project <https://github.com/microsoft/onnxruntime/>`_.
""" """
__version__ = "1.14.0" __version__ = "1.14.1"
__author__ = "Microsoft" __author__ = "Microsoft"
# we need to do device version validation (for example to check Cuda version for an onnxruntime-training package). # we need to do device version validation (for example to check Cuda version for an onnxruntime-training package).

View file

@ -2667,7 +2667,7 @@ static_assert(offsetof(OrtApi, ReleaseKernelInfo) / sizeof(void*) == 218, "Size
static_assert(offsetof(OrtApi, ReleaseCANNProviderOptions) / sizeof(void*) == 224, "Size of version 13 API cannot change"); static_assert(offsetof(OrtApi, ReleaseCANNProviderOptions) / sizeof(void*) == 224, "Size of version 13 API cannot change");
// So that nobody forgets to finish an API version, this check will serve as a reminder: // So that nobody forgets to finish an API version, this check will serve as a reminder:
static_assert(std::string_view(ORT_VERSION) == "1.14.0", static_assert(std::string_view(ORT_VERSION) == "1.14.1",
"ORT_Version change detected, please follow below steps to ensure OrtApi is updated properly"); "ORT_Version change detected, please follow below steps to ensure OrtApi is updated properly");
// 1. Update the hardcoded version string in above static_assert to silence it // 1. Update the hardcoded version string in above static_assert to silence it
// 2. If there were any APIs added to ort_api_1_to_14 above: // 2. If there were any APIs added to ort_api_1_to_14 above:

View file

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