Skip to content

Tags: CodeReclaimers/neat-python

Tags

v2.0.1

Toggle v2.0.1's commit message
Fix missing f-strings, deprecated datetime, stale pylint directives

- Add f-prefix to three RuntimeError format strings in attributes.py
  that were printing literal {self.name} instead of the attribute name
- Replace deprecated datetime.utcnow() with datetime.now(timezone.utc)
  in all four export functions
- Update hardcoded version fallback from 1.1.0 to 2.0.0 and narrow
  bare except to except Exception in exporters.py
- Remove obsolete pylint no-self-use directives from reporting.py
  and iznn/__init__.py

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v2.0.0

Toggle v2.0.0's commit message
Add What's New in 2.0 section to README

Briefly describe the per-node evolvable time constants change for
CTRNNs, note the breaking API change, and link to the detailed
CTRNN-CHANGES.pdf writeup.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v1.1.0

Toggle v1.1.0's commit message
Release version 1.1.0

v1.0.0

Toggle v1.0.0's commit message
Release version 1.0.0

v0.92

Toggle v0.92's commit message
This revision was uploaded to PyPI as release 0.92.

v0.91

Toggle v0.91's commit message
This revision was uploaded to PyPI as version 0.91.

v0.9

Toggle v0.9's commit message
This revision was released on PyPI as 0.9.

v0.7

Toggle v0.7's commit message
This revision was published on PyPI as release 0.7.

v0.6

Toggle v0.6's commit message
Release v0.6

v0.5

Toggle v0.5's commit message
Version 0.5 of neat-python.