File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Import the `galois` package in Python.
7676In [1 ]: import galois
7777
7878In [2 ]: galois.__version__
79- Out[2 ]: ' 0.4.7 '
79+ Out[2 ]: ' 0.4.8 '
8080```
8181
8282### Create a [ ` FieldArray ` ] ( https://mhostetter.github.io/galois/latest/api/galois.FieldArray/ ) subclass
Original file line number Diff line number Diff line change @@ -123,3 +123,22 @@ tocdepth: 2
123123
124124- [ @fyellin ] ( https://github.com/fyellin )
125125- Matt Hostetter ([ @mhostetter ] ( https://github.com/mhostetter ) )
126+
127+ ## v0.4.8
128+
129+ * Released December 17, 2025*
130+
131+ ### Changes
132+
133+ - Added erasure decoding to BCH and Reed-Solomon codes. ([ #621 ] ( https://github.com/mhostetter/galois/pull/621 ) )
134+ - Added computation of the minimal polynomial of a square matrix. ([ #621 ] ( https://github.com/mhostetter/galois/pull/621 ) )
135+ - Added the Möbius function in ` galois.mobius() ` . ([ #621 ] ( https://github.com/mhostetter/galois/pull/621 ) )
136+ - Added normal element functions ` galois.normal_element() ` , ` galois.normal_elements() ` , and
137+ ` galois.is_normal_element() ` . ([ #621 ] ( https://github.com/mhostetter/galois/pull/621 ) )
138+ - Added ` galois.Poly.Like() ` constructor. ([ #621 ] ( https://github.com/mhostetter/galois/pull/621 ) )
139+ - Added support for N-d matrix multiplication. ([ #621 ] ( https://github.com/mhostetter/galois/pull/621 ) )
140+ - Fixed minor bugs.
141+
142+ ### Contributors
143+
144+ - Matt Hostetter ([ @mhostetter ] ( https://github.com/mhostetter ) )
You can’t perform that action at this time.
0 commit comments