Released April 30, 2025
Changes
- Improved performance further of linear algebra over finite fields with prime order. (#598)
- Improved
TypeError
description for arithmetic onFieldArray
instances with same order but different irreducible polynomials. (#602) - Fixed bug in
.log()
of scalar 0-dimFieldArray
s. (#600) - Fixed bug in typing of
IterableLike
, which didn't support lists ofNDArray
. (#602)
Contributors
- @fyellin
- @rafaelha
- Matt Hostetter (@mhostetter)