Skip to content

v1.2.0

Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 15 Apr 18:16
· 11 commits to main since this release
061dc2f

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 #19

Enhancements

  • added support for python 3.10 and 3.11
  • add wheels for arm64 systems
  • created solver.pxd file to be able to cimport the solver module
  • added a CITATION.bib file

Changes

  • move to src/ based package structure
  • dropped python 3.7 support
  • move meta-data to pyproject.toml
  • simplified documentation

Bugfixes

  • determine correct version when installing from archive