Skip to content

Releases: timflow-org/timflow

Release v0.1.0: First official timflow release

10 Feb 14:26

Choose a tag to compare

Welcome to timflow!

timflow is a Python package for modeling groundwater flow with the analytic element method, for both steady-state and transient conditions. timflow is the product of the merging of TimML and TTim. By merging these modules, we can reduce the maintenance burden and easily share code between the two submodules.

Using the new module in old scripts

For migrating your scripts to the new module all you have to do is modify the import statement. Additionally some elements are being renamed (don't worry, the old names are still there for now!). For a complete and future-proof migration see the following guides:

Highlights

  • A single and improved bessel module for both steady-state and transient flow. For timflow.steady (TimML) the solution is now more accurate, which means that the relatively rare cases where the heads would blow up in the far-field are now solved.
  • Renamed elements for modelers. We now use physical feature names instead of analytic-element-nerd names. The old names are available for now but will eventually be removed in a future version.
    • HeadLineSink --> River
    • DitchLineSink --> Ditch
    • LeakyLineDoublet --> LeakyWall
    • ImpLineDoublet --> ImpermeableWall
    • Same renaming principle applies to all *String elements, e.g. HeadLineSinkString is now RiverString.
  • Shared and improved model plots between both transient and steady sub-modules.
  • Improved documentation (better naming of examples, better organization, more uniform styling across the module, etc.). Check it out here!

What's Changed

Full Changelog: v0.0.1...v0.1.0

Release v0.0.1: register timflow

27 Jan 14:41

Choose a tag to compare