Released May 2, 2026
Fixes
- Fixed bug in
Poly.equal_degree_factors()for characteristic 2, causing very slow performance. (#655) - Fixed bug in
galois.perfect_power(). (#656) - Fixed bug to prevent
int64overflow in lookup-table exponentiation. (#656) - Fixed bug to use distinct prime bases in
galois.miller_rabin_primality_test(). (#656)
Contributors
- Bas Westerbaan (@bwesterb)
- David Hotham (@dimbleby)
- Matt Hostetter (@mhostetter)