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 278a7bf + 76db9b1 commit 9b8fd25Copy full SHA for 9b8fd25
Cargo.toml
@@ -1,13 +1,15 @@
1
[package]
2
name = "ndarray-linalg"
3
-version = "0.5.4"
+version = "0.6.0"
4
authors = ["Toshiki Teramura <[email protected]>"]
5
6
description = "Linear algebra package for rust-ndarray using LAPACK"
7
documentation = "https://docs.rs/ndarray-linalg/"
8
repository = "https://github.com/termoshtt/ndarray-linalg"
9
keywords = ["ndarray", "lapack", "matrix"]
10
license = "MIT"
11
+readme = "README.md"
12
+categories = ["Science"]
13
14
[features]
15
default = ["openblas-static"]
@@ -26,7 +28,7 @@ num-traits = "0.1"
26
28
num-complex = "0.1"
27
29
30
[dependencies.ndarray]
-version = "0.9"
31
+version = "0.10"
32
default-features = false
33
features = ["blas"]
34
0 commit comments