Skip to content

Commit 952ea3a

Browse files
committed
update README and CHANGELOG
1 parent a0359f1 commit 952ea3a

2 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to **welltestpy** will be documented in this file.
44

5+
## [1.0.3] - 2021-02
6+
7+
### Enhancements
8+
- Estimations: run method now provides `plot_style` keyword to control plotting
9+
10+
### Changes
11+
- Fit plot style for transient pumping tests was updated
12+
13+
### Bugfixes
14+
- Estimations: run method was throwing an Error when setting `run=False`
15+
- Plotter: all plotting routines now respect setted font-type from matplotlib
16+
17+
518
## [1.0.2] - 2020-09-03
619

720
### Bugfixes
@@ -78,6 +91,7 @@ All notable changes to **welltestpy** will be documented in this file.
7891

7992
First alpha release of welltespy.
8093

94+
[1.0.3]: https://github.com/GeoStat-Framework/welltestpy/compare/v1.0.2...v1.0.3
8195
[1.0.2]: https://github.com/GeoStat-Framework/welltestpy/compare/v1.0.1...v1.0.2
8296
[1.0.1]: https://github.com/GeoStat-Framework/welltestpy/compare/v1.0.0...v1.0.1
8397
[1.0.0]: https://github.com/GeoStat-Framework/welltestpy/compare/v0.3.2...v1.0.0

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1229051.svg)](https://doi.org/10.5281/zenodo.1229051)
44
[![PyPI version](https://badge.fury.io/py/welltestpy.svg)](https://badge.fury.io/py/welltestpy)
5-
[![Build Status](https://travis-ci.com/GeoStat-Framework/welltestpy.svg?branch=master)](https://travis-ci.com/GeoStat-Framework/welltestpy)
6-
[![Coverage Status](https://coveralls.io/repos/github/GeoStat-Framework/welltestpy/badge.svg?branch=master)](https://coveralls.io/github/GeoStat-Framework/welltestpy?branch=master)
7-
[![Documentation Status](https://readthedocs.org/projects/welltestpy/badge/?version=stable)](https://geostat-framework.readthedocs.io/projects/welltestpy/en/stable/?badge=stable)
5+
[![Build Status](https://travis-ci.com/GeoStat-Framework/welltestpy.svg?branch=develop)](https://travis-ci.com/GeoStat-Framework/welltestpy)
6+
[![Coverage Status](https://coveralls.io/repos/github/GeoStat-Framework/welltestpy/badge.svg?branch=develop)](https://coveralls.io/github/GeoStat-Framework/welltestpy?branch=develop)
7+
[![Documentation Status](https://readthedocs.org/projects/welltestpy/badge/?version=latest)](https://geostat-framework.readthedocs.io/projects/welltestpy/en/latest/?badge=latest)
88
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
99

1010
<p align="center">
@@ -25,7 +25,7 @@ You can install the latest version with the following command:
2525

2626
## Documentation for welltestpy
2727

28-
You can find the documentation under [geostat-framework.readthedocs.io][doc_link].
28+
You can find the documentation under [https://welltestpy.readthedocs.io][doc_link].
2929

3030

3131
### Example 1: A campaign containing a pumping test
@@ -121,7 +121,7 @@ You can contact us via <info@geostat-framework.org>.
121121

122122
## License
123123

124-
[MIT][license_link] © 2018-2020
124+
[MIT][license_link] © 2018-2021
125125

126126
[license_link]: https://github.com/GeoStat-Framework/welltestpy/blob/master/LICENSE
127127
[doc_link]: https://welltestpy.readthedocs.io

0 commit comments

Comments
 (0)