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 toml.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
- Add total travel time in trace meta data by @BasdeRidder in #98
- fix #96 by @mbakker7 in #106
- Remove stderr from fit by @mbakker7 in #105
- set metadata=true in tracing by @mbakker7 in #109
- Fix plotting issue by @raoulcollenteur in #112
- add utility scripts by @dbrakenhoff in #108
- Buildingpit3d bugfix by @mbakker7 in #117
- fix ImpermeableWallString by @mbakker7 in #118
- Implementation for farfield of laplace line elements by @mbakker7 in #120
- Improve validation xsections + cleanup by @dbrakenhoff in #107
- More plotting updates by @dbrakenhoff in #123
- Add unified calibration class by @dbrakenhoff in #79
- Release v0.3.0 by @dbrakenhoff in #127
New Contributors
- @BasdeRidder made their first contribution in #98
Full Changelog: v0.2.0...v0.3.0