Skip to content

Commit 157739c

Browse files
Update changelog and license dates.
1 parent 555944f commit 157739c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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

88

9-
## [Unreleased]
9+
## [1.1.0] - 2025-12-05
1010

1111
### Added
1212
- **Reproducibility Support**: Evolution can now be made deterministic by setting a random seed
@@ -71,7 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7171
- Aggregation functions (`max`, `min`, `maxabs`, `mean`, `median`) now handle empty inputs (return 0.0)
7272
- Comprehensive test coverage in `tests/test_graphs.py` (5 new tests) and `tests/test_nn.py` (integration test)
7373

74-
## [1.0.0] - 2025-01-09
74+
## [1.0.0] - 2025-11-09
7575

7676
### Added
7777
- **Network Export**: JSON export capability for all network types (FeedForwardNetwork, RecurrentNetwork, CTRNN, IZNN)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2007-2011, cesar.gomes and mirrorballu2
2-
Copyright (c) 2015-2019, CodeReclaimers, LLC
2+
Copyright (c) 2015-2025, CodeReclaimers, LLC
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
55
following conditions are met:

0 commit comments

Comments
 (0)