Skip to content

Commit 1e377a1

Browse files
committed
Add release notes for v0.4.4
1 parent 32fe014 commit 1e377a1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Import the `galois` package in Python.
7676
In [1]: import galois
7777

7878
In [2]: galois.__version__
79-
Out[2]: '0.4.3'
79+
Out[2]: '0.4.4'
8080
```
8181

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

docs/release-notes/v0.4.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,17 @@ tocdepth: 2
6262
- TDQuering ([@TDQuering](https://github.com/TDQuering))
6363
- maple ([@maple3142](https://github.com/maple3142))
6464
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))
65+
66+
## v0.4.4
67+
68+
*Released January 21, 2025*
69+
70+
### Changes
71+
72+
- Added support for Python 3.13. ([#587](https://github.com/mhostetter/galois/pull/587))
73+
- Added support for NumPy 2.1. ([#587](https://github.com/mhostetter/galois/pull/587))
74+
- Added support for Numba 0.61. ([#587](https://github.com/mhostetter/galois/pull/587))
75+
76+
### Contributors
77+
78+
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

0 commit comments

Comments
 (0)