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.6 '
79+ Out[2 ]: ' 0.4.7 '
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 @@ -109,3 +109,17 @@ tocdepth: 2
109109- [ @fyellin ] ( https://github.com/fyellin )
110110- [ @rafaelha ] ( https://github.com/rafaelha )
111111- Matt Hostetter ([ @mhostetter ] ( https://github.com/mhostetter ) )
112+
113+ ## v0.4.7
114+
115+ * Released November 7, 2025*
116+
117+ ### Changes
118+
119+ - Added support for Numba 0.62. ([ #618 ] ( https://github.com/mhostetter/galois/pull/618 ) )
120+ - Added support for shortened non-systematic ` BCH ` and ` ReedSolomon ` codes. ([ #607 ] ( https://github.com/mhostetter/galois/pull/607 ) )
121+
122+ ### Contributors
123+
124+ - [ @fyellin ] ( https://github.com/fyellin )
125+ - Matt Hostetter ([ @mhostetter ] ( https://github.com/mhostetter ) )
You can’t perform that action at this time.
0 commit comments