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 #31
Enhancements
- added support for python 3.13
- adding musllinux wheels
- adding PyPy wheels (pp39 and pp310)
- PyPy needs
setuptools<72.2
: pypa/distutils#283
- PyPy needs
- adding 32bit Windows wheels again (still Tier 1 support in Python)
- adding aarch64 Linux wheels
Changes
- dropped python 3.8 support
Bugfixes
- use numpy solver for 3x3 matrices
- set
cdivision=False
in cython solver