We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2390e6 commit fdd04bcCopy full SHA for fdd04bc
python/doc/source/whatsnew/index.rst
@@ -4,8 +4,8 @@
4
What's new
5
**********
6
7
-Version 0.1.4
8
--------------
+Version 0.1.4 (30/10/2024)
+--------------------------
9
10
- Improved example :ref:`sphx_glr_auto_examples_plot_pandas.py` to work in Pandas version >= 2.
11
- Changed behavior of :func:`~moocore.apply_within_sets`. The previous behavior could lead to subtle bugs.
python/pyproject.toml
@@ -8,7 +8,7 @@ requires = [
[project]
name = "moocore"
-version = "0.1.4dev0"
+version = "0.1.4"
12
description = "Core Algorithms for Multi-Objective Optimization"
13
readme = "README.md"
14
keywords = [
0 commit comments