Release Notes
Installation
You can install pentapy with conda:
conda install -c conda-forge pentapy
or with pip:
pip install pentapy
Documentation
The documentation can be found at: https://pentapy.readthedocs.io/
What's new?
See #21
Enhancements
- added support for python 3.12
- added support for numpy 2
- build extensions with numpy 2 and cython 3
Changes
- dropped python 3.7 support
- dropped 32bit builds
- linted cython files
- increase maximal line length to 88 (black default)