Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Jan 2, 2024
1 parent b4539b2 commit 50873d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndarray-histogram"
version = "0.2.0"
version = "0.3.0"
rust-version = "1.70.0"
edition = "2021"
authors = ["Rouven Spreckels <[email protected]>"]
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.3.0 (2024-01-02)

* Migrate from `noisy_float` to `ordered-float`.

# Version 0.2.0 (2023-04-21)

* Make `FreedmanDiaconis` strategy more robust. Use improper IQR and Scott's
Expand Down

0 comments on commit 50873d6

Please sign in to comment.