Skip to content

v1.0.9

Compare
Choose a tag to compare
@florian-wagner florian-wagner released this 30 Oct 11:18
· 2637 commits to master since this release
conda install -c gimli pygimli=1.0.9 # currently Linux only

New functionality

  • Support for secondary nodes in traveltime calculations (following Giroux & Larouche, 2013; http://dx.doi.org/10.1016/j.cageo.2012.12.005)

    • New mesh method mesh.createSecondaryNodes(numberOfSecNodes)
    • New argument when setting mesh in RefractionManager rst.setMesh(mesh, numberOfSecNodes)
  • New method to visualize raypaths: rst.showRayPaths() (a89eb2c, API Doc)

Other changes

  • Fix RValue conversion bug (172c31f)
  • Automatic detection of inline backend (improves pg.show() usage in Jupyter Notebooks) (207680e)
  • Allow for cmap and other kwargs in rst.showVA() (096d02d)
  • Fix compatibility issue with pytest 3.8 (ba59307)