From 8487eb58dfcc117e122de2fc863be5ea79793690 Mon Sep 17 00:00:00 2001 From: mhostetter Date: Tue, 21 Jan 2025 12:59:17 -0500 Subject: [PATCH] Add release notes for v0.4.4 --- README.md | 2 +- docs/release-notes/v0.4.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5680be87c..06cfa0ba0 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.3' +Out[2]: '0.4.4' ``` ### 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 efe1e95e2..b980133ad 100644 --- a/docs/release-notes/v0.4.md +++ b/docs/release-notes/v0.4.md @@ -62,3 +62,17 @@ tocdepth: 2 - TDQuering ([@TDQuering](https://github.com/TDQuering)) - maple ([@maple3142](https://github.com/maple3142)) - Matt Hostetter ([@mhostetter](https://github.com/mhostetter)) + +## v0.4.4 + +*Released January 21, 2025* + +### Changes + +- Added support for Python 3.13. ([#587](https://github.com/mhostetter/galois/pull/587)) +- Added support for NumPy 2.1. ([#587](https://github.com/mhostetter/galois/pull/587)) +- Added support for Numba 0.61. ([#587](https://github.com/mhostetter/galois/pull/587)) + +### Contributors + +- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))