Releases: mbakker7/ttim
Releases · mbakker7/ttim
Release v0.7.0: Introducing transient cross-section models
New Features:
Examples
- Two new How-To notebooks. Check out the documentation:
- A calibration of aquifer parameters in a cross-section model with a tidal river (for those familiar with WATEX).
- Variable entry resistance for a well screened in multiple layers
Other improvements
What's Changed
- TTim plots by @dbrakenhoff in #76
- Minor improvements to code by @dbrakenhoff in #79
- add tests for numba bessel functions by @dbrakenhoff in #77
- example with variable entry resistance by @mbakker7 in #83
- Add cross-section models by @dbrakenhoff in #81
- Release v0.7.0: Adding cross-sections to TTim by @dbrakenhoff in #86
Full Changelog: v0.6.7...v0.7.0
Release v0.6.7
A minor release, with mostly code cleanup and some documentation improvements.
What's Changed
- Pumpingtest updates by @mbakker7 in #63
- Ruff formatting + checks by @dbrakenhoff in #66
- Release 0.6.7 by @dbrakenhoff in #67
Full Changelog: v0.6.6...v0.6.7
TTim version 0.6.6
What's Changed
- Invlap by @mbakker7 in #42
- Formatting black+isort by @dbrakenhoff in #44
- Add pyproject.toml by @dbrakenhoff in #45
- New documentation by @dbrakenhoff in #48
- Update README.md by @mbakker7 in #50
- update workflows by @dbrakenhoff in #49
- 51 providing an unsolved timmlmodel raises error by @mbakker7 in #53
- Improve docs by @dbrakenhoff in #54
- added howto pumpingtests by @mbakker7 in #57
- Move latest docs in dev by @mbakker7 in #59
- Update pumping test notebooks by @dbrakenhoff in #60
- Update master for release v0.6.6 by @mbakker7 in #56
Many thanks to @vcantarella for making and converting the pumping test notebooks.
Full Changelog: v0.6.5...v0.6.6
TTim version 0.6.5
Bug fix release. Fixed np.complex deprecation errors
TTim Version 0.6.4
Numba caching enabled
TTim version 0.6.3
Small bug fix for tracing module
Ttim version 0.6.2
Added pathline tracing
TTim version 0.5.1
In Calibrate, set_parameter
can now only take parameters by name, while set_parameter_by_reference
takes any parameter that can be passed as a reference (i.e., a view of a numpy array). See the notebooks on calibration for details.
TTim version 0.5
New in version 0.5:
- FORTRAN extension for line elements has been ported to Python and
numba
(many thanks to Davíd Brakenhoff) - Python
invlap
routine (again with numba) ported from routine by Kris Kuhlman (https://bitbucket.org/klkuhlm/invlap/src/default/) - New
invlap
routine requires fewer terms in inverse Laplace transform (M=10
is usually enough) - Calibrate now works on ranges of parameters.
- Calibrate now adjusts
c
values between layers when calibrating for hydraulic conductivity inModel3D