Skip to content

Commit

Permalink
Add release notes for v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jun 23, 2024
1 parent 2b8236f commit 8bbbb46
Show file tree
Hide file tree
Showing 2 changed files with 13 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.9'
Out[2]: '0.3.10'
```

### Create a [`FieldArray`](https://mhostetter.github.io/galois/latest/api/galois.FieldArray/) subclass
Expand Down
12 changes: 12 additions & 0 deletions docs/release-notes/v0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,15 @@ tocdepth: 2

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

## v0.3.10

*Released June 23, 2024*

### Changes

- Added support for `ufunc_mode="python-calculate"` for all fields. ([#551](https://github.com/mhostetter/galois/pull/551))

### Contributors

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

0 comments on commit 8bbbb46

Please sign in to comment.