Skip to content

Releases: GeoStat-Framework/pentapy

v1.3.0

10 Apr 21:42
Compare
Choose a tag to compare

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)

v1.2.0

15 Apr 18:16
061dc2f
Compare
Choose a tag to compare

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

v1.1.2

06 Jul 08:53
Compare
Choose a tag to compare

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)

v1.1.1

18 Feb 13:58
4b9a144
Compare
Choose a tag to compare

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?

Enhancements

  • Python 3.9 support

Changes

  • GitHub Actions for CI

v1.1.1-rc1 1. Release Candidate

18 Feb 13:36
Compare
Choose a tag to compare
Pre-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?

Enhancements

  • Python 3.9 support

Changes

  • GitHub Actions for CI

v1.1.0: Merge pull request #10 from GeoStat-Framework/develop

22 Mar 12:34
4e6b80b
Compare
Choose a tag to compare

Release Notes

Installation

You can install pentapy with pip:

pip install pentapy

Documentation

The documentation can be found at: https://pentapy.readthedocs.io/

What's new?

Enhancements

  • Python 3.8 support

Changes

  • python only builds are no longer available
  • Python 2.7 and 3.4 support dropped

v1.1.0.rc3

22 Mar 12:12
Compare
Choose a tag to compare
v1.1.0.rc3 Pre-release
Pre-release

Release Notes

Installation

You can install pentapy with pip:

pip install pentapy

Documentation

The documentation can be found at: https://pentapy.readthedocs.io/

What's new?

Enhancements

  • Python 3.8 support

Changes

  • python only builds are no longer available
  • Python 2.7 and 3.4 support dropped

v1.1.0.rc2

22 Mar 00:13
Compare
Choose a tag to compare
v1.1.0.rc2 Pre-release
Pre-release

Release Notes

Installation

You can install pentapy with pip:

pip install pentapy

Documentation

The documentation can be found at: https://pentapy.readthedocs.io/

What's new?

Enhancements

  • Python 3.8 support

Changes

  • python only builds are no longer available
  • Python 2 support dropped

v1.1.0.rc1

21 Mar 23:44
Compare
Choose a tag to compare
v1.1.0.rc1 Pre-release
Pre-release

Release Notes

Installation

You can install pentapy with pip:

pip install pentapy

Documentation

The documentation can be found at: https://pentapy.readthedocs.io/

What's new?

Enhancements

  • Python 3.8 support

Changes

  • python only builds are no longer available
  • Python 2 support dropped

v1.0.3

10 Nov 13:06
Compare
Choose a tag to compare

Release Notes

Bugfix release.