Skip to content

Commit 33361aa

Browse files
committed
update changelog
1 parent 5465199 commit 33361aa

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

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

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

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
13+
- `ext_theis_int`: transient solution
14+
- `ext_theis_int_3d`: transient solution incorporating vertical anisotropy
15+
- 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+
523

624
## [1.1.0] - 2023-04
725

@@ -88,6 +106,7 @@ Containing:
88106
- lap_transgwflow_cyl - Solution for a diskmodel in laplace inversion
89107

90108

109+
[1.2.0]: https://github.com/GeoStat-Framework/AnaFlow/compare/v1.1.0...v1.2.0
91110
[1.1.0]: https://github.com/GeoStat-Framework/AnaFlow/compare/v1.0.1...v1.1.0
92111
[1.0.1]: https://github.com/GeoStat-Framework/AnaFlow/compare/v1.0.0...v1.0.1
93112
[1.0.0]: https://github.com/GeoStat-Framework/AnaFlow/compare/v0.4.0...v1.0.0

0 commit comments

Comments
 (0)