File tree Expand file tree Collapse file tree
python/doc/source/whatsnew Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
1415Version 0.3.1 (04/05/2026)
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments