Skip to content

v1.5.1

Compare
Choose a tag to compare
@halbmy halbmy released this 15 May 17:32
· 248 commits to master since this release

What's Changed

  • Update README.md by @andieie in #667
  • fix #715, we can obtain the shape of a Cm05Matrix by @AmirMardan in #716
  • add Mesh.submesh(keyword=value, relation) to extract submeshes (e.g. good=vtk.submesh(coverageLog10=-5.5, relation=">")
  • improve website, e.g. on Mac installation, JupyterLab e.g.
  • remove scipy version dependency
  • add example on reciprocal analysis of ERT data
  • simplify some examples
  • increase compatibility for numpy>1.23 concerning np.int etc.
  • add inv.setInterfaceConstraint(marker, strength) (forwarding to region manager)
  • add inv.setInterRegionConstraint(region1, region2, strength) (forwarded)
  • add trapezoidal shape factor trapRatio for trapezoidal model domains
  • fix extract2dUpperSurfaceMesh, extract2dSlice

New Contributors

Full Changelog: v1.5.0...v1.5.1