You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed: expand exact-arithmetic re-exports and adversarial benchmarks
Update the `exact` feature to re-export `BigInt` and essential `num-traits`
(FromPrimitive, ToPrimitive, Signed) alongside `BigRational`. This
simplifies downstream usage by removing the need for direct dependencies
on the `num` ecosystem for common operations.
Additionally, formalize adversarial-input benchmarking for near-singular,
large-entry, and Hilbert matrices to better track performance on
ill-conditioned data. CI benchmark comparisons are now more resilient to
newly added benchmarks via `--baseline-lenient`.
Refs: #80
0 commit comments