You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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>