From 77b6c212913a3e05ef561922e1fb3af9763515be Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Wed, 8 Jan 2025 16:59:53 +0100 Subject: [PATCH] release 0.21.9 --- .all_crates.sh | 2 +- api/Cargo.toml | 2 +- api/ffi/Cargo.toml | 2 +- api/proxy/Cargo.toml | 2 +- api/proxy/sys/Cargo.toml | 2 +- api/rs/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- core/Cargo.toml | 2 +- data/Cargo.toml | 2 +- extra/Cargo.toml | 2 +- hir/Cargo.toml | 2 +- libcli/Cargo.toml | 4 ++-- linalg/Cargo.toml | 2 +- metal/Cargo.toml | 2 +- nnef/Cargo.toml | 2 +- nnef/nnef-resources/Cargo.toml | 2 +- onnx-opl/Cargo.toml | 2 +- onnx/Cargo.toml | 2 +- pulse-opl/Cargo.toml | 2 +- pulse/Cargo.toml | 2 +- tensorflow/Cargo.toml | 2 +- tflite/Cargo.toml | 2 +- 22 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.all_crates.sh b/.all_crates.sh index c6beabb86c..badb61daa7 100644 --- a/.all_crates.sh +++ b/.all_crates.sh @@ -1,2 +1,2 @@ -ALL_CRATES_PATH="data linalg core nnef nnef/nnef-resources pulse-opl pulse extra hir tflite tensorflow onnx-opl onnx libcli metal api api/rs api/ffi api/proxy/sys api/proxy cli" +ALL_CRATES_PATH="data linalg core nnef nnef/nnef-resources pulse-opl pulse extra hir tflite tensorflow onnx-opl onnx metal libcli api api/rs api/ffi api/proxy/sys api/proxy cli" diff --git a/api/Cargo.toml b/api/Cargo.toml index 20e9533a94..9905fdaf2e 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-api" -version = "0.21.9-pre" +version = "0.21.9" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/api/ffi/Cargo.toml b/api/ffi/Cargo.toml index a593f07154..266f4809a5 100644 --- a/api/ffi/Cargo.toml +++ b/api/ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-ffi" -version = "0.21.9-pre" +version = "0.21.9" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, neural network inference" diff --git a/api/proxy/Cargo.toml b/api/proxy/Cargo.toml index bb63e8e6cd..15686b3942 100644 --- a/api/proxy/Cargo.toml +++ b/api/proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-proxy" -version = "0.21.9-pre" +version = "0.21.9" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/api/proxy/sys/Cargo.toml b/api/proxy/sys/Cargo.toml index 3e4179845b..0ba3777747 100644 --- a/api/proxy/sys/Cargo.toml +++ b/api/proxy/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-proxy-sys" -version = "0.21.9-pre" +version = "0.21.9" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/api/rs/Cargo.toml b/api/rs/Cargo.toml index c64eef17e3..1556b1e265 100644 --- a/api/rs/Cargo.toml +++ b/api/rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-rs" -version = "0.21.9-pre" +version = "0.21.9" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9fe258ee61..cdeaf91e92 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract" -version = "0.21.9-pre" +version = "0.21.9" authors = [ "Romain Liautaud ", "Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/core/Cargo.toml b/core/Cargo.toml index 4f25955c71..c9d182c761 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-core" -version = "0.21.9-pre" +version = "0.21.9" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/data/Cargo.toml b/data/Cargo.toml index 69a225787d..c898b2b434 100644 --- a/data/Cargo.toml +++ b/data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-data" -version = "0.21.9-pre" +version = "0.21.9" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/extra/Cargo.toml b/extra/Cargo.toml index 7e018d8253..18f6a23f9f 100644 --- a/extra/Cargo.toml +++ b/extra/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-extra" -version = "0.21.9-pre" +version = "0.21.9" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/hir/Cargo.toml b/hir/Cargo.toml index 951f024b3a..d0a51ec1d6 100644 --- a/hir/Cargo.toml +++ b/hir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-hir" -version = "0.21.9-pre" +version = "0.21.9" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/libcli/Cargo.toml b/libcli/Cargo.toml index 92aaf6cbb9..d5ffcb220d 100644 --- a/libcli/Cargo.toml +++ b/libcli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-libcli" -version = "0.21.9-pre" +version = "0.21.9" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" @@ -29,7 +29,7 @@ tract-onnx = { workspace = true, optional = true } tract-tflite.workspace = true [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] -tract-metal = { version = "=0.21.9-pre", path = "../metal" } +tract-metal = { workspace = true } [features] # hir = ["tract-hir"] diff --git a/linalg/Cargo.toml b/linalg/Cargo.toml index f7da9726af..8ac7108650 100644 --- a/linalg/Cargo.toml +++ b/linalg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-linalg" -version = "0.21.9-pre" +version = "0.21.9" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/metal/Cargo.toml b/metal/Cargo.toml index 5f5d892749..399fae296c 100644 --- a/metal/Cargo.toml +++ b/metal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-metal" -version = "0.21.9-pre" +version = "0.21.9" license = "MIT OR Apache-2.0" authors = [ "Hubert de La Jonquière ", diff --git a/nnef/Cargo.toml b/nnef/Cargo.toml index 82f93c8c30..f75bf76677 100644 --- a/nnef/Cargo.toml +++ b/nnef/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-nnef" -version = "0.21.9-pre" +version = "0.21.9" authors = ["Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/nnef/nnef-resources/Cargo.toml b/nnef/nnef-resources/Cargo.toml index c6f472d7da..f648c3b736 100644 --- a/nnef/nnef-resources/Cargo.toml +++ b/nnef/nnef-resources/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-nnef-resources" -version = "0.21.9-pre" +version = "0.21.9" authors = [ "Mathieu Poumeyrol ", "Hubert de La Jonquière " diff --git a/onnx-opl/Cargo.toml b/onnx-opl/Cargo.toml index 7c62c8501e..458ef9e212 100644 --- a/onnx-opl/Cargo.toml +++ b/onnx-opl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-onnx-opl" -version = "0.21.9-pre" +version = "0.21.9" authors = ["Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/onnx/Cargo.toml b/onnx/Cargo.toml index 94cdd94d96..ad5a16bf4a 100644 --- a/onnx/Cargo.toml +++ b/onnx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-onnx" -version = "0.21.9-pre" +version = "0.21.9" authors = ["Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/pulse-opl/Cargo.toml b/pulse-opl/Cargo.toml index 17c3eea710..cba2ced6eb 100644 --- a/pulse-opl/Cargo.toml +++ b/pulse-opl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-pulse-opl" -version = "0.21.9-pre" +version = "0.21.9" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/pulse/Cargo.toml b/pulse/Cargo.toml index e26ccffea9..5020ee2391 100644 --- a/pulse/Cargo.toml +++ b/pulse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-pulse" -version = "0.21.9-pre" +version = "0.21.9" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/tensorflow/Cargo.toml b/tensorflow/Cargo.toml index d8c4786d2f..c7a6c019b9 100644 --- a/tensorflow/Cargo.toml +++ b/tensorflow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-tensorflow" -version = "0.21.9-pre" +version = "0.21.9" authors = ["Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/tflite/Cargo.toml b/tflite/Cargo.toml index c1caff01cc..776fde3f1c 100644 --- a/tflite/Cargo.toml +++ b/tflite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-tflite" -version = "0.21.9-pre" +version = "0.21.9" authors = ["Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"