Skip to content

Commit 25baec4

Browse files
committed
Add release notes for v0.3.8
1 parent 8067f6a commit 25baec4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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.3.7'
81+
Out[2]: '0.3.8'
8282
```
8383

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

docs/release-notes/v0.3.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,18 @@ tocdepth: 2
278278

279279
- [@avadov](https://github.com/avadov)
280280
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))
281+
282+
## v0.3.8
283+
284+
*Released February 1, 2024*
285+
286+
### Changes
287+
288+
- Added support for Python 3.12. ([#534](https://github.com/mhostetter/galois/pull/534))
289+
- Added support for NumPy 1.26. ([#534](https://github.com/mhostetter/galois/pull/534))
290+
- Added support for Numba 0.59. ([#534](https://github.com/mhostetter/galois/pull/534))
291+
- Fixed bug in `FieldArray.multiplicative_order()` for large fields. ([#533](https://github.com/mhostetter/galois/pull/533))
292+
293+
### Contributors
294+
295+
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

0 commit comments

Comments
 (0)