Skip to content

Commit b172322

Browse files
committed
Add release notes for v0.4.8
1 parent 888b4bc commit b172322

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Import the `galois` package in Python.
7676
In [1]: import galois
7777

7878
In [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

docs/release-notes/v0.4.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)