Skip to content

Commit

Permalink
Add release notes for v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jun 10, 2024
1 parent 1f8ee3b commit 058c8f1
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 @@ -78,7 +78,7 @@ Import the `galois` package in Python.
In [1]: import galois

In [2]: galois.__version__
Out[2]: '0.3.8'
Out[2]: '0.3.9'
```

### 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.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,17 @@ tocdepth: 2
### Contributors

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

## v0.3.9

*Released June 10, 2024*

### Changes

- Added support for `python -OO` optimization. ([#545](https://github.com/mhostetter/galois/pull/545))
- Improved documentation in minor ways.

### Contributors

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

0 comments on commit 058c8f1

Please sign in to comment.