Skip to content

Commit

Permalink
Bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Sep 14, 2024
1 parent d25cc7c commit 1627a33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndarray-histogram"
version = "0.3.1"
version = "0.4.0"
rust-version = "1.74.0"
edition = "2021"
authors = ["Rouven Spreckels <[email protected]>"]
Expand All @@ -13,9 +13,9 @@ keywords = ["array", "multidimensional", "statistics", "matrix", "ndarray"]
categories = ["data-structures", "science"]

[dependencies]
ndarray = "0.15.6"
ndarray-slice = { version = "0.3.1", default-features = false, features = ["std"] }
ordered-float = "4.2.0"
ndarray = "0.16.1"
ndarray-slice = { version = "0.4.0", default-features = false, features = ["std"] }
ordered-float = "4.2.2"
num-integer = "0.1.46"
num-traits = "0.2.19"
rand = "0.8.5"
Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.4.0 (2024-09-14)

* Bump dependencies.

# Version 0.3.1 (2024-06-13)

* Bump dependencies.
Expand Down

0 comments on commit 1627a33

Please sign in to comment.