We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3896c1 commit a1f72d6Copy full SHA for a1f72d6
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "opt-einsum-path"
3
-version = "0.1.0"
+version = "0.1.1"
4
edition = "2024"
5
description = "Einsum path optimization for tensor contraction (opt_einsum in Rust, without contraction)"
6
readme = "readme.md"
@@ -21,6 +21,7 @@ rayon = { version = "1.11", optional = true }
21
rstest = { version = "0.26" }
22
23
[features]
24
+default = []
25
par_rand = ["dep:rayon"]
26
27
[profile.dev]
0 commit comments