File tree Expand file tree Collapse file tree 5 files changed +37
-9
lines changed Expand file tree Collapse file tree 5 files changed +37
-9
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,9 @@ authors:
7676 family-names : Wessel
7777 affiliation : University of Hawaiʻi at Mānoa, USA
7878 orcid : https://orcid.org/0000-0001-5708-7336
79- date-released : 2024-12-31
80- doi : 10.5281/zenodo.14535921
79+ date-released : 2025-02-01
80+ doi : 10.5281/zenodo.14742338
8181license : BSD-3-Clause
8282repository-code : https://github.com/GenericMappingTools/pygmt
8383type : software
84- version : 0.14.0
84+ version : 0.14.1
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ Feel free to cite our work in your research using the following BibTeX:
137137
138138```
139139@software{
140- pygmt_2024_14535921 ,
140+ pygmt_2025_14742338 ,
141141 author = {Tian, Dongdong and
142142 Uieda, Leonardo and
143143 Leong, Wei Ji and
@@ -157,12 +157,12 @@ Feel free to cite our work in your research using the following BibTeX:
157157 Quinn, Jamie and
158158 Wessel, Paul},
159159 title = {{PyGMT: A Python interface for the Generic Mapping Tools}},
160- month = dec ,
161- year = 2024 ,
160+ month = feb ,
161+ year = 2025 ,
162162 publisher = {Zenodo},
163- version = {0.14.0 },
164- doi = {10.5281/zenodo.14535921 },
165- url = {https://doi.org/10.5281/zenodo.14535921 }
163+ version = {0.14.1 },
164+ doi = {10.5281/zenodo.14742338 },
165+ url = {https://doi.org/10.5281/zenodo.14742338 }
166166}
167167```
168168
Original file line number Diff line number Diff line change 1212 var all_versions = {
1313 'latest' : 'latest' ,
1414 'dev' : 'dev' ,
15+ 'v0.14.1' : 'v0.14.1' ,
1516 'v0.14.0' : 'v0.14.0' ,
1617 'v0.13.0' : 'v0.13.0' ,
1718 'v0.12.0' : 'v0.12.0' ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release v0.14.1 (2025/02/01)
4+
5+ [ ![ Digital Object Identifier for PyGMT v0.14.1] ( https://zenodo.org/badge/DOI/10.5281/zenodo.14742338.svg )] ( https://doi.org/10.5281/zenodo.14742338 )
6+
7+ ### Highlights
8+
9+ - ** Patch release fixing critical bugs in PyGMT v0.14.0**
10+ - Fix the bug of converting Python sequence of datetime-like objects ([ #3760 ] ( https://github.com/GenericMappingTools/pygmt/pull/3760 ) )
11+
12+ ### Maintenance
13+
14+ - CI: Separate jobs for publishing to TestPyPI and PyPI ([ #3742 ] ( https://github.com/GenericMappingTools/pygmt/pull/3742 ) )
15+ - clib.conversion._ to_numpy: Add tests for Python sequence of datetime-like objects ([ #3758 ] ( https://github.com/GenericMappingTools/pygmt/pull/3758 ) )
16+ - Fix an image in README.md (broken on PyPI) and rewrap to 88 characters ([ #3740 ] ( https://github.com/GenericMappingTools/pygmt/pull/3740 ) )
17+ - Fix the dataset link in the RGB image gallery example ([ #3781 ] ( https://github.com/GenericMappingTools/pygmt/pull/3781 ) )
18+ - Update License year to 2025 ([ #3737 ] ( https://github.com/GenericMappingTools/pygmt/pull/3737 ) )
19+
20+ ** Full Changelog** : < https://github.com/GenericMappingTools/pygmt/compare/v0.14.0...v0.14.1 >
21+
22+ ### Contributors
23+
24+ * [ Dongdong Tian] ( https://github.com/seisman )
25+ * [ Wei Ji Leong] ( https://github.com/weiji14 )
26+
27+ ---
28+
329## Release v0.14.0 (2024/12/31)
430
531[ ![ Digital Object Identifier for PyGMT v0.14.0] ( https://zenodo.org/badge/DOI/10.5281/zenodo.14535921.svg )] ( https://doi.org/10.5281/zenodo.14535921 )
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ compatibility reasons.
4141| PyGMT Version | GMT | Python | NumPy | pandas | Xarray |
4242| ---| ---| ---| ---| ---| ---|
4343| [ Dev] [ ] * [ < doc:dev > ] | {{ requires.gmt }} | {{ requires.python }} | {{ requires.numpy }} | {{ requires.pandas }} | {{ requires.xarray }} |
44+ | < tag:v0.14.1 > [ < doc:v0.14.1 > ] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 |
4445| < tag:v0.14.0 > [ < doc:v0.14.0 > ] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 |
4546| < tag:v0.13.0 > [ < doc:v0.13.0 > ] | >=6.3.0 | >=3.10 | >=1.24 | >=1.5 | >=2022.09 |
4647| < tag:v0.12.0 > [ < doc:v0.12.0 > ] | >=6.3.0 | >=3.10 | >=1.23 | >=1.5 | >=2022.06 |
You can’t perform that action at this time.
0 commit comments