Skip to content

Commit 3479305

Browse files
committed
Prepare to release v0.3.1
1 parent 0bc6866 commit 3479305

7 files changed

Lines changed: 16 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PACKAGEVERSION=0.4.0
1+
PACKAGEVERSION=0.3.1
22

33
.PHONY: default clean check test pre-commit
44

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.1
55

66
S=
77
## Quiet / verbose output:

c/NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# moocore C library
22

3+
## 0.19.1
4+
5+
* nondominated_kung.h: Fix potential undefined behavior.
6+
37
## 0.19
48

59
* `fpli_hv()` calculates 4D contributions as the base case, which is

python/doc/source/whatsnew/index.rst

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

7+
Version 0.3.1 (04/05/2026)
8+
---------------------------
9+
10+
- Fix potential undefined behavior in :func:`moocore.is_nondominated`.
11+
12+
713
Version 0.3.0 (03/05/2026)
814
--------------------------
915

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.4.0.dev0"
11+
version = "0.3.1"
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.3.0.900
4+
Version: 0.3.1
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# moocore 0.3.0.900
1+
# moocore 0.3.1
22

33
* Separate documentation of `pareto_rank()` to its own page.
4+
* Fix potential undefined behavior in `is_nondominated()`.
45

56

67
# moocore 0.3.0

0 commit comments

Comments
 (0)