Skip to content

galois v0.4.10

Choose a tag to compare

@github-actions github-actions released this 02 Jan 03:02
· 11 commits to main since this release

Released January 1, 2026

Breaking changes

  • Deprecated galois.Field() for removal in v0.5.0. (#633)

Features

  • Make FieldArray subclasses hashable based on their properties. (#639)
  • Improved FFT speed (~1.6x speedup) in np.fft.fft() with mixed-radix Cooley-Tukey algorithm. (#620)

Fixes

  • Fixed bug where FieldArray instances couldn't be unpickled if the FieldArray class had not yet be created. (#639)

Contributors