Recent Releases of ttim
ttim - Release v0.7.2
Bugfix release and a few small new features Reorganization of documentation
- Python
Published by mbakker7 11 months ago
ttim - Release v0.7.1
Bugfix release: - fix issue with calibration (jacobian step was not specified, causing calibration to return sub-optimal results) (#95) - fix issue with old (deprecated) layer specification in calibration (#92) - fix Watex example (#88)
New feature: - Add inhomogeneity names to cross-section plot (#90)
What's Changed
- Update Master branch to TTim version 0.7.1 by @mbakker7 in https://github.com/mbakker7/ttim/pull/96
Full Changelog: https://github.com/mbakker7/ttim/compare/v0.7.0...v0.7.1
- Python
Published by dbrakenhoff about 1 year ago
ttim - Release v0.7.0: Introducing transient cross-section models
New Features: - Transient cross-section models in TTim #81 - Improved plotting utlilities for models #76
Examples - Two new How-To notebooks. Check out the documentation: - transient cross-section models - fluctuating head boundaries - 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 - Add tests for numba bessel module #77 - Some code improvements and cleanup in #79
What's Changed
- TTim plots by @dbrakenhoff in https://github.com/mbakker7/ttim/pull/76
- Minor improvements to code by @dbrakenhoff in https://github.com/mbakker7/ttim/pull/79
- add tests for numba bessel functions by @dbrakenhoff in https://github.com/mbakker7/ttim/pull/77
- example with variable entry resistance by @mbakker7 in https://github.com/mbakker7/ttim/pull/83
- Add cross-section models by @dbrakenhoff in https://github.com/mbakker7/ttim/pull/81
- Release v0.7.0: Adding cross-sections to TTim by @dbrakenhoff in https://github.com/mbakker7/ttim/pull/86
Full Changelog: https://github.com/mbakker7/ttim/compare/v0.6.7...v0.7.0
- Python
Published by dbrakenhoff over 1 year ago
ttim - Release v0.6.7
A minor release, with mostly code cleanup and some documentation improvements.
What's Changed
- Pumpingtest updates by @mbakker7 in https://github.com/mbakker7/ttim/pull/63
- Ruff formatting + checks by @dbrakenhoff in https://github.com/mbakker7/ttim/pull/66
- Release 0.6.7 by @dbrakenhoff in https://github.com/mbakker7/ttim/pull/67
Full Changelog: https://github.com/mbakker7/ttim/compare/v0.6.6...v0.6.7
- Python
Published by dbrakenhoff over 1 year ago
ttim - TTim version 0.6.6
What's Changed
- Invlap by @mbakker7 in https://github.com/mbakker7/ttim/pull/42
- Formatting black+isort by @dbrakenhoff in https://github.com/mbakker7/ttim/pull/44
- Add pyproject.toml by @dbrakenhoff in https://github.com/mbakker7/ttim/pull/45
- New documentation by @dbrakenhoff in https://github.com/mbakker7/ttim/pull/48
- Update README.md by @mbakker7 in https://github.com/mbakker7/ttim/pull/50
- update workflows by @dbrakenhoff in https://github.com/mbakker7/ttim/pull/49
- 51 providing an unsolved timmlmodel raises error by @mbakker7 in https://github.com/mbakker7/ttim/pull/53
- Improve docs by @dbrakenhoff in https://github.com/mbakker7/ttim/pull/54
- added howto pumpingtests by @mbakker7 in https://github.com/mbakker7/ttim/pull/57
- Move latest docs in dev by @mbakker7 in https://github.com/mbakker7/ttim/pull/59
- Update pumping test notebooks by @dbrakenhoff in https://github.com/mbakker7/ttim/pull/60
- Update master for release v0.6.6 by @mbakker7 in https://github.com/mbakker7/ttim/pull/56
Many thanks to @vcantarella for making and converting the pumping test notebooks.
Full Changelog: https://github.com/mbakker7/ttim/compare/v0.6.5...v0.6.6
- Python
Published by dbrakenhoff about 2 years ago
ttim - TTim version 0.6.5
Bug fix release. Fixed np.complex deprecation errors
- Python
Published by mbakker7 almost 3 years ago
ttim - TTim version 0.6.3
Small bug fix for tracing module
- Python
Published by mbakker7 about 4 years ago
ttim - 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.
- Python
Published by mbakker7 almost 6 years ago
ttim - 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 in Model3D
- Python
Published by mbakker7 about 6 years ago