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.
1 parent ea2c627 commit 4635131Copy full SHA for 4635131
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ndarray-linalg"
3
-version = "0.6.2"
+version = "0.7.0"
4
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
5
6
description = "Linear algebra package for rust-ndarray using LAPACK"
@@ -9,7 +9,7 @@ repository = "https://github.com/termoshtt/ndarray-linalg"
9
keywords = ["ndarray", "lapack", "matrix"]
10
license = "MIT"
11
readme = "README.md"
12
-categories = ["Science"]
+categories = ["algorithms", "science"]
13
14
[features]
15
default = ["openblas-static"]
0 commit comments