Releases: GeoStat-Framework/pentapy
v1.3.0
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
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
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
v1.1.1
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
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
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
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
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
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
Release Notes
Bugfix release.