Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,22 @@

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

## [1.2.0] - 2025-05

See [#12](https://github.com/GeoStat-Framework/AnaFlow/pull/12)
## [1.2.0] - 2025-10

### Enhancements
- 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):
- 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)):
- `ext_thiem_int`: steady state solution
- `ext_thiem_int_3d`: steady state solution incorporating vertical anisotropy
- `ext_theis_int`: transient solution
- `ext_theis_int_3d`: transient 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)
- 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))
- **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
- 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))

### Changes
- updated docs (use myst parser for markdown files, only generate html and pdf)
- updated CI (fixed artifacts up-/download action, see #14)
- use hatchling as build backend
- updated CI (fixed artifacts up-/download action)
- package now depends on Cython and is not system independent anymore but wheels are provided for all supported platforms and Python versions


## [1.1.0] - 2023-04
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 - 2023 Sebastian Mueller
Copyright (c) 2019 - 2025 Sebastian Mueller

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ You can contact us via <info@geostat-framework.org>.

## License

[MIT][mit_link] © 2019 - 2023
[MIT][mit_link] © 2019 - 2025

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