Skip to content

galois v0.4.8

Choose a tag to compare

@github-actions github-actions released this 17 Dec 14:09

Released December 17, 2025

Changes

  • Added erasure decoding to BCH and Reed-Solomon codes. (#621)
  • Added computation of the minimal polynomial of a square matrix. (#621)
  • Added the Möbius function in galois.mobius(). (#621)
  • Added normal element functions galois.normal_element(), galois.normal_elements(), and
    galois.is_normal_element(). (#621)
  • Added galois.Poly.Like() constructor. (#621)
  • Added support for N-d matrix multiplication. (#621)
  • Fixed minor bugs.

Contributors