Skip to content

Commit 8af5d66

Browse files
committed
Prepare to release v0.3.0
1 parent d7f4a5e commit 8af5d66

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

c/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#-----------------------------------------------------------------------
22
# Makefile for moocore
33
#-----------------------------------------------------------------------
4-
VERSION = 0.19$(REVISION)
4+
VERSION = 0.19
55

66
S=
77
## Quiet / verbose output:

python/doc/source/whatsnew/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
What's new
55
**********
66

7-
Version 0.3.0 (development)
8-
---------------------------
7+
Version 0.3.0 (03/05/2026)
8+
--------------------------
99

1010
- `moarchiving <https://cma-es.github.io/moarchiving/>`_, `paretobench <https://github.com/electronsandstuff/ParetoBench>`_ and `patatune <https://cms-patatrack.github.io/patatune/>`_ are now included in the benchmarks.
1111
- :func:`~moocore.r2_exact` implements the exact computation of the R2 indicator for bi-objective solution sets.

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88

99
[project]
1010
name = "moocore"
11-
version = "0.3.0.dev0"
11+
version = "0.3.0"
1212
description = "Core Algorithms for Multi-Objective Optimization"
1313
readme = "README.md"
1414
keywords = [

r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: moocore
22
Type: Package
33
Title: Core Mathematical Functions for Multi-Objective Optimization
4-
Version: 0.2.0.900
4+
Version: 0.3.0
55
Authors@R: c(person("Manuel", "López-Ibáñez", role = c("aut", "cre"),
66
email = "manuel.lopez-ibanez@manchester.ac.uk",
77
comment = c(ORCID = "0000-0001-9974-1295")),

r/NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# moocore 0.2.0.900
1+
# moocore 0.3.0
22

33
* `r2_exact()` implements the exact computation of the R2 indicator for bi-objective solution sets.
44
* `hypervolume()` is significantly faster for more than four dimensions (Andreia P. Guerreiro).

0 commit comments

Comments
 (0)