|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Release v0.6.1 (2022/04/11) |
| 4 | + |
| 5 | +[](https://doi.org/10.5281/zenodo.6426493) |
| 6 | + |
| 7 | +### Highlights |
| 8 | + |
| 9 | +* Patch release which allows passing None explicitly to pygmt functions ([#1872](https://github.com/GenericMappingTools/pygmt/pull/1872), [#1862](https://github.com/GenericMappingTools/pygmt/pull/1862), [#1857](https://github.com/GenericMappingTools/pygmt/pull/1857), [#1815](https://github.com/GenericMappingTools/pygmt/pull/1815)) |
| 10 | +* A new tutorial for grdhisteq ([#1821](https://github.com/GenericMappingTools/pygmt/pull/1821)) |
| 11 | + |
| 12 | +### Bug Fixes |
| 13 | + |
| 14 | +* Fix pathlib support for plot and plot3d ([#1831](https://github.com/GenericMappingTools/pygmt/pull/1831)) |
| 15 | + |
| 16 | +### Documentation |
| 17 | + |
| 18 | +* Add inline example for grdvolume ([#1726](https://github.com/GenericMappingTools/pygmt/pull/1726)) |
| 19 | +* Format author affiliations in CITATION.cff and AUTHORS.md ([#1844](https://github.com/GenericMappingTools/pygmt/pull/1844)) |
| 20 | + |
| 21 | +### Maintenance |
| 22 | + |
| 23 | +* NEP29: Run PyGMT tests and docs build on Python 3.10 ([#1868](https://github.com/GenericMappingTools/pygmt/pull/1868)) |
| 24 | +* Let pygmt.show_versions() report geopandas version ([#1846](https://github.com/GenericMappingTools/pygmt/pull/1846)) |
| 25 | +* Refactor build_arg_string to also deal with infile and outfile ([#1837](https://github.com/GenericMappingTools/pygmt/pull/1837)) |
| 26 | +* Migrate build system settings to pyproject.toml following pep517 and pep518 ([#1845](https://github.com/GenericMappingTools/pygmt/pull/1845)) |
| 27 | +* Use the build package to build sdist and wheel distributions ([#1823](https://github.com/GenericMappingTools/pygmt/pull/1823)) |
| 28 | +* Let slash command /test-gmt-dev report job URL ([#1866](https://github.com/GenericMappingTools/pygmt/pull/1866)) |
| 29 | + |
| 30 | +### Contributors |
| 31 | + |
| 32 | +* [Dongdong Tian](https://github.com/seisman) |
| 33 | +* [Meghan Jones](https://github.com/meghanrjones) |
| 34 | +* [Wei Ji Leong](https://github.com/weiji14) |
| 35 | +* [Michael Grund](https://github.com/michaelgrund) |
| 36 | +* [Will Schlitzer](https://github.com/willschlitzer) |
| 37 | + |
| 38 | +--- |
| 39 | + |
3 | 40 | ## Release v0.6.0 (2022/03/14) |
4 | 41 |
|
5 | 42 | [](https://doi.org/10.5281/zenodo.6349217) |
|
0 commit comments