Skip to content

Commit 3dff60b

Browse files
committed
* python/doc/source/whatsnew/index.rst: Fix link.
1 parent 958a090 commit 3dff60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/doc/source/whatsnew/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Version 0.1.9 (31/10/2025)
2121
- :func:`~moocore.is_nondominated` and :func:`~moocore.filter_dominated` are faster for dimensions larger than 3.
2222
- ``moocore`` wheels are now built for ``aarch64`` (ARM64) in Linux and Windows.
2323
See the `installation instructions <https://github.com/multi-objective/moocore/tree/main/python#install>`_.
24-
- :func:`~moocore.is_nondominated` and :func:`moocore.filter_dominated` are now stable in 2D and 3D with ``!keep_weakly``, that is, only the first of duplicated points is marked as nondominated.
24+
- :func:`~moocore.is_nondominated` and :func:`~moocore.filter_dominated` are now stable in 2D and 3D with ``!keep_weakly``, that is, only the first of duplicated points is marked as nondominated.
2525

2626

2727
Version 0.1.8 (15/07/2025)

0 commit comments

Comments
 (0)