You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/unreleased.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,14 @@ tocdepth: 2
8
8
9
9
### Breaking changes
10
10
11
-
-Deprecated `galois.Field()` for removal in v0.5.0. ([#633](https://github.com/mhostetter/galois/issues/633))
11
+
-…
12
12
13
13
### Features
14
14
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
+
- …
17
16
18
17
### Fixes
19
18
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
-
24
19
- …
25
20
26
21
### Documentation
@@ -29,5 +24,4 @@ tocdepth: 2
29
24
30
25
### Contributors
31
26
32
-
- Frank Yellin ([@fyellin](https://github.com/fyellin))
33
27
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))
- 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