Skip to content

v1.4.0

Compare
Choose a tag to compare
@halbmy halbmy released this 05 Apr 09:57
· 479 commits to master since this release

What's Changed

  • add support for Mac OS (Apple Silicon chips) again by @carsten-forty2, @andieie & @florian-wagner
  • update gimliuses.bib by @aurorec in #495 and other new papers
  • separat VES related stuff from physics.ERT as own module physics.VES
  • switch several tutorials (VES, Polyfit, DC+EM joint inversion) to modern (pg>1.2) framework styles
  • new example additional Constraints (example layer interface in VES)
  • three new ERT examples on 2D crosshole, 3D surface and 3D crosshole geometries
  • new function extract2dSlice for slicing 3D models into 2D meshes by using PyVista
  • widely avoid use of pg.core functions by sorting them into math, matrix etc.
  • simplify passing keyword arguments to inversion (e.g. C=, Ctype=)
  • extended docstrings and doctests, improvements of webpage
  • lots of bug fixes (e.g. loading duplicate sensors) and new tests to prevent bugs
  • fix error in FDEM modelling for small distances and large elevations

New Contributors

Full Changelog: v1.3.1...v1.4.0