Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@halbmy halbmy released this 08 Mar 07:53
· 39 commits to master since this release

What changed

  • Re-enable 3D images on website (e.g. this example), now including interactive mode using pyvista's DynamicScraper
  • Fix iteration number in pre/postStep by @prisae in #643
  • Typo correction by @soehag in #650
  • FIX adding custom constraints matrix into lazy evaluation process of regularization settings (fixes #659)
  • Enable DataContainer.subset() for geometric filtering (e.g. extract a line)
  • Reciprocal data analysis: ert.reciprocalAnalysis(data), ert.fitReciprocalModel(data), ert.reciprocalProcessing(data)
  • Extend reciprocal analysis to TimelapseERT class
  • Improved display of ERT data: using, x/y fields or predefined styles (e.g. A-MN)
  • Improved maxtrix pg.show(mat) for Matrix, RealNumpyMatrix, IdentityMatrix, DiagonalMatrix, all others
  • Improve docstrings for several classes and functions
  • Extend setting mesh properties mesh[str]=val, including markers
  • New example on tree tomography using ERT, styling other examples
  • Improve details in several examples and correct inconsistencies
  • Add new papers using pyGIMLi
  • Fix several bugs: res2dinv import, bug with scipy=1.12,
  • Updated to new version of pydata-sphinx-theme

New Contributors

Full Changelog: v1.4.6...v1.5.0