Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 01:14
v0.1.2
bedb48d

DOI

Highlights

  • Patch release in preparation for the SciPy 2020 sprint session
  • Last version to support GMT 6.0, future PyGMT versions will require GMT 6.1 or newer

New Features

  • Wrap grdcut (#492)
  • Add show_versions() function for printing debugging information used in issue reports (#466)

Enhancements

  • Change load_earth_relief()'s default resolution to 01d (#488)
  • Enhance text with extra functionality and aliases (#481)

Documentation

  • Add gallery example for grdview (#502)
  • Turn all short aliases into long form (#474)
  • Update the plotting example using the colormap generated by pygmt.makecpt (#472)
  • Add instructions to view the test coverage reports locally (#468)
  • Update the instructions for testing pygmt install (#459)

Bug Fixes

  • Fix a bug when passing data to GMT in Session.open_virtual_file() (#490)

Maintenance

  • Temporarily expect failures for some grdcontour and grdview tests (#503)
  • Fix several failures due to updates of earth relief data (#498)
  • Unpin pylint version and fix some lint warnings (#484)
  • Separate tests of gmtinfo and grdinfo (#461)
  • Fix the test for GMT_COMPATIBILITY=6 (#454)
  • Update baseline images for updates of earth relief data (#452)
  • Simplify PyGMT Release process (#446)

Contributors