Skip to content

Release v4.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 16:31
· 71 commits to master since this release

4.2.0 (2025-08-06)

Bug Fixes

  • correct path resolution and JSON parsing in benchmark docs script (d168af8)
  • eliminate mutable instance state from benchmark solvers (784d71c)
  • format ops/sec to 2 decimal places in benchmark results (442006f)
  • preserve full precision in benchmark results (ba5deed)
  • properly separate main and dev TypeScript configurations (488bb50)
  • replace any type with proper types in template solver (f83adba)
  • round margin percentages to 2 decimal places in benchmark comparisons (2071d38)
  • working modular benchmark system (370e45a)

Features

  • add automated benchmark documentation system (4534e2a)
  • implement descriptive solver names with static name property (ae67510)
  • include binary solver in competitive benchmarks for fair comparison (1f7d445)
  • make benchmark results directly visible in README (69b6005)
  • update README benchmarks and add auto-formatting to doc script (593b713)