Skip to content

Commit 11039de

Browse files
committed
Prepare release.
1 parent 9eb1723 commit 11039de

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-slice"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
rust-version = "1.60"
55
edition = "2021"
66
authors = ["Rouven Spreckels <rs@qu1x.dev>"]

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 0.2.3 (2023-05-28)
2+
3+
* Lower worst-case time complexity from **O**(**n** log **n**) to **O**(**n**)
4+
for selection algorithms.
5+
* Improve overall sorting performance.
6+
17
# Version 0.2.2 (2023-04-13)
28

39
* Add `rayon` feature for parallel sorting and parallel bulk-selection.

0 commit comments

Comments
 (0)