Skip to content

Commit b9288ec

Browse files
committed
Add changelog entry for v0.4.1
1 parent 6a4b871 commit b9288ec

File tree

3 files changed

+56
-5
lines changed

3 files changed

+56
-5
lines changed

README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Developers". Feel free to cite our work in your research using the following Bib
154154

155155
.. code-block::
156156
157-
@software{pygmt_2021_4978645,
157+
@software{pygmt_2021_5162003,
158158
author = {Uieda, Leonardo and
159159
Tian, Dongdong and
160160
Leong, Wei Ji and
@@ -169,12 +169,12 @@ Developers". Feel free to cite our work in your research using the following Bib
169169
Ziebarth, Malte and
170170
Wessel, Paul},
171171
title = {{PyGMT: A Python interface for the Generic Mapping Tools}},
172-
month = jun,
172+
month = jul,
173173
year = 2021,
174174
publisher = {Zenodo},
175-
version = {v0.4.0},
176-
doi = {10.5281/zenodo.4978645},
177-
url = {https://doi.org/10.5281/zenodo.4978645}
175+
version = {v0.4.1},
176+
doi = {10.5281/zenodo.5162003},
177+
url = {https://doi.org/10.5281/zenodo.5162003}
178178
}
179179
180180
To cite a specific version of PyGMT, go to our Zenodo page at
@@ -221,6 +221,7 @@ Documentation for other versions
221221
* `Development <https://www.pygmt.org/dev>`__ (reflects the *master* branch on
222222
GitHub)
223223
* `Latest release <https://www.pygmt.org/latest>`__
224+
* `v0.4.1 <https://www.pygmt.org/v0.4.1>`__
224225
* `v0.4.0 <https://www.pygmt.org/v0.4.0>`__
225226
* `v0.3.1 <https://www.pygmt.org/v0.3.1>`__
226227
* `v0.3.0 <https://www.pygmt.org/v0.3.0>`__

doc/_static/version_switch.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
var all_versions = {
1313
'latest': 'latest',
1414
'dev': 'dev',
15+
'v0.4.1': 'v0.4.1',
1516
'v0.4.0': 'v0.4.0',
1617
'v0.3.1': 'v0.3.1',
1718
'v0.3.0': 'v0.3.0',

doc/changes.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
# Changelog
22

3+
## Release v0.4.1 (2021/08/07)
4+
5+
[![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)
6+
7+
### Highlights
8+
9+
* 🎉 **Patch release with multiple gallery examples** 🎉
10+
11+
### Enhancements
12+
13+
* Add common alias "verbose" (V) to grdlandmask and savefig ([#1343](https://github.com/GenericMappingTools/pygmt/pull/1343))
14+
15+
### Bug Fixes
16+
17+
* Change invalid input conditions in grdtrack ([#1376](https://github.com/GenericMappingTools/pygmt/pull/1376))
18+
* Fix bug so that x2sys_cross accepts dataframes with NaN values ([#1369](https://github.com/GenericMappingTools/pygmt/pull/1369))
19+
20+
### Documentation
21+
22+
* Add gallery example for grdclip ([#1396](https://github.com/GenericMappingTools/pygmt/pull/1396))
23+
* Add a gallery example for different colormaps in subplots ([#1394](https://github.com/GenericMappingTools/pygmt/pull/1394))
24+
* Add a gallery example showing individual custom symbols ([#1348](https://github.com/GenericMappingTools/pygmt/pull/1348))
25+
* A gallery example for the contour method ([#1387](https://github.com/GenericMappingTools/pygmt/pull/1387))
26+
* Add common option aliases to COMMON_OPTIONS in decorators.py ([#1407](https://github.com/GenericMappingTools/pygmt/pull/1407))
27+
* Add return statement to grdclip and grdgradient docstring ([#1390](https://github.com/GenericMappingTools/pygmt/pull/1390))
28+
* Add development toctree and PyGMT team page ([#1308](https://github.com/GenericMappingTools/pygmt/pull/1308))
29+
* Restructure contributing.md to separate docs/general info from contributing code section ([#1339](https://github.com/GenericMappingTools/pygmt/pull/1339))
30+
31+
### Maintenance
32+
33+
* Add tomli as a dependency in GMT Dev Tests ([#1401](https://github.com/GenericMappingTools/pygmt/pull/1401))
34+
* Change references from "master" branch to "main" branch ([#1360](https://github.com/GenericMappingTools/pygmt/pull/1360))
35+
* NEP29: Test PyGMT on NumPy 1.21 ([#1355](https://github.com/GenericMappingTools/pygmt/pull/1355))
36+
37+
### Contributors
38+
39+
* [Meghan Jones](https://github.com/meghanrjones)
40+
* [Will Schlitzer](https://github.com/willschlitzer)
41+
* [Wei Ji Leong](https://github.com/weiji14)
42+
* [Dongdong Tian](https://github.com/seisman)
43+
* [Kadatatlu Kishore](https://github.com/kadatatlukishore)
44+
* [Michael Grund](https://github.com/michaelgrund)
45+
* [@sean0921](https://github.com/sean0921)
46+
* [Soham Banerjee](https://github.com/soham4abc)
47+
* [Jiayuan Yao](https://github.com/core-man)
48+
* [@yohaimagen](https://github.com/yohaimagen)
49+
50+
----
51+
352
## Release v0.4.0 (2021/06/20)
453

554
[![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)

0 commit comments

Comments
 (0)