v1.4.6
What's Changed
- pv.drawSlice takes cMin/cMax, cMap, logScale and passes clim,cmap,log_scale
- add (syntactic sugar) Mesh class functions:
- Mesh.copy() to create a copy, Mesh.midpoint()
- Mesh.NED() for changing XYZ from East-North-Up to North-East-Down and back
- add Mesh.extent("dxyzm"012-1None) to determine extent in to several dimensions
- add Mesh.populate(array|map|dict) to map any input to mesh cells
- add Mesh.innerBoundaryCenters() to retrieve the inner boundaries (e.g. first order constraints)
- extend and optimize grav/mag by tools
- first MagManager for magnetics inversion
- magnetics inversion example, also supporting tetrahedral meshes
- improve showFit by same data and response colorscale and axes
- add aspect keyword to show functions (not resolving #629 ugly colorbars)
- enable TraveltimeManager to take self mesh and data
- TraveltimeManager.createTraveltimeField
- add showAnimation(plc=)
- TimelapseERT.exportVTK() for timesteps
- fix direction of extract2dSlice
- allow attribute dictionary for parseMapToCellArray
- fix several bugs related to colorbars
- fix reading pole-dipole from res2dinv, cleanup code
- enable read topography from res2dinv files (#623, #629)
- cleanup old SIP and borehole classes
- improve cmake build instructions
- extend test functions
- improve docs and website, e.g. build from source instructions, papers
- Update Slack->Mattermost by @prisae in #626
Full Changelog: v1.4.5...v1.4.6