Skip to content

Commit 584f770

Browse files
committed
Bump ndarray to 0.14
1 parent 8980494 commit 584f770

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
- Unreleased
4+
- Bump num-complex to 0.3
5+
- Bump ndarray to 0.14
6+
37
- v0.12.1
48
- Fix compile error in Rust 1.39
59

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cfg-if = "0.1"
1414
libc = "0.2"
1515
num-complex = "0.3"
1616
num-traits = "0.2"
17-
ndarray = ">=0.13"
17+
ndarray = "0.14"
1818
pyo3 = ">=0.12"
1919

2020
[features]

examples/linalg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
numpy = { path = "../.." }
13-
ndarray = "0.13"
14-
ndarray-linalg = { version = "0.12.1", features = ["openblas-static"] }
13+
ndarray = "0.14"
14+
ndarray-linalg = { git = "https://github.com/kngwyu/ndarray-linalg", branch = "ndarray-014", features = ["openblas-static"] }
1515

1616
[dependencies.pyo3]
1717
version = "0.12"

0 commit comments

Comments
 (0)