Skip to content

v2.12.0

Latest

Choose a tag to compare

@HaoZeke HaoZeke released this 08 Mar 08:51
· 7 commits to main since this release
c297ba5

Major internal modernization. See CHANGELOG.md and release notes for full details.

Highlights:

  • Replace spdlog/fmt with quill (lock-free async logging)
  • Wrap all client code in namespace eonc
  • Add PotRegistry singleton for structured force call tracking (_potcalls.json)
  • Add SafeMath.h for FPE-safe arithmetic
  • FPE hardening across 12 source files
  • Metatomic ecosystem updates (torch 2.10, metatomic-torch 0.1.9+)
  • Replace cxxopts with argum for CLI parsing