Skip to content

OxiNum 0.1.2 Release

Latest

Choose a tag to compare

@cool-japan cool-japan released this 10 Jun 22:57

[0.1.2] - 2026-06-10

Fixed

  • oxinum-complex parity_cross_validation: prop_asin_cbig_native_agree and
    prop_atanh_cbig_native_agree proptest cases timed out (>120 s) when run with
    HEAVY_CASES = 16 at full precision (40 significant digits). The two tests are
    now split into a separate proptest! block with VERY_HEAVY_CASES = 6 and
    PREC_LIGHT = 20, bringing each test well under the 120-second per-test budget
    while still exercising cross-family agreement to 1e-9 tolerance.

Maintenance

  • Version bump to 0.1.2; all workspace crates aligned to this version.
  • Dependency version pins updated across workspace [workspace.dependencies].

Full Changelog: v0.1.1...v0.1.2