v1.5.1
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
- @AmirMardan made their first contribution in #716
Full Changelog: v1.5.0...v1.5.1