Skip to content

Commit 3604387

Browse files
committed
Bump version and dependencies post ndarray 0.14
1 parent 66bc977 commit 3604387

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-stats"
3-
version = "0.3.1-alpha.0"
3+
version = "0.4.0"
44
authors = ["Jim Turner <[email protected]>", "LukeMathWalker <[email protected]>"]
55
edition = "2018"
66

@@ -16,22 +16,22 @@ keywords = ["array", "multidimensional", "statistics", "matrix", "ndarray"]
1616
categories = ["data-structures", "science"]
1717

1818
[dependencies]
19-
ndarray = "0.13"
19+
ndarray = "0.14"
2020
noisy_float = "0.1.8"
2121
num-integer = "0.1"
2222
num-traits = "0.2"
2323
rand = "0.7"
24-
itertools = { version = "0.8.0", default-features = false }
24+
itertools = { version = "0.9.0", default-features = false }
2525
indexmap = "1.0"
2626

2727
[dev-dependencies]
28-
ndarray = { version = "0.13", features = ["approx"] }
29-
criterion = "0.2"
30-
quickcheck = { version = "0.8.1", default-features = false }
31-
ndarray-rand = "0.11"
32-
approx = "0.3"
33-
quickcheck_macros = "0.8"
34-
num-bigint = "0.2.2"
28+
ndarray = { version = "0.14", features = ["approx"] }
29+
criterion = "0.3"
30+
quickcheck = { version = "0.9.2", default-features = false }
31+
ndarray-rand = "0.12"
32+
approx = "0.4"
33+
quickcheck_macros = "0.9"
34+
num-bigint = "0.3.1"
3535

3636
[[bench]]
3737
name = "sort"

0 commit comments

Comments
 (0)