Skip to content

Commit 3fee530

Browse files
committed
c/,r/,python/ Document impact of radixsort.
1 parent a29e369 commit 3fee530

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

c/NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# moocore C library
22

3+
## 0.20
4+
5+
* radixsort.h, insort.h: New.
6+
37
## 0.19.1
48

59
* nondominated_kung.h: Fix potential undefined behavior.

python/doc/source/whatsnew/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Version 0.4.0
99

1010
- Requires ``numpy>=2.1``.
1111
- :func:`~moocore.vorob_t` returns a :class:`~typing.NamedTuple` instead of a dictionary.
12+
- :func:`moocore.is_nondominated` is up to 10x faster in some inputs thanks to a customized radixsort implementation.
1213

1314

1415
Version 0.3.1 (04/05/2026)

r/NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# moocore (development)
2+
3+
* `is_nondominated` is up to 10x faster in some inputs thanks to a customized radixsort implementation.
4+
5+
16
# moocore 0.3.1
27

38
* Separate documentation of `pareto_rank()` to its own page.

0 commit comments

Comments
 (0)