Skip to content

Commit c945356

Browse files
committed
Add release notes for v0.4.2
1 parent b549c2c commit c945356

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

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.1'
79+
Out[2]: '0.4.2'
8080
```
8181

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

docs/release-notes/v0.4.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,15 @@ tocdepth: 2
3434
- Semjon Kravtšenko ([@semjon00](https://github.com/semjon00))
3535
- [@MrVeka](https://github.com/MrVeka)
3636
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))
37+
38+
## v0.4.2
39+
40+
*Released September 5, 2024*
41+
42+
### Changes
43+
44+
- Added support for NumPy 2.1. ([#567](https://github.com/mhostetter/galois/issues/567))
45+
46+
### Contributors
47+
48+
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

0 commit comments

Comments
 (0)