diff --git a/README.md b/README.md index b4ee6a164..f6b63c46d 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Import the `galois` package in Python. In [1]: import galois In [2]: galois.__version__ -Out[2]: '0.4.1' +Out[2]: '0.4.2' ``` ### Create a [`FieldArray`](https://mhostetter.github.io/galois/latest/api/galois.FieldArray/) subclass diff --git a/docs/release-notes/v0.4.md b/docs/release-notes/v0.4.md index 73edda7c9..b904a1a41 100644 --- a/docs/release-notes/v0.4.md +++ b/docs/release-notes/v0.4.md @@ -34,3 +34,15 @@ tocdepth: 2 - Semjon Kravtšenko ([@semjon00](https://github.com/semjon00)) - [@MrVeka](https://github.com/MrVeka) - Matt Hostetter ([@mhostetter](https://github.com/mhostetter)) + +## v0.4.2 + +*Released September 5, 2024* + +### Changes + +- Added support for NumPy 2.1. ([#567](https://github.com/mhostetter/galois/issues/567)) + +### Contributors + +- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))