• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CodeReclaimers / neat-python / 25578897946

Builds Branch Commit Type Ran Committer Via Coverage
25578897946 master Fix bugs surfaced by audit: pickling, empty-input, config validation Severity-ordered fixes from a bug audit of v2.1.0: H1/H2 — Checkpoint pickling silently consumed counters DefaultGenomeConfig.__getstate__ and DefaultSpeciesSet.__getstate__ ... push 08 May 2026 08:51PM UTC CodeReclaimers github
87.0
24268607044 master Fix flaky test_remove_node_deletes_node surfaced by PyPy CI mutate_delete_node invokes _prune_dangling_nodes after removing the chosen hidden node, so any other hidden node that can no longer reach an output is pruned along with its connections. ... push 10 Apr 2026 11:21PM UTC CodeReclaimers github
86.87
24268291745 master Document activation/aggregation behavior found by adversarial review Add a scaling, clamping, and special-case reference table to docs/activation.rst covering the 9 activation functions that deviate from their canonical textbook forms. Previously... push 10 Apr 2026 11:10PM UTC CodeReclaimers github
86.87
24263143819 master Fix mutate_add_node innovation deduplication (issue #291) The dedup key included the newly-allocated node ID, which is always unique, so the tracker lookup never matched across genomes. Key by the original connection endpoints instead via a new g... push 10 Apr 2026 08:40PM UTC CodeReclaimers github
86.86
23816527970 master Fix PyPy build failures: handle float overflow without OverflowError PyPy follows IEEE 754 strictly and produces inf instead of raising OverflowError on float overflow. Add an isfinite() guard after the Izhikevich neuron voltage update so the ove... push 31 Mar 2026 07:53PM UTC CodeReclaimers github
86.8
23790688058 master Bump version to 2.1.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> push 31 Mar 2026 09:37AM UTC CodeReclaimers github
86.86
23790610368 master Update documentation to match current implementation - CHANGELOG: Add fitness_criterion fix, checkpoint/reporter timing changes, CTRNN double-buffer fix, aggregation validation fix. Remove dead GPU_DESIGN_NOTES.md reference. - installation.rs... push 31 Mar 2026 09:35AM UTC CodeReclaimers github
86.86
23790165495 master Add What's New in 2.1 section to README Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> push 31 Mar 2026 09:25AM UTC CodeReclaimers github
86.86
23790058548 master Fix reporter generation mismatch and checkpoint lost-work problem Reporter fix (#273): Moved species detail reporting from end_generation to post_evaluate in StdOutReporter. Species info now matches the evaluated population rather than the post-r... push 31 Mar 2026 09:22AM UTC CodeReclaimers github
86.86
23789376172 master Remove CLAUDE.md from version control and .gitignore it CLAUDE.md contains local Claude Code project instructions that are specific to the maintainer's workflow, not relevant to users. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthro... push 31 Mar 2026 09:05AM UTC CodeReclaimers github
86.85
23789324450 master Fix fitness_criterion='min' ignored in best-genome tracking, stagnation, reproduction, crossover, and statistics The fitness_criterion config parameter was only used for the termination check. All other fitness comparisons hardcoded "higher is be... push 31 Mar 2026 09:04AM UTC CodeReclaimers github
86.89
23589801782 master Add 55 unit tests covering feature gaps; document micromamba dev environment New test file (tests/test_coverage_gaps.py) covers previously untested features: ELU/SELU/LeakyReLU activations, JSON export validation, innovation tracker pickle suppor... push 26 Mar 2026 10:36AM UTC CodeReclaimers github
86.75
23548020782 master Fix AGENTS.md: correct file paths, CTRNN API, and citation info Updated repository structure to reflect that ctrnn, iznn, and export are packages (not single files), added missing statistics.py, corrected CTRNN class name and method signature, an... push 25 Mar 2026 03:05PM UTC CodeReclaimers github
85.12
23509830531 master Added maintainer section to README push 24 Mar 2026 08:05PM UTC CodeReclaimers github
85.12
23437908745 master Implement NEAT paper compliance fixes (Items A-K) Add configurable options to match Stanley & Miikkulainen (2002) while preserving backward compatibility through defaults that match existing behavior. Changes include: - Fix 75% disable rule to r... push 23 Mar 2026 12:45PM UTC CodeReclaimers github
85.08
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 24
  • 25
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc