Skip to content

Commit e12eab8

Browse files
committed
Add release notes for v0.4.10
1 parent ac58a47 commit e12eab8

3 files changed

Lines changed: 25 additions & 9 deletions

File tree

README.md

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

8080
In [2]: galois.__version__
81-
Out[2]: '0.4.9'
81+
Out[2]: '0.4.10'
8282
```
8383

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

docs/release-notes/unreleased.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,14 @@ tocdepth: 2
88

99
### Breaking changes
1010

11-
- Deprecated `galois.Field()` for removal in v0.5.0. ([#633](https://github.com/mhostetter/galois/issues/633))
11+
-
1212

1313
### Features
1414

15-
- Make `FieldArray` subclasses hashable based on their properties. ([#639](https://github.com/mhostetter/galois/pull/639))
16-
- Improved FFT speed (~1.6x speedup) in `np.fft.fft()` with mixed-radix Cooley-Tukey algorithm. ([#620](https://github.com/mhostetter/galois/pull/620))
15+
-
1716

1817
### Fixes
1918

20-
- Fixed bug where `FieldArray` instances couldn't be unpickled if the `FieldArray` class had not yet be created. ([#639](https://github.com/mhostetter/galois/pull/639))
21-
22-
### Performance
23-
2419
-
2520

2621
### Documentation
@@ -29,5 +24,4 @@ tocdepth: 2
2924

3025
### Contributors
3126

32-
- Frank Yellin ([@fyellin](https://github.com/fyellin))
3327
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

docs/release-notes/v0.4.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,25 @@ tocdepth: 2
156156

157157
- Iyán Méndez Veiga ([@iyanmv](https://github.com/iyanmv))
158158
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))
159+
160+
## v0.4.10
161+
162+
*Released January 1, 2026*
163+
164+
### Breaking changes
165+
166+
- Deprecated `galois.Field()` for removal in v0.5.0. ([#633](https://github.com/mhostetter/galois/issues/633))
167+
168+
### Features
169+
170+
- Make `FieldArray` subclasses hashable based on their properties. ([#639](https://github.com/mhostetter/galois/pull/639))
171+
- Improved FFT speed (~1.6x speedup) in `np.fft.fft()` with mixed-radix Cooley-Tukey algorithm. ([#620](https://github.com/mhostetter/galois/pull/620))
172+
173+
### Fixes
174+
175+
- Fixed bug where `FieldArray` instances couldn't be unpickled if the `FieldArray` class had not yet be created. ([#639](https://github.com/mhostetter/galois/pull/639))
176+
177+
### Contributors
178+
179+
- Frank Yellin ([@fyellin](https://github.com/fyellin))
180+
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

0 commit comments

Comments
 (0)