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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
All notable changes to **AnaFlow** will be documented in this file.
4
4
5
+
## [1.2.0] - 2025-05
6
+
7
+
See [#12](https://github.com/GeoStat-Framework/AnaFlow/pull/12)
8
+
9
+
### Enhancements
10
+
- added solutions based on the effective transmissivity for the ["Integral" variogram model](https://geostat-framework.readthedocs.io/projects/gstools/en/v1.7.0/api/gstools.covmodel.Integral.html):
11
+
-`ext_thiem_int`: steady state solution
12
+
-`ext_thiem_int_3d`: steady state solution incorporating vertical anisotropy
- added `fix_T_well` and `fix_K_well` bool flag to transient heterogeneous solutions to be able to set if the well value for the effective transmissivity/conductivity should be determined from the limit (`True`) or from the upscaled value in the first ring segment (`False`, default)
16
+
-**breaking**: the previous behavior was effectively this set to `True`, which for steep effective curves resulted in an increasing error in the effective head near the well
17
+
18
+
### Changes
19
+
- updated docs (use myst parser for markdown files, only generate html and pdf)
20
+
- updated CI (fixed artifacts up-/download action, see #14)
21
+
- use hatchling as build backend
22
+
5
23
6
24
## [1.1.0] - 2023-04
7
25
@@ -88,6 +106,7 @@ Containing:
88
106
- lap_transgwflow_cyl - Solution for a diskmodel in laplace inversion
0 commit comments