Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ccb9aa8
Add v0.3.0 to version_switch.js
willschlitzer Feb 14, 2021
9fe24fb
Update citation information
willschlitzer Feb 14, 2021
1081fb2
Update compatibility and doicumentation links
willschlitzer Feb 14, 2021
6ec6a3a
Apply suggestions from code review
willschlitzer Feb 14, 2021
fc21cb8
Merge branch 'master' into v0.3.0-release
weiji14 Feb 14, 2021
36b72e9
Initial draft changelog from Release Drafter
weiji14 Feb 15, 2021
29cbefc
Merge some changelog entries together
weiji14 Feb 15, 2021
4122c73
Apply suggestions from code review
weiji14 Feb 15, 2021
6d0208d
Add highlights and list out contributor names ordered by no. of commits
weiji14 Feb 15, 2021
e944f1d
Group changes in the "Maintenance" section
seisman Feb 15, 2021
286fc4b
Fix two issues in the previous commit
seisman Feb 15, 2021
21593d9
Group changes in the 'Documentation' section and update some titles
seisman Feb 15, 2021
32d6fc4
Apply suggestions from code review
willschlitzer Feb 15, 2021
5a6c4bd
Merge branch 'master' into v0.3.0-release
willschlitzer Feb 15, 2021
a02d9e3
Minor change log wording change
willschlitzer Feb 15, 2021
dc7eaa0
Merge branch 'master' into v0.3.0-release
willschlitzer Feb 15, 2021
a98ca1e
Run sed command to format links
willschlitzer Feb 15, 2021
32047f9
Merge remote-tracking branch 'origin/v0.3.0-release' into v0.3.0-release
willschlitzer Feb 15, 2021
98097bc
Run sed command to format links; format fixes
willschlitzer Feb 15, 2021
23bf843
format fixes
willschlitzer Feb 15, 2021
dae9804
Apply suggestions from code review
willschlitzer Feb 15, 2021
8a20f3a
Fix a typo
weiji14 Feb 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,20 +153,23 @@ Developers". Feel free to cite our work in your research using the following Bib

.. code-block::

@software{uieda_leonardo_2020_4025418,
@software{pygmt_2021_4522136,
author = {Uieda, Leonardo and
Tian, Dongdong and
Leong, Wei Ji and
Toney, Liam and
Schlitzer, William and
Grund, Michael and
Newton, Tyler and
Jones, Meghan and
Wessel, Paul},
title = {{PyGMT: A Python interface for the Generic Mapping Tools}},
month = nov,
year = 2020,
month = feb,
year = 2021,
publisher = {Zenodo},
version = {v0.2.1},
doi = {10.5281/zenodo.4253459},
url = {https://doi.org/10.5281/zenodo.4253459}
version = {v0.3.0},
doi = {10.5281/zenodo.4522136},
url = {https://doi.org/10.5281/zenodo.4522136}
}

To cite a specific version of PyGMT, go to our Zenodo page at
Expand Down Expand Up @@ -212,6 +215,7 @@ Documentation for other versions
* `Development <https://www.pygmt.org/dev>`__ (reflects the *master* branch on
GitHub)
* `Latest release <https://www.pygmt.org/latest>`__
* `v0.3.0 <https://www.pygmt.org/v0.3.0>`__
* `v0.2.1 <https://www.pygmt.org/v0.2.1>`__
* `v0.2.0 <https://www.pygmt.org/v0.2.0>`__
* `v0.1.2 <https://www.pygmt.org/v0.1.2>`__
Expand All @@ -225,7 +229,8 @@ Compatibility with Python and GMT versions
======= ========== =========
PyGMT GMT Python
======= ========== =========
0.2.1 >=6.1.1 >=3.6
0.3.0 >=6.1.1 >=3.6
0.2.1 >=6.1.1 3.6 - 3.9
0.2.0 >=6.1.1 3.6 - 3.8
0.1.x >=6.0.0 3.6 - 3.8
======= ========== =========
1 change: 1 addition & 0 deletions doc/_static/version_switch.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
var all_versions = {
'latest': 'latest',
'dev': 'dev',
'v0.3.0': 'v0.3.0',
'v0.2.1': 'v0.2.1',
'v0.2.0': 'v0.2.0',
'v0.1.2': 'v0.1.2',
Expand Down