Skip to content

Commit 7a726e5

Browse files
committed
python/doc/source/whatsnew/index.rst: Do not show moocore when linking to functions.
1 parent 3fee530 commit 7a726e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/doc/source/whatsnew/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ 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.
12+
- :func:`~moocore.is_nondominated` is up to 10x faster in some inputs thanks to a customized radixsort implementation.
1313

1414

1515
Version 0.3.1 (04/05/2026)
1616
---------------------------
1717

18-
- Fix potential undefined behavior in :func:`moocore.is_nondominated`.
18+
- Fix potential undefined behavior in :func:`~moocore.is_nondominated`.
1919

2020

2121
Version 0.3.0 (03/05/2026)

0 commit comments

Comments
 (0)