Skip to content

Commit 5c8bbe5

Browse files
committed
Update to ndarray 0.12.0
1 parent 4f273ac commit 5c8bbe5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ version = "0.2"
3030
default-features = false
3131

3232
[dependencies.ndarray]
33-
version = "0.11.2"
34-
git = "https://github.com/bluss/ndarray"
33+
version = "0.12"
3534
features = ["blas"]
3635
default-features = false
3736

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There are three features corresponding to the backend implementations (`openblas
2525

2626
```toml
2727
[depencdencies]
28-
ndarray = "0.11"
28+
ndarray = "0.12"
2929
ndarray-linalg = { version = "0.9", features = ["openblas"] }
3030
```
3131

@@ -35,7 +35,7 @@ You should link a LAPACKE implementation to a final crate (like binary executabl
3535

3636
```toml
3737
[depencdencies]
38-
ndarray = "0.11"
38+
ndarray = "0.12"
3939
ndarray-linalg = "0.9"
4040
openblas-src = "0.5" # or another backend of your choice
4141

@@ -54,7 +54,7 @@ If you creating a library depending on this crate, we encourage you not to link
5454

5555
```toml
5656
[depencdencies]
57-
ndarray = "0.11"
57+
ndarray = "0.12"
5858
ndarray-linalg = { version = "0.9", default-features = false }
5959
```
6060

0 commit comments

Comments
 (0)