Skip to content

Commit

Permalink
release 0.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Feb 24, 2023
1 parent 819f71d commit 448bfa1
Show file tree
Hide file tree
Showing 33 changed files with 77 additions and 77 deletions.
20 changes: 10 additions & 10 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract"
version = "0.19.6-pre"
version = "0.19.6"
authors = [ "Romain Liautaud <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down Expand Up @@ -34,15 +34,15 @@ rustls.workspace = true
scan_fmt.workspace = true
serde.workspace = true
serde_json.workspace = true
tract-core = { version = "=0.19.6-pre", path = "../core" }
tract-hir = { version = "=0.19.6-pre", path = "../hir" }
tract-nnef = { version = "=0.19.6-pre", path = "../nnef" }
tract-libcli = { version = "=0.19.6-pre", path = "../libcli" }
tract-pulse-opl = { optional = true, version = "=0.19.6-pre", path = "../pulse-opl" }
tract-pulse = { optional = true, version = "=0.19.6-pre", path = "../pulse" }
tract-kaldi = { optional = true, version = "=0.19.6-pre", path = "../kaldi" }
tract-onnx = { optional = true, version = "=0.19.6-pre", path = "../onnx" }
tract-tensorflow = { optional = true, version = "=0.19.6-pre", path = "../tensorflow" }
tract-core = { version = "=0.19.6", path = "../core" }
tract-hir = { version = "=0.19.6", path = "../hir" }
tract-nnef = { version = "=0.19.6", path = "../nnef" }
tract-libcli = { version = "=0.19.6", path = "../libcli" }
tract-pulse-opl = { optional = true, version = "=0.19.6", path = "../pulse-opl" }
tract-pulse = { optional = true, version = "=0.19.6", path = "../pulse" }
tract-kaldi = { optional = true, version = "=0.19.6", path = "../kaldi" }
tract-onnx = { optional = true, version = "=0.19.6", path = "../onnx" }
tract-tensorflow = { optional = true, version = "=0.19.6", path = "../tensorflow" }

[features]
default = ["kaldi", "onnx", "tf", "pulse", "pulse-opl"]
Expand Down
6 changes: 3 additions & 3 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-core"
version = "0.19.6-pre"
version = "0.19.6"
license = "MIT/Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down Expand Up @@ -29,8 +29,8 @@ num-integer.workspace = true
num-traits.workspace = true
rustfft.workspace = true
smallvec.workspace = true
tract-linalg = { version = "=0.19.6-pre", path = "../linalg" }
tract-data = { version = "=0.19.6-pre", path = "../data" }
tract-linalg = { version = "=0.19.6", path = "../linalg" }
tract-data = { version = "=0.19.6", path = "../data" }

[features]
default = [ "paranoid_assertions" ]
Expand Down
2 changes: 1 addition & 1 deletion data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-data"
version = "0.19.6-pre"
version = "0.19.6"
license = "MIT/Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand Down
4 changes: 2 additions & 2 deletions examples/jupyter-keras-tract-tf1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ edition = "2021"

[dependencies]
rand.workspace = true
tract-core = { path = "../../core", version = "=0.19.6-pre" }
tract-tensorflow = { path = "../../tensorflow", version = "=0.19.6-pre" }
tract-core = { path = "../../core", version = "=0.19.6" }
tract-tensorflow = { path = "../../tensorflow", version = "=0.19.6" }
4 changes: 2 additions & 2 deletions examples/jupyter-keras-tract-tf2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ edition = "2021"
[dependencies]

rand.workspace = true
tract-core = { path = "../../core", version = "=0.19.6-pre" }
tract-onnx = { path = "../../onnx", version = "=0.19.6-pre" }
tract-core = { path = "../../core", version = "=0.19.6" }
tract-onnx = { path = "../../onnx", version = "=0.19.6" }
2 changes: 1 addition & 1 deletion examples/nnef-dump-mobilenet-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
image.workspace = true

tract-nnef = { version = "=0.19.6-pre", path = "../../nnef" }
tract-nnef = { version = "=0.19.6", path = "../../nnef" }
2 changes: 1 addition & 1 deletion examples/nnef-mobilenet-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
image.workspace = true

tract-nnef = { version = "=0.19.6-pre", path = "../../nnef" }
tract-nnef = { version = "=0.19.6", path = "../../nnef" }
2 changes: 1 addition & 1 deletion examples/onnx-mobilenet-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
image.workspace = true
tract-onnx = { path = "../../onnx", version = "=0.19.6-pre" }
tract-onnx = { path = "../../onnx", version = "=0.19.6" }
2 changes: 1 addition & 1 deletion examples/pytorch-albert-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
ndarray.workspace = true
tokenizers.workspace = true
tract-onnx = { path = "../../onnx", version = "=0.19.6-pre" }
tract-onnx = { path = "../../onnx", version = "=0.19.6" }
2 changes: 1 addition & 1 deletion examples/pytorch-resnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"

[dependencies]
image.workspace = true
tract-onnx = { path = "../../onnx", version = "=0.19.6-pre" }
tract-onnx = { path = "../../onnx", version = "=0.19.6" }
2 changes: 1 addition & 1 deletion examples/tensorflow-mobilenet-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
image.workspace = true
tract-tensorflow = { path = "../../tensorflow", version = "=0.19.6-pre" }
tract-tensorflow = { path = "../../tensorflow", version = "=0.19.6" }
14 changes: 7 additions & 7 deletions ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-ffi"
version = "0.19.6-pre"
version = "0.19.6"
license = "MIT/Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand All @@ -23,9 +23,9 @@ anyhow.workspace = true
flate2.workspace = true
serde.workspace = true
serde_json.workspace = true
tract-data = { path = "../data", version = "=0.19.6-pre" }
tract-nnef = { path = "../nnef", version = "=0.19.6-pre" }
tract-onnx = { path = "../onnx", version = "=0.19.6-pre" }
tract-pulse = { path = "../pulse", version = "=0.19.6-pre" }
tract-tensorflow = { path = "../tensorflow", version = "=0.19.6-pre" }
tract-libcli = { path = "../libcli", version = "=0.19.6-pre" }
tract-data = { path = "../data", version = "=0.19.6" }
tract-nnef = { path = "../nnef", version = "=0.19.6" }
tract-onnx = { path = "../onnx", version = "=0.19.6" }
tract-pulse = { path = "../pulse", version = "=0.19.6" }
tract-tensorflow = { path = "../tensorflow", version = "=0.19.6" }
tract-libcli = { path = "../libcli", version = "=0.19.6" }
8 changes: 4 additions & 4 deletions harness/core-proptest-pulse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ license = "MIT/Apache-2.0"
edition = "2021"

[dependencies]
tract-hir = { path = "../../hir", version = "=0.19.6-pre" }
tract-pulse = { path = "../../pulse", version = "=0.19.6-pre" }
tract-onnx = { path = "../../onnx", version = "=0.19.6-pre" }
tract-onnx-opl = { path = "../../onnx-opl", version = "=0.19.6-pre" }
tract-hir = { path = "../../hir", version = "=0.19.6" }
tract-pulse = { path = "../../pulse", version = "=0.19.6" }
tract-onnx = { path = "../../onnx", version = "=0.19.6" }
tract-onnx-opl = { path = "../../onnx-opl", version = "=0.19.6" }

[dev-dependencies]
log.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions harness/lstm-proptest-onnx-vs-tf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"

[dependencies]
proptest.workspace = true
tract-tensorflow = { path = "../../tensorflow", version = "=0.19.6-pre" }
tract-onnx = { path = "../../onnx", version = "=0.19.6-pre" }
tract-tensorflow = { path = "../../tensorflow", version = "=0.19.6" }
tract-onnx = { path = "../../onnx", version = "=0.19.6" }
4 changes: 2 additions & 2 deletions harness/nnef-inceptionv3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ edition = "2021"
[dependencies]
flate2.workspace = true
image.workspace = true
tract-core = { version = "=0.19.6-pre", path = "../../core" }
tract-nnef = { version = "=0.19.6-pre", path = "../../nnef" }
tract-core = { version = "=0.19.6", path = "../../core" }
tract-nnef = { version = "=0.19.6", path = "../../nnef" }

[dev-dependencies]
dinghy-test.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion harness/onnx-proptest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ onnxruntime = { path = "../../../../github/onnxruntime-rs/onnxruntime" }
onnx-pb = "0.1.4"
anyhow = "1.0.56"
prost = "0.11.0"
tract-onnx = { path = "../../onnx" , version = "=0.19.6-pre" }
tract-onnx = { path = "../../onnx" , version = "=0.19.6" }
proptest = "1.0.0"
6 changes: 3 additions & 3 deletions harness/onnx-test-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ bytes.workspace = true
fs2.workspace = true
log.workspace = true
prost.workspace = true
tract-core = { path = "../../core", version = "=0.19.6-pre" }
tract-nnef = { path = "../../nnef", version = "=0.19.6-pre" }
tract-onnx = { path = "../../onnx", version = "=0.19.6-pre" }
tract-core = { path = "../../core", version = "=0.19.6" }
tract-nnef = { path = "../../nnef", version = "=0.19.6" }
tract-onnx = { path = "../../onnx", version = "=0.19.6" }

[features]
onnx_1_4_1 = []
Expand Down
2 changes: 1 addition & 1 deletion harness/onnx-test-suite/debug-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ members = []

[dependencies]
protobuf = "*"
tract-onnx = { path = "../../../onnx" , version = "=0.19.6-pre" }
tract-onnx = { path = "../../../onnx" , version = "=0.19.6" }
2 changes: 1 addition & 1 deletion harness/tf-inceptionv3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"

[dependencies]
image.workspace = true
tract-tensorflow = { path = "../../tensorflow", version = "=0.19.6-pre" }
tract-tensorflow = { path = "../../tensorflow", version = "=0.19.6" }

[features]
conform = [ "tract-tensorflow/conform" ]
Expand Down
2 changes: 1 addition & 1 deletion harness/tf-mobilenet-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0"

[dependencies]
image.workspace = true
tract-tensorflow = { path = "../../tensorflow", version = "=0.19.6-pre" }
tract-tensorflow = { path = "../../tensorflow", version = "=0.19.6" }

[dev-dependencies]
dinghy-test.workspace = true
2 changes: 1 addition & 1 deletion harness/tf-moz-deepspeech/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"

[dependencies]
log.workspace = true
tract-tensorflow = { path = "../../tensorflow", version = "=0.19.6-pre" }
tract-tensorflow = { path = "../../tensorflow", version = "=0.19.6" }

[dev-dependencies]
env_logger.workspace = true
4 changes: 2 additions & 2 deletions hir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-hir"
version = "0.19.6-pre"
version = "0.19.6"
license = "MIT/Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand All @@ -18,7 +18,7 @@ derive-new.workspace = true
educe.workspace = true
log.workspace = true

tract-core = { version = "=0.19.6-pre", path = "../core" }
tract-core = { version = "=0.19.6", path = "../core" }

[dev-dependencies]
env_logger.workspace = true
6 changes: 3 additions & 3 deletions kaldi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-kaldi"
version = "0.19.6-pre"
version = "0.19.6"
authors = [
"Mathieu Poumeyrol <[email protected]>",
"Theodore Bluche <[email protected]>"
Expand All @@ -23,5 +23,5 @@ lazy_static.workspace = true
log.workspace = true
maplit.workspace = true
nom.workspace = true
tract-hir = { version = "=0.19.6-pre", path = "../hir" }
tract-pulse = { version = "=0.19.6-pre", path = "../pulse" }
tract-hir = { version = "=0.19.6", path = "../hir" }
tract-pulse = { version = "=0.19.6", path = "../pulse" }
8 changes: 4 additions & 4 deletions libcli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-libcli"
version = "0.19.6-pre"
version = "0.19.6"
license = "MIT/Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand All @@ -23,9 +23,9 @@ py_literal.workspace = true
rand.workspace = true
serde.workspace = true
serde_json.workspace = true
tract-core = { version = "=0.19.6-pre", path = "../core" }
tract-hir = { version = "=0.19.6-pre", path = "../hir" }
tract-onnx = { version = "=0.19.6-pre", path = "../onnx", optional = true }
tract-core = { version = "=0.19.6", path = "../core" }
tract-hir = { version = "=0.19.6", path = "../hir" }
tract-onnx = { version = "=0.19.6", path = "../onnx", optional = true }

[features]
# hir = ["tract-hir"]
Expand Down
4 changes: 2 additions & 2 deletions linalg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-linalg"
version = "0.19.6-pre"
version = "0.19.6"
license = "MIT/Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand All @@ -22,7 +22,7 @@ log.workspace = true
num-traits.workspace = true
paste.workspace = true
scan_fmt.workspace = true
tract-data = { version = "=0.19.6-pre", path = "../data" }
tract-data = { version = "=0.19.6", path = "../data" }

[build-dependencies]
cc.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions linalg/cost_model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ colorous = "1.0.6"
ansi_term = "0.12.1"
pbr = "1"
readings-probe = "0.1.4"
tract-linalg = { path="../../linalg", version = "=0.19.6-pre" }
tract-data = { path="../../data", version = "=0.19.6-pre" }
tract-linalg = { path="../../linalg", version = "=0.19.6" }
tract-data = { path="../../data", version = "=0.19.6" }
4 changes: 2 additions & 2 deletions linalg/matmul-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ cblas = { version = "0.3", optional = true }
accelerate-src = { version = "0.3", optional = true }
blis-src = { version = "0.2", features = ["static"], optional = true }
matrixmultiply = "*"
tract-data = { path = "../../data", version = "=0.19.6-pre" }
tract-linalg = { path = "../../linalg", version = "=0.19.6-pre" }
tract-data = { path = "../../data", version = "=0.19.6" }
tract-linalg = { path = "../../linalg", version = "=0.19.6" }


[features]
Expand Down
4 changes: 2 additions & 2 deletions nnef/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-nnef"
version = "0.19.6-pre"
version = "0.19.6"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand All @@ -21,7 +21,7 @@ nom.workspace = true
tar.workspace = true
flate2 = { workspace = true, optional = true }
walkdir.workspace = true
tract-core = { version = "=0.19.6-pre", path = "../core" }
tract-core = { version = "=0.19.6", path = "../core" }

[dev-dependencies]
temp-dir = "0.1.11"
Expand Down
4 changes: 2 additions & 2 deletions onnx-opl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-onnx-opl"
version = "0.19.6-pre"
version = "0.19.6"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand All @@ -20,7 +20,7 @@ log.workspace = true
rand.workspace = true
rand_distr.workspace = true
rustfft.workspace = true
tract-nnef = { version = "=0.19.6-pre", path = "../nnef" }
tract-nnef = { version = "=0.19.6", path = "../nnef" }

[dev-dependencies]
env_logger.workspace = true
Expand Down
8 changes: 4 additions & 4 deletions onnx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-onnx"
version = "0.19.6-pre"
version = "0.19.6"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand All @@ -26,9 +26,9 @@ memmap2.workspace = true
num-integer.workspace = true
prost.workspace = true
smallvec.workspace = true
tract-nnef = { version = "=0.19.6-pre", path = "../nnef" }
tract-hir = { version = "=0.19.6-pre", path = "../hir" }
tract-onnx-opl = { version = "=0.19.6-pre", path = "../onnx-opl" }
tract-nnef = { version = "=0.19.6", path = "../nnef" }
tract-hir = { version = "=0.19.6", path = "../hir" }
tract-onnx-opl = { version = "=0.19.6", path = "../onnx-opl" }

[dev-dependencies]
env_logger = "0.9.0"
Expand Down
4 changes: 2 additions & 2 deletions pulse-opl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-pulse-opl"
version = "0.19.6-pre"
version = "0.19.6"
license = "MIT/Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand All @@ -16,4 +16,4 @@ maintenance = { status = "actively-developed" }
[dependencies]
downcast-rs.workspace = true
lazy_static.workspace = true
tract-nnef = { version = "=0.19.6-pre", path = "../nnef" }
tract-nnef = { version = "=0.19.6", path = "../nnef" }
4 changes: 2 additions & 2 deletions pulse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tract-pulse"
version = "0.19.6-pre"
version = "0.19.6"
license = "MIT/Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
Expand All @@ -17,5 +17,5 @@ maintenance = { status = "actively-developed" }
downcast-rs.workspace = true
lazy_static.workspace = true
log.workspace = true
tract-pulse-opl = { version = "=0.19.6-pre", path = "../pulse-opl" }
tract-pulse-opl = { version = "=0.19.6", path = "../pulse-opl" }

Loading

0 comments on commit 448bfa1

Please sign in to comment.