Skip to content

Release v0.3.0: Combined calibration of steady and transient models

Latest

Choose a tag to compare

@dbrakenhoff dbrakenhoff released this 11 Jun 11:22
022cb9b

Highlights

  • New combined calibration of steady and/or transient models. Now available for testing. The old transient Calibrate is still there, but we will start to transition to the new class slowly.
  • Lots of plotting improvements, and new plotting methods ml.plots.contour_array() , ml.plots.vcontour_array(), ml.plots.quiver_xy(), ml.plots.quiver_z().
  • Compute a velocity grid using ml.velocity_grid() similar to ml.head_grid()
  • Improved input validation for cross-section models.
  • Improvements to particle tracking traces, adding total travel time by @BasdeRidder and returning the full output by default.
  • Far field implementation for Laplace elements.
  • And bug fixes
  • And last but not least, the documentation isn't timing out on read the docs.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0