Skip to content

Releases: GeoStat-Framework/pentapy

JOSS release

02 Oct 11:12
Compare
Choose a tag to compare

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 and PTRANS-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

02 Oct 10:57
Compare
Choose a tag to compare

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 and PTRANS-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

18 Sep 12:38
Compare
Choose a tag to compare

Release Notes

This is the first stable release of pentapy.

Enhancements

Changes

  • pentapy is now licensed under the MIT license

v1.0.0.rc1

17 Sep 17:55
Compare
Choose a tag to compare
v1.0.0.rc1 Pre-release
Pre-release

Release Notes

This is the first stable release candidate of pentapy.

Enhancements

Changes

  • pentapy is now licensed under the MIT license

v0.1.1

07 Mar 23:11
Compare
Choose a tag to compare

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

07 Mar 21:01
Compare
Choose a tag to compare

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.