Skip to content

v0.11.0

Latest

Choose a tag to compare

@RUrlus RUrlus released this 24 Apr 14:02
· 1 commit to stable since this release

0.11.0 - April 2026

This release significantly improves bootstrapping performance by avoiding the sorting of the generated uniform sample.
Expected speed-up is ~2-3x for arrays as small as 50.

Changes

  • OPT: [C++] Generate sorted uniform values using ordered statistics
  • OPT: [C++] Remove inefficient collect and accumulate pattern
  • BLD: [C++] Disable math-errno and trapping math
  • OPT: [C++] Minor performance optimisations
  • BLD: Switch to MacOS 13 as minimum deployment target

Full Changelog: v0.10.0...v0.11.0