From f619079498df8a8a7decf3746629b4efd5edb1b2 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Mon, 11 Apr 2022 21:37:27 +0800 Subject: [PATCH] Changelog entry for v0.6.1 (#1874) Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> --- CITATION.cff | 6 +++--- README.rst | 17 ++++++++++------ doc/_static/version_switch.js | 1 + doc/changes.md | 37 +++++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 9 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index ac152880920..7e0e8a3d69a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -64,9 +64,9 @@ authors: family-names: Wessel affiliation: University of Hawai'i at Mānoa, USA orcid: https://orcid.org/0000-0001-5708-7336 -date-released: 2022-03-14 -doi: 10.5281/zenodo.6349217 +date-released: 2022-04-11 +doi: 10.5281/zenodo.6426493 license: BSD-3-Clause repository-code: https://github.com/GenericMappingTools/pygmt type: software -version: 0.6.0 +version: 0.6.1 diff --git a/README.rst b/README.rst index e50c95f5387..a6610a59b54 100644 --- a/README.rst +++ b/README.rst @@ -152,7 +152,7 @@ Developers". Feel free to cite our work in your research using the following Bib .. code-block:: - @software{pygmt_2022_6349217, + @software{pygmt_2022_6426493, author = {Uieda, Leonardo and Tian, Dongdong and Leong, Wei Ji and @@ -169,12 +169,12 @@ Developers". Feel free to cite our work in your research using the following Bib Quinn, Jamie and Wessel, Paul}, title = {{PyGMT: A Python interface for the Generic Mapping Tools}}, - month = march, + month = apr, year = 2022, publisher = {Zenodo}, - version = {v0.6.0}, - doi = {10.5281/zenodo.6349217}, - url = {https://doi.org/10.5281/zenodo.6349217} + version = {v0.6.1}, + doi = {10.5281/zenodo.6426493}, + url = {https://doi.org/10.5281/zenodo.6426493} } To cite a specific version of PyGMT, go to our Zenodo page at @@ -232,7 +232,12 @@ Compatibility with GMT/Python/NumPy versions - >=6.3.0 - >=3.8 - >=1.19 - * - `v0.6.0 `_ (latest release) + * - `v0.6.1 `_ (latest release) + - `v0.6.1 Documentation `_ + - >=6.3.0 + - >=3.8 + - >=1.19 + * - `v0.6.0 `_ - `v0.6.0 Documentation `_ - >=6.3.0 - >=3.8 diff --git a/doc/_static/version_switch.js b/doc/_static/version_switch.js index 44c6233c244..addba02d991 100644 --- a/doc/_static/version_switch.js +++ b/doc/_static/version_switch.js @@ -12,6 +12,7 @@ var all_versions = { 'latest': 'latest', 'dev': 'dev', + 'v0.6.1': 'v0.6.1', 'v0.6.0': 'v0.6.0', 'v0.5.0': 'v0.5.0', 'v0.4.1': 'v0.4.1', diff --git a/doc/changes.md b/doc/changes.md index 586bd0f0276..c4b773bfa2c 100644 --- a/doc/changes.md +++ b/doc/changes.md @@ -1,5 +1,42 @@ # Changelog +## Release v0.6.1 (2022/04/11) + +[![Digital Object Identifier for PyGMT v0.6.1](https://zenodo.org/badge/DOI/10.5281/zenodo.6426493.svg)](https://doi.org/10.5281/zenodo.6426493) + +### Highlights + +* 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)) +* A new tutorial for grdhisteq ([#1821](https://github.com/GenericMappingTools/pygmt/pull/1821)) + +### Bug Fixes + +* Fix pathlib support for plot and plot3d ([#1831](https://github.com/GenericMappingTools/pygmt/pull/1831)) + +### Documentation + +* Add inline example for grdvolume ([#1726](https://github.com/GenericMappingTools/pygmt/pull/1726)) +* Format author affiliations in CITATION.cff and AUTHORS.md ([#1844](https://github.com/GenericMappingTools/pygmt/pull/1844)) + +### Maintenance + +* NEP29: Run PyGMT tests and docs build on Python 3.10 ([#1868](https://github.com/GenericMappingTools/pygmt/pull/1868)) +* Let pygmt.show_versions() report geopandas version ([#1846](https://github.com/GenericMappingTools/pygmt/pull/1846)) +* Refactor build_arg_string to also deal with infile and outfile ([#1837](https://github.com/GenericMappingTools/pygmt/pull/1837)) +* Migrate build system settings to pyproject.toml following pep517 and pep518 ([#1845](https://github.com/GenericMappingTools/pygmt/pull/1845)) +* Use the build package to build sdist and wheel distributions ([#1823](https://github.com/GenericMappingTools/pygmt/pull/1823)) +* Let slash command /test-gmt-dev report job URL ([#1866](https://github.com/GenericMappingTools/pygmt/pull/1866)) + +### Contributors + +* [Dongdong Tian](https://github.com/seisman) +* [Meghan Jones](https://github.com/meghanrjones) +* [Wei Ji Leong](https://github.com/weiji14) +* [Michael Grund](https://github.com/michaelgrund) +* [Will Schlitzer](https://github.com/willschlitzer) + +--- + ## Release v0.6.0 (2022/03/14) [![Digital Object Identifier for PyGMT v0.6.0](https://zenodo.org/badge/DOI/10.5281/zenodo.6349217.svg)](https://doi.org/10.5281/zenodo.6349217)