Skip to content

Commit

Permalink
Add release notes for v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Dec 1, 2023
1 parent 852e92f commit a0c03ba
Show file tree
Hide file tree
Showing 2 changed files with 17 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.6'
Out[2]: '0.3.7'
```

### Create a [`FieldArray`](https://mhostetter.github.io/galois/latest/api/galois.FieldArray/) subclass
Expand Down
16 changes: 16 additions & 0 deletions docs/release-notes/v0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,19 @@ tocdepth: 2
- Iyán Méndez Veiga ([@iyanmv](https://github.com/iyanmv))
- [@Lasagnenator](https://github.com/Lasagnenator)
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

## v0.3.7

*Released November 30, 2023*

### Changes

- Added wheel factorization for finding large primes. ([#527](https://github.com/mhostetter/galois/pull/527))
- Improved type annotations. ([#510](https://github.com/mhostetter/galois/pull/510), [#511](https://github.com/mhostetter/galois/pull/511))
- Removed optional `[dev]` extra. If developing, install from `requirements-dev.txt`. ([#521](https://github.com/mhostetter/galois/pull/521))
- Fixed bugs in `prev_prime()` and `next_prime()` for large primes. ([#527](https://github.com/mhostetter/galois/pull/527))

### Contributors

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

0 comments on commit a0c03ba

Please sign in to comment.