Skip to content

Commit ede2851

Browse files
committed
Add release notes for v0.4.7
1 parent ca72c61 commit ede2851

2 files changed

Lines changed: 15 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.6'
79+
Out[2]: '0.4.7'
8080
```
8181

8282
### Create a [`FieldArray`](https://mhostetter.github.io/galois/latest/api/galois.FieldArray/) subclass

docs/release-notes/v0.4.md

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

0 commit comments

Comments
 (0)