Skip to content

Commit

Permalink
Add release notes for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jul 2, 2024
1 parent 6d53ce5 commit 2a68e25
Show file tree
Hide file tree
Showing 3 changed files with 21 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.3.10'
Out[2]: '0.4.0'
```

### Create a [`FieldArray`](https://mhostetter.github.io/galois/latest/api/galois.FieldArray/) subclass
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ If this library was useful to you in your research, please cite us. Following th
:hidden:

release-notes/versioning.rst
release-notes/v0.4.md
release-notes/v0.3.md
release-notes/v0.2.md
release-notes/v0.1.md
Expand Down
19 changes: 19 additions & 0 deletions docs/release-notes/v0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
tocdepth: 2
---

# v0.4

## v0.4.0

*Released July 2, 2024*

### Changes

- Added support for NumPy 2.0. ([#550](https://github.com/mhostetter/galois/pull/550))
- Added support for Numba 0.60. ([#550](https://github.com/mhostetter/galois/pull/550))

### Contributors

- Iyán Méndez Veiga ([@iyanmv](https://github.com/iyanmv))
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

0 comments on commit 2a68e25

Please sign in to comment.