Skip to content

Releases: mbakker7/ttim

Release v0.6.7

26 Sep 20:10
66cbb16
Compare
Choose a tag to compare

A minor release, with mostly code cleanup and some documentation improvements.

What's Changed

Full Changelog: v0.6.6...v0.6.7

TTim version 0.6.6

14 Feb 11:54
297343e
Compare
Choose a tag to compare

What's Changed

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

03 May 19:40
Compare
Choose a tag to compare

Bug fix release. Fixed np.complex deprecation errors

TTim Version 0.6.4

20 Mar 16:21
Compare
Choose a tag to compare

Numba caching enabled

TTim version 0.6.3

18 Jan 16:26
Compare
Choose a tag to compare

Small bug fix for tracing module

Ttim version 0.6.2

13 Jan 15:56
74c7e68
Compare
Choose a tag to compare

Added pathline tracing

TTim version 0.5.1

18 Apr 15:41
Compare
Choose a tag to compare

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

30 Mar 09:39
Compare
Choose a tag to compare

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