Skip to content

Commit

Permalink
Add release notes for v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Feb 2, 2024
1 parent 8067f6a commit 25baec4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Import the `galois` package in Python.
In [1]: import galois

In [2]: galois.__version__
Out[2]: '0.3.7'
Out[2]: '0.3.8'
```

### Create a [`FieldArray`](https://mhostetter.github.io/galois/latest/api/galois.FieldArray/) subclass
Expand Down
15 changes: 15 additions & 0 deletions docs/release-notes/v0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,18 @@ tocdepth: 2

- [@avadov](https://github.com/avadov)
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

## v0.3.8

*Released February 1, 2024*

### Changes

- Added support for Python 3.12. ([#534](https://github.com/mhostetter/galois/pull/534))
- Added support for NumPy 1.26. ([#534](https://github.com/mhostetter/galois/pull/534))
- Added support for Numba 0.59. ([#534](https://github.com/mhostetter/galois/pull/534))
- Fixed bug in `FieldArray.multiplicative_order()` for large fields. ([#533](https://github.com/mhostetter/galois/pull/533))

### Contributors

- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

0 comments on commit 25baec4

Please sign in to comment.