Skip to content

Commit e74c22f

Browse files
authored
Merge pull request #17 from jturner314/ndarray-0.12.1
Update to ndarray 0.12.1
2 parents e58e7ac + a7577d1 commit e74c22f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["array", "multidimensional", "statistics", "matrix", "ndarray"]
1414
categories = ["data-structures", "science"]
1515

1616
[dependencies]
17-
ndarray = "0.12"
17+
ndarray = "0.12.1"
1818
noisy_float = "0.1.8"
1919
num-traits = "0.2"
2020
rand = "0.5"
@@ -23,6 +23,3 @@ itertools = { version = "0.7.0", default-features = false }
2323
[dev-dependencies]
2424
quickcheck = "0.7"
2525
ndarray-rand = "0.8"
26-
27-
[patch.crates-io]
28-
ndarray = { git = "https://github.com/rust-ndarray/ndarray.git", branch = "master" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ new functionality!
1414

1515
```toml
1616
[dependencies]
17-
ndarray = "0.12"
17+
ndarray = "0.12.1"
1818
ndarray-stats = "0.1"
1919
```
2020

0 commit comments

Comments
 (0)