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 9eb1723 commit 11039deCopy full SHA for 11039de
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ndarray-slice"
3
-version = "0.2.2"
+version = "0.2.3"
4
rust-version = "1.60"
5
edition = "2021"
6
authors = ["Rouven Spreckels <rs@qu1x.dev>"]
RELEASES.md
@@ -1,3 +1,9 @@
+# Version 0.2.3 (2023-05-28)
+
+ * Lower worst-case time complexity from **O**(**n** log **n**) to **O**(**n**)
+ for selection algorithms.
+ * Improve overall sorting performance.
7
# Version 0.2.2 (2023-04-13)
8
9
* Add `rayon` feature for parallel sorting and parallel bulk-selection.
0 commit comments