Skip to content

Commit

Permalink
Add release notes for v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jan 21, 2025
1 parent 32fe014 commit 1e377a1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions docs/release-notes/v0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 1e377a1

Please sign in to comment.