Skip to content

Commit

Permalink
add changelog; setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Mar 21, 2020
1 parent 280515e commit bfe9914
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Changelog

All notable changes to **Pentapy** will be documented in this file.


## [Unreleased]

### Enhancements
- Python 3.8 support

### Changes
- python only builds are no longer available
- Python 2 support dropped


## [1.0.3] - 2019-11-10

### 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

### Bugfixes
- multiple minor bugfixes


## [1.0.0] - 2019-09-18

### Enhancements
- the second algorithm `PTRANS-II` from *Askar et al. 2015* is now implemented and can be used by `solver=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


## [0.1.1] - 2019-03-08

### Bugfixes
- MANIFEST.in was missing in the 0.1.0 version


## [0.1.0] - 2019-03-07

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.


[Unreleased]: https://github.com/GeoStat-Framework/gstools/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/GeoStat-Framework/gstools/compare/v1.0.0...v1.0.3
[1.0.0]: https://github.com/GeoStat-Framework/gstools/compare/v0.1.1...v1.0.0
[0.1.1]: https://github.com/GeoStat-Framework/gstools/compare/v0.1...v0.1.1
[0.1.0]: https://github.com/GeoStat-Framework/gstools/releases/tag/v0.1
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[metadata]
description-file = README.md
license_file = LICENSE

0 comments on commit bfe9914

Please sign in to comment.