Skip to content

Releases: mbakker7/timml

Release v6.8.0: Introducing TargetHeadWell

10 Dec 10:00
c84a472

Choose a tag to compare

Overview

Lots of big improvements!

  • The new TargetHeadWell and TargetHeadWellString classes that allow you to specify the desired head away from the well(s) (thanks to the LinkedIn community for helping us pick a name)
  • Introduction of WellString classes for modeling connected wells with shared discharge
  • Addition of CollectorWell and RadialCollectorWell classes
  • Better element naming:
    • HeadLineSink(String) -> River(String): head-specificed line sink
    • DitchLineSink(String) -> Ditch(String): uniform (but unknown) head, specified discharge
  • Big restructuring of the documentation with more descriptive names for examples, better code reference, etc. Check it out here
  • Further improvements to the plotting submodule.
  • Generate aquifer summary tables using ml.aquifer_summary()
  • Improve code testing (derive coverage from notebooks + faster tests)

What's Changed

New Contributors

Full Changelog: v6.7.0...v6.8.0

Release v6.7.0: refactor plotting and new xsection plotting

31 May 16:58
4b4a6f0

Choose a tag to compare

All plotting functions are now in the plots subpackage.
New xsection plotting similar to ttim.

Release v6.6.0: improved cross-section models

20 Dec 12:42
f5b9c31

Choose a tag to compare

Following the introduction transient cross-section models in TTim , this new version introduces a dedicated cross-section Model class, some more user-friendly element naming and other minor improvements.

What's Changed

Full Changelog: v6.5.0...v6.6.0

Release v6.5.0

27 Sep 07:53
23827f1

Choose a tag to compare

Small update, mostly code clean up, numpy 2.0 support, some documentation improvements and a bugfix.

Re-release to trigger PyPI upload.

What's Changed

Full Changelog: v6.4.1...v6.5.0

TimML version 6.4.1

13 Feb 22:56
975a074

Choose a tag to compare

What's Changed (6.4.1)

What's Changed (6.4.0)

Full Changelog: v6.4.0...v6.4.1
Full Changelog: v6.3.0...v6.4.0

TimML version 6.4.0

13 Feb 16:32
bf13dca

Choose a tag to compare

What's Changed

Full Changelog: v6.3.0...v6.4.0

timml version 6.3.0

06 Dec 16:31
d980d6a

Choose a tag to compare

Extension of BuildingPit element.
Some work on the docs.

Release 6.2.0

11 Sep 12:04
158ff97

Choose a tag to compare

What's Changed

Full Changelog: v6.1.2...v6.2.0

Version 6.1.2

03 May 16:16
ad7583c

Choose a tag to compare

Bug fix release. Fixes numpy.complex deprecation.

Version 6.1.0

20 Mar 14:10

Choose a tag to compare

In this version, compiled Numba code is cached, which significantly speeds up use of elements after their initial use.