Skip to content

Commit e01f4d1

Browse files
authored
Merge pull request #16 from GeoStat-Framework/prepare_v1.2
Prepare v1.2
2 parents 9833866 + cffc8da commit e01f4d1

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,22 @@
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)
5+
## [1.2.0] - 2025-10
86

97
### 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):
8+
- 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) ([#13](https://github.com/GeoStat-Framework/AnaFlow/pull/13)):
119
- `ext_thiem_int`: steady state solution
1210
- `ext_thiem_int_3d`: steady state solution incorporating vertical anisotropy
1311
- `ext_theis_int`: transient solution
1412
- `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)
13+
- 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) ([#13](https://github.com/GeoStat-Framework/AnaFlow/pull/13))
1614
- **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
15+
- converted the `grf_laplace` solver to a Cython extension to improve laplace-space runtime and keep the Python API unchanged ([#15](https://github.com/GeoStat-Framework/AnaFlow/pull/15))
1716

1817
### Changes
1918
- 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
19+
- updated CI (fixed artifacts up-/download action)
20+
- package now depends on Cython and is not system independent anymore but wheels are provided for all supported platforms and Python versions
2221

2322

2423
## [1.1.0] - 2023-04

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 - 2023 Sebastian Mueller
3+
Copyright (c) 2019 - 2025 Sebastian Mueller
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can contact us via <[email protected]>.
104104

105105
## License
106106

107-
[MIT][mit_link] © 2019 - 2023
107+
[MIT][mit_link] © 2019 - 2025
108108

109109
[mit_link]: https://github.com/GeoStat-Framework/AnaFlow/blob/main/LICENSE
110110
[doc_link]: https://anaflow.readthedocs.io

0 commit comments

Comments
 (0)