We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3aece3d + b9b57f0 commit 49e964bCopy full SHA for 49e964b
lax/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lax"
3
-version = "0.17.0"
+version = "0.18.0"
4
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
5
edition = "2021"
6
ndarray-linalg/Cargo.toml
name = "ndarray-linalg"
@@ -52,7 +52,7 @@ features = ["approx", "std"]
52
default-features = false
53
54
[dependencies.lax]
55
56
path = "../lax"
57
58
0 commit comments