Skip to content

Release v0.4.0

Choose a tag to compare

@dbrakenhoff dbrakenhoff released this 29 Jun 06:22
0866636

Highlights

  • Compute heads and velocities on unstructured grids of x,y points with ml.head_array() and ml.velocity_array()
  • Actually compute heads and velocities (see previous point) in parallel now using multiprocessing instead of multithreading
  • New well.capturezone() and ml.plots.plot_capture_zone() methods
  • Support custom layer names in cross-section plots
  • Better and more consistent input checks in Model classes
  • Better support for Model class (note: breaking change in argument order of c and z to match other model class definitions)
  • Better unit dictionary support (use timflow parameter names as keys) and consistently applied for all Model types now (cross sections and Maq/3D)
  • Removed write methods to save timflow models as a python script (old code that has been untested for a long time and will eventually be replaced by something new).
  • Improve some docs things (citations, update code in notebooks, etc).

What's Changed

Full Changelog: v0.3.0...v0.4.0