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 3fee530 commit 7a726e5Copy full SHA for 7a726e5
1 file changed
python/doc/source/whatsnew/index.rst
@@ -9,13 +9,13 @@ Version 0.4.0
9
10
- Requires ``numpy>=2.1``.
11
- :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.
+- :func:`~moocore.is_nondominated` is up to 10x faster in some inputs thanks to a customized radixsort implementation.
13
14
15
Version 0.3.1 (04/05/2026)
16
---------------------------
17
18
-- Fix potential undefined behavior in :func:`moocore.is_nondominated`.
+- Fix potential undefined behavior in :func:`~moocore.is_nondominated`.
19
20
21
Version 0.3.0 (03/05/2026)
0 commit comments