Skip to content

Commit

Permalink
Add release notes for v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed May 2, 2023
1 parent f94af2a commit a2fa1ac
Show file tree
Hide file tree
Showing 3 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 @@ -78,7 +78,7 @@ Import the `galois` package in Python.
In [1]: import galois

In [2]: galois.__version__
Out[2]: '0.3.3'
Out[2]: '0.3.4'
```

### 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 @@ -149,6 +149,7 @@ If this library was useful to you in your research, please cite us. Following th
:hidden:

release-notes/versioning.rst
release-notes/v0.3.4.md
release-notes/v0.3.3.md
release-notes/v0.3.2.md
release-notes/v0.3.1.md
Expand Down
13 changes: 13 additions & 0 deletions docs/release-notes/v0.3.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# v0.3.4

*Released May 2, 2023*

## Changes

- Added support for Python 3.11. ([#415](https://github.com/mhostetter/galois/pull/415))
- Added support for NumPy 1.24. ([#415](https://github.com/mhostetter/galois/pull/415))
- Fixed indexing bug in `FieldArray.plu_decompose()` for certain input arrays. ([#477](https://github.com/mhostetter/galois/pull/477))

## Contributors

- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

0 comments on commit a2fa1ac

Please sign in to comment.