Skip to content

v0.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 10:59
· 1392 commits to main since this release
31980e8

Release v0.4.1 (2021/08/07)

Digital Object Identifier for PyGMT v0.4.1

Highlights

  • πŸŽ‰ Patch release with multiple gallery examples πŸŽ‰
  • Change default GitHub branch name from "master" to "main" to increase inclusivity (#1360)
  • Add a "PyGMT Team" page (#1308)

Enhancements

  • Add common alias "verbose" (V) to grdlandmask and savefig (#1343)

Bug Fixes

  • Change invalid input conditions in grdtrack (#1376)
  • Fix bug so that x2sys_cross accepts dataframes with NaN values (#1369)

Documentation

  • Combine documentation and compatibility sections in README.rst (#1415)
  • Add a gallery example for grdclip (#1396)
  • Add a gallery example for different colormaps in subplots (#1394)
  • Add a gallery example for the contour method (#1387)
  • Add a gallery example showing individual custom symbols (#1348)
  • Add common option aliases to COMMON_OPTIONS in decorators.py (#1407)
  • Add return statement to grdclip and grdgradient docstring (#1390)
  • Restructure contributing.md to separate docs/general info from contributing code section (#1339)

Maintenance

  • Add tomli as a dependency in GMT Dev Tests (#1401)
  • NEP29: Test PyGMT on NumPy 1.21 (#1355)

Contributors