What's Changed
- Add issue forms by @CamillaLu in #854
- FIX: minor ERT example fixes by @m-weigand in #873
- Update conf.py by @m-weigand in #869
- Update Makefile to fix documentation generation by @m-weigand in #871
- Update plot_06_ert_tree.py by @m-weigand in #877
- FIX: Properly exit the program on test failure for exitonerror=True by @m-weigand in #879
- adding the error to timelapse data by @andieie in #889
- createSphere by @AlexanderJar in #908
Specific code improvements
- new build workflow
- add
Mesh.innerBoundaryCenters() - added utilities for magnetics
- boost
MagManagerwith properties, output etc. - add utility functions for line detection and distance computation
- depth weighting function for potential field inversion
- add
RemanentMagneticsModellingfor remanent magnetics - add
ert.removeDuplicates()to remove duplicate ERT data - add
ert.combineMultipleData()method (mainly for timelapse) - add IP showFit
ert.TimelapseERT- extend to IP data
- to show IP/ERR/IPERR timelines
- enable to read geometric factor
- guessing timestamp from timelapse ERT filename
- import error column from res2dinv files
- fix errors reading res2dinv files
- enable
pg.show()to display also Traveltime data - add Armijo line search rule
- extended pygimli publication list
- fix lots of bugs, docstrings and minor improvements
- code cleanup and modernization
- add
meshtools.createSphere -
readCoordsFromKML
ERTIPManager.showIPFit()(and.showFit())- reorganizing inversion frameworks
- restructure EM module a bit
- improve
VESManagerinitialization - improve
VESModellingclasses - 1D MT operators
MT1DBlockmodellingandMT1DSmoothModelling
New Contributors
- @CamillaLu made their first contribution in #854
- @AlexanderJar made their first contribution in #908
Full Changelog: v1.5.4...v1.5.5