diff --git a/README.rst b/README.rst index f895df3e826..cb5d1f18c30 100644 --- a/README.rst +++ b/README.rst @@ -154,7 +154,7 @@ Developers". Feel free to cite our work in your research using the following Bib .. code-block:: - @software{pygmt_2021_4978645, + @software{pygmt_2021_5162003, author = {Uieda, Leonardo and Tian, Dongdong and Leong, Wei Ji and @@ -167,14 +167,15 @@ Developers". Feel free to cite our work in your research using the following Bib Newton, Tyler and Anant, Abhishek and Ziebarth, Malte and + Magen, Yohai and Wessel, Paul}, title = {{PyGMT: A Python interface for the Generic Mapping Tools}}, - month = jun, + month = aug, year = 2021, publisher = {Zenodo}, - version = {v0.4.0}, - doi = {10.5281/zenodo.4978645}, - url = {https://doi.org/10.5281/zenodo.4978645} + version = {v0.4.1}, + doi = {10.5281/zenodo.5162003}, + url = {https://doi.org/10.5281/zenodo.5162003} } To cite a specific version of PyGMT, go to our Zenodo page at @@ -227,7 +228,12 @@ Compatibility with GMT/Python/NumPy versions - GMT - Python - Numpy - * - `v0.4.0 `_ (latest release) + * - `v0.4.1 `_ (latest release) + - `v0.4.1 Documentation `_ + - >=6.2.0 + - >=3.7 + - >=1.17.0 + * - `v0.4.0 `_ - `v0.4.0 Documentation `_ - >=6.2.0 - >=3.7 diff --git a/doc/_static/version_switch.js b/doc/_static/version_switch.js index 33d4af5c385..cd97cfe63c6 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.4.1': 'v0.4.1', 'v0.4.0': 'v0.4.0', 'v0.3.1': 'v0.3.1', 'v0.3.0': 'v0.3.0', diff --git a/doc/changes.md b/doc/changes.md index e3ff6af02a9..1a502de56c5 100644 --- a/doc/changes.md +++ b/doc/changes.md @@ -1,5 +1,55 @@ # Changelog +## Release v0.4.1 (2021/08/07) + +[![Digital Object Identifier for PyGMT v0.4.1](https://zenodo.org/badge/DOI/10.5281/zenodo.5162003.svg)](https://doi.org/10.5281/zenodo.5162003) + +### Highlights + +* 🎉 **Patch release with multiple gallery examples** 🎉 +* Change default GitHub branch name from "master" to "main" to increase inclusivity ([#1360](https://github.com/GenericMappingTools/pygmt/pull/1360)) +* Add a "[PyGMT Team](https://www.pygmt.org/latest/team.html)" page ([#1308](https://github.com/GenericMappingTools/pygmt/pull/1308)) + +### Enhancements + +* Add common alias "verbose" (V) to grdlandmask and savefig ([#1343](https://github.com/GenericMappingTools/pygmt/pull/1343)) + +### Bug Fixes + +* Change invalid input conditions in grdtrack ([#1376](https://github.com/GenericMappingTools/pygmt/pull/1376)) +* Fix bug so that x2sys_cross accepts dataframes with NaN values ([#1369](https://github.com/GenericMappingTools/pygmt/pull/1369)) + +### Documentation + +* Combine documentation and compatibility sections in README.rst ([#1415](https://github.com/GenericMappingTools/pygmt/pull/1415)) +* Add a gallery example for grdclip ([#1396](https://github.com/GenericMappingTools/pygmt/pull/1396)) +* Add a gallery example for different colormaps in subplots ([#1394](https://github.com/GenericMappingTools/pygmt/pull/1394)) +* Add a gallery example for the contour method ([#1387](https://github.com/GenericMappingTools/pygmt/pull/1387)) +* Add a gallery example showing individual custom symbols ([#1348](https://github.com/GenericMappingTools/pygmt/pull/1348)) +* Add common option aliases to COMMON_OPTIONS in decorators.py ([#1407](https://github.com/GenericMappingTools/pygmt/pull/1407)) +* Add return statement to grdclip and grdgradient docstring ([#1390](https://github.com/GenericMappingTools/pygmt/pull/1390)) +* Restructure contributing.md to separate docs/general info from contributing code section ([#1339](https://github.com/GenericMappingTools/pygmt/pull/1339)) + +### Maintenance + +* Add tomli as a dependency in GMT Dev Tests ([#1401](https://github.com/GenericMappingTools/pygmt/pull/1401)) +* NEP29: Test PyGMT on NumPy 1.21 ([#1355](https://github.com/GenericMappingTools/pygmt/pull/1355)) + +### Contributors + +* [Meghan Jones](https://github.com/meghanrjones) +* [Will Schlitzer](https://github.com/willschlitzer) +* [Michael Grund](https://github.com/michaelgrund) +* [Wei Ji Leong](https://github.com/weiji14) +* [Yohai Magen](https://github.com/yohaimagen) +* [Jiayuan Yao](https://github.com/core-man) +* [Dongdong Tian](https://github.com/seisman) +* [Kadatatlu Kishore](https://github.com/kadatatlukishore) +* [@sean0921](https://github.com/sean0921) +* [Soham Banerjee](https://github.com/soham4abc) + +---- + ## Release v0.4.0 (2021/06/20) [![Digital Object Identifier for PyGMT v0.4.0](https://zenodo.org/badge/DOI/10.5281/zenodo.4978645.svg)](https://doi.org/10.5281/zenodo.4978645)