We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1234d commit bc2876eCopy full SHA for bc2876e
3 files changed
c/Makefile
@@ -2,7 +2,7 @@
2
3
# Makefile for moocore
4
5
-VERSION = 0.1.2$(REVISION)
+VERSION = 0.1.3
6
7
#-----------------------------------------------------------------------
8
python/doc/source/whatsnew/index.rst
@@ -4,8 +4,8 @@
What's new
**********
-Version 0.1.3
--------------
+Version 0.1.3 (28/10/2024)
+--------------------------
9
10
- :class:`Hypervolume`: Object-oriented API for hypervolume indicator.
11
- :func:`apply_within_sets()`: Utility function to apply operations to individual datasets.
python/pyproject.toml
@@ -8,7 +8,7 @@ requires = [
[project]
name = "moocore"
-version = "0.1.3dev0"
+version = "0.1.3"
12
description = "Core Algorithms for Multi-Objective Optimization"
13
readme = "README.md"
14
keywords = [
0 commit comments