You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,30 @@
2
2
3
3
All notable changes to **welltestpy** will be documented in this file.
4
4
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
+
5
29
## [1.1.0] - 2021-07
6
30
7
31
### Enhancements
@@ -112,7 +136,8 @@ All notable changes to **welltestpy** will be documented in this file.
0 commit comments