Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed May 28, 2023
1 parent 9eb1723 commit 11039de
Show file tree
Hide file tree
Showing 2 changed files with 7 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-slice"
version = "0.2.2"
version = "0.2.3"
rust-version = "1.60"
edition = "2021"
authors = ["Rouven Spreckels <[email protected]>"]
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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.

# Version 0.2.2 (2023-04-13)

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

0 comments on commit 11039de

Please sign in to comment.