Skip to content

v1.1.2

Compare
Choose a tag to compare
@MuellerSeb MuellerSeb released this 06 Jul 08:53
· 28 commits to main since this release

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?

Changes

  • new package structure with pyproject.toml (#15)
  • Sphinx-Gallery for Examples
  • Repository restructuring: use a single main branch
  • use np.asarray in solve to speed up computation (#17)