Releases: GeoStat-Framework/pentapy
JOSS release
Release Notes
This is the patch release incorporating the changes made during the review process of the associated JOSS publication. It sould trigger Zenodo to generate a publication DOI for the code.
Enhancements
- the algorithms
PTRANS-I
andPTRANS-II
now raise a warning when they can not solve the given system - there are now switches to install scipy and umf solvers as extra requirements
JOSS release
Release Notes
This is the patch release incorporating the changes made during the review process of the associated JOSS publication.
Enhancements
- the algorithms
PTRANS-I
andPTRANS-II
now raise a warning when they can not solve the given system - there are now switches to install scipy and umf solvers as extra requirements
v1.0
Release Notes
This is the first stable release of pentapy.
Enhancements
- the second algorithm
PTRANS-II
from Askar et al. 2015 is now implemented and can be used bysolver=2
- the package is now tested and a coverage is calculated
- there are now pre-built binaries for Python 3.7
- the documentation is now available under https://geostat-framework.readthedocs.io/projects/pentapy
Changes
- pentapy is now licensed under the MIT license
v1.0.0.rc1
Release Notes
This is the first stable release candidate of pentapy.
Enhancements
- the second algorithm
PTRANS-II
from Askar et al. 2015 is now implemented and can be used bysolver=2
- the package is now tested and a coverage is calculated
- there are now pre-built binaries for Python 3.7
- the documentation is now available under https://geostat-framework.readthedocs.io/projects/pentapy
Changes
- pentapy is now licensed under the MIT license
v0.1.1
pentapy
This is the first release of pentapy, a python toolbox for solving pentadiagonal linear equation systems.
The solver is implemented in cython, which makes it really fast.
Fixes
- MANIFEST.in was missing in the 0.1.0 Version.
References
In this release the algorithm PTRANS-I presented by Askar et al. 2015 is implemented.
v0.1.0
pentapy
This is the first release of pentapy, a python toolbox for solving pentadiagonal linear equation systems.
The solver is implemented in cython, which makes it really fast.
References
In this release the algorithm PTRANS-I presented by Askar et al. 2015 is implemented.