Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 01 May 22:16
6cff372

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