We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4539b2 commit 50873d6Copy full SHA for 50873d6
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ndarray-histogram"
3
-version = "0.2.0"
+version = "0.3.0"
4
rust-version = "1.70.0"
5
edition = "2021"
6
authors = ["Rouven Spreckels <[email protected]>"]
RELEASES.md
@@ -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)
7
* Make `FreedmanDiaconis` strategy more robust. Use improper IQR and Scott's
0 commit comments