Skip to content

galois v0.4.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 00:55

Released April 30, 2025

Changes

  • Improved performance further of linear algebra over finite fields with prime order. (#598)
  • Improved TypeError description for arithmetic on FieldArray instances with same order but different irreducible polynomials. (#602)
  • Fixed bug in .log() of scalar 0-dim FieldArrays. (#600)
  • Fixed bug in typing of IterableLike, which didn't support lists of NDArray. (#602)

Contributors