Skip to content

Commit 62f3f08

Browse files
committed
update changelog
1 parent ba86e34 commit 62f3f08

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

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

5+
6+
## [1.2.0] - 2023-04
7+
8+
See [#28](https://github.com/GeoStat-Framework/welltestpy/pull/28), [#31](https://github.com/GeoStat-Framework/welltestpy/pull/31) and [#32](https://github.com/GeoStat-Framework/welltestpy/pull/32)
9+
10+
### Enhancements
11+
12+
- added archive support
13+
- simplify documentation
14+
- new arguments `val_fit_type` and `val_fit_name` for all estimators to select fitting transformation
15+
- `val_fit_name` will be incorporated into the generated plots and the header of the estimation result file
16+
17+
### Changes
18+
19+
- move to `src/` based package structure
20+
- use [hatchling](https://pypi.org/project/hatchling/) as build backend
21+
- drop py36 support
22+
- value names for all arguments in the estimators now need to match the call signatures of the used type-curves
23+
24+
### Bugfixes
25+
26+
- minor fixes for the plotting routines and the estimators
27+
28+
529
## [1.1.0] - 2021-07
630

731
### Enhancements
@@ -112,7 +136,8 @@ All notable changes to **welltestpy** will be documented in this file.
112136

113137
First alpha release of welltespy.
114138

115-
[Unreleased]: https://github.com/GeoStat-Framework/welltestpy/compare/v1.1.0...HEAD
139+
[Unreleased]: https://github.com/GeoStat-Framework/welltestpy/compare/v1.2.0...HEAD
140+
[1.2.0]: https://github.com/GeoStat-Framework/welltestpy/compare/v1.1.0...v1.2.0
116141
[1.1.0]: https://github.com/GeoStat-Framework/welltestpy/compare/v1.0.3...v1.1.0
117142
[1.0.3]: https://github.com/GeoStat-Framework/welltestpy/compare/v1.0.2...v1.0.3
118143
[1.0.2]: https://github.com/GeoStat-Framework/welltestpy/compare/v1.0.1...v1.0.2

0 commit comments

Comments
 (0)