diff --git a/README.md b/README.md index 806533b52..79adcc975 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.3.9' +Out[2]: '0.3.10' ``` ### Create a [`FieldArray`](https://mhostetter.github.io/galois/latest/api/galois.FieldArray/) subclass diff --git a/docs/release-notes/v0.3.md b/docs/release-notes/v0.3.md index 6c6e7401d..2d6235245 100644 --- a/docs/release-notes/v0.3.md +++ b/docs/release-notes/v0.3.md @@ -307,3 +307,15 @@ tocdepth: 2 - Justin Charlong ([@jcharlong](https://github.com/jcharlong)) - Matt Hostetter ([@mhostetter](https://github.com/mhostetter)) + +## v0.3.10 + +*Released June 23, 2024* + +### Changes + +- Added support for `ufunc_mode="python-calculate"` for all fields. ([#551](https://github.com/mhostetter/galois/pull/551)) + +### Contributors + +- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))