*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))