Skip to content

Commit f619079

Browse files
seismanweiji14
andauthored
Changelog entry for v0.6.1 (#1874)
Co-authored-by: Wei Ji <[email protected]>
1 parent 687097c commit f619079

File tree

4 files changed

+52
-9
lines changed

4 files changed

+52
-9
lines changed

CITATION.cff

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ authors:
6464
family-names: Wessel
6565
affiliation: University of Hawai'i at Mānoa, USA
6666
orcid: https://orcid.org/0000-0001-5708-7336
67-
date-released: 2022-03-14
68-
doi: 10.5281/zenodo.6349217
67+
date-released: 2022-04-11
68+
doi: 10.5281/zenodo.6426493
6969
license: BSD-3-Clause
7070
repository-code: https://github.com/GenericMappingTools/pygmt
7171
type: software
72-
version: 0.6.0
72+
version: 0.6.1

README.rst

+11-6
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Developers". Feel free to cite our work in your research using the following Bib
152152

153153
.. code-block::
154154
155-
@software{pygmt_2022_6349217,
155+
@software{pygmt_2022_6426493,
156156
author = {Uieda, Leonardo and
157157
Tian, Dongdong and
158158
Leong, Wei Ji and
@@ -169,12 +169,12 @@ Developers". Feel free to cite our work in your research using the following Bib
169169
Quinn, Jamie and
170170
Wessel, Paul},
171171
title = {{PyGMT: A Python interface for the Generic Mapping Tools}},
172-
month = march,
172+
month = apr,
173173
year = 2022,
174174
publisher = {Zenodo},
175-
version = {v0.6.0},
176-
doi = {10.5281/zenodo.6349217},
177-
url = {https://doi.org/10.5281/zenodo.6349217}
175+
version = {v0.6.1},
176+
doi = {10.5281/zenodo.6426493},
177+
url = {https://doi.org/10.5281/zenodo.6426493}
178178
}
179179
180180
To cite a specific version of PyGMT, go to our Zenodo page at
@@ -232,7 +232,12 @@ Compatibility with GMT/Python/NumPy versions
232232
- >=6.3.0
233233
- >=3.8
234234
- >=1.19
235-
* - `v0.6.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.6.0>`_ (latest release)
235+
* - `v0.6.1 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.6.1>`_ (latest release)
236+
- `v0.6.1 Documentation <https://www.pygmt.org/v0.6.1>`_
237+
- >=6.3.0
238+
- >=3.8
239+
- >=1.19
240+
* - `v0.6.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.6.0>`_
236241
- `v0.6.0 Documentation <https://www.pygmt.org/v0.6.0>`_
237242
- >=6.3.0
238243
- >=3.8

doc/_static/version_switch.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
var all_versions = {
1313
'latest': 'latest',
1414
'dev': 'dev',
15+
'v0.6.1': 'v0.6.1',
1516
'v0.6.0': 'v0.6.0',
1617
'v0.5.0': 'v0.5.0',
1718
'v0.4.1': 'v0.4.1',

doc/changes.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## Release v0.6.1 (2022/04/11)
4+
5+
[![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)
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+
340
## Release v0.6.0 (2022/03/14)
441

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

0 commit comments

Comments
 (0)