Skip to content

Commit 9b8fd25

Browse files
committed
Merge branch 'v0.6.0'
2 parents 278a7bf + 76db9b1 commit 9b8fd25

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
[package]
22
name = "ndarray-linalg"
3-
version = "0.5.4"
3+
version = "0.6.0"
44
authors = ["Toshiki Teramura <[email protected]>"]
55

66
description = "Linear algebra package for rust-ndarray using LAPACK"
77
documentation = "https://docs.rs/ndarray-linalg/"
88
repository = "https://github.com/termoshtt/ndarray-linalg"
99
keywords = ["ndarray", "lapack", "matrix"]
1010
license = "MIT"
11+
readme = "README.md"
12+
categories = ["Science"]
1113

1214
[features]
1315
default = ["openblas-static"]
@@ -26,7 +28,7 @@ num-traits = "0.1"
2628
num-complex = "0.1"
2729

2830
[dependencies.ndarray]
29-
version = "0.9"
31+
version = "0.10"
3032
default-features = false
3133
features = ["blas"]
3234

0 commit comments

Comments
 (0)