Skip to content

Commit 03562d4

Browse files
Fix changelog unreleased error.
1 parent 536985a commit 03562d4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ All notable changes to neat-python will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
9+
## [1.0.0] - 2025-01-09
910

1011
### Added
1112
- **Network Export**: JSON export capability for all network types (FeedForwardNetwork, RecurrentNetwork, CTRNN, IZNN)
@@ -18,9 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1819
- Full test suite in `tests/test_export.py`
1920
- No additional dependencies required (uses only Python standard library)
2021

21-
## [1.0.0] - 2025-01-09
22-
23-
### Added
2422
- **Innovation Number Tracking**: Full implementation of innovation numbers as described in the original NEAT paper (Stanley & Miikkulainen, 2002, Section 3.2)
2523
- Global innovation counter that increments across all generations
2624
- Same-generation deduplication of identical mutations

0 commit comments

Comments
 (0)