Skip to content

Commit

Permalink
Add release notes for v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Oct 1, 2023
1 parent df7a9a1 commit 99e91d9
Show file tree
Hide file tree
Showing 2 changed files with 18 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.5'
Out[2]: '0.3.6'
```

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

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

## v0.3.6

*Released October 1, 2023*

### Changes

- Added support for NumPy 1.25. ([#507](https://github.com/mhostetter/galois/pull/507))
- Added support for Numba 0.58. ([#507](https://github.com/mhostetter/galois/pull/507))
- Fixed rare overflow with computing a large modular exponentiation of polynomials. ([#488](https://github.com/mhostetter/galois/pull/488))
- Resolved various deprecations warnings with NumPy 1.25. ([#492](https://github.com/mhostetter/galois/pull/492))

### Contributors

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

0 comments on commit 99e91d9

Please sign in to comment.