Skip to content

Commit 414b9d7

Browse files
author
semantic-release
committed
1.31.0
Automatically generated by python-semantic-release
1 parent 3bd5746 commit 414b9d7

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
<!-- version list -->
44

5+
## v1.31.0 (2026-05-16)
6+
7+
### Features
8+
9+
- **cli**: --from-csv for `gigaevo plot comparison` (#247)
10+
([#248](https://github.com/KhrulkovV/gigaevo-core-internal/pull/248),
11+
[`5dede22`](https://github.com/KhrulkovV/gigaevo-core-internal/commit/5dede228a1af3089de7f3fbe42a9098689eebd04))
12+
13+
514
## v1.30.0 (2026-05-14)
615

716
### Bug Fixes

gigaevo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""GigaEvo – evolutionary computation framework."""
22

3-
__version__ = "1.30.0"
3+
__version__ = "1.31.0"
44

55
from pydantic import config as _pyd_config
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gigaevo"
7-
version = "1.30.0"
7+
version = "1.31.0"
88
description = "Advanced evolutionary computation framework with MAP-Elites and DAG-based program execution"
99
authors = [
1010
{name = "GigaEvo Team", email = "team@gigaevo.ai"}

0 commit comments

Comments
 (0)