Skip to content

Commit 1627a33

Browse files
committed
Bump dependencies.
1 parent d25cc7c commit 1627a33

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-histogram"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
rust-version = "1.74.0"
55
edition = "2021"
66
authors = ["Rouven Spreckels <[email protected]>"]
@@ -13,9 +13,9 @@ keywords = ["array", "multidimensional", "statistics", "matrix", "ndarray"]
1313
categories = ["data-structures", "science"]
1414

1515
[dependencies]
16-
ndarray = "0.15.6"
17-
ndarray-slice = { version = "0.3.1", default-features = false, features = ["std"] }
18-
ordered-float = "4.2.0"
16+
ndarray = "0.16.1"
17+
ndarray-slice = { version = "0.4.0", default-features = false, features = ["std"] }
18+
ordered-float = "4.2.2"
1919
num-integer = "0.1.46"
2020
num-traits = "0.2.19"
2121
rand = "0.8.5"

RELEASES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.4.0 (2024-09-14)
2+
3+
* Bump dependencies.
4+
15
# Version 0.3.1 (2024-06-13)
26

37
* Bump dependencies.

0 commit comments

Comments
 (0)