File tree Expand file tree Collapse file tree 5 files changed +27
-7
lines changed Expand file tree Collapse file tree 5 files changed +27
-7
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 : 2025-02-01
80- doi : 10.5281/zenodo.14742338
79+ date-released : 2025-02-15
80+ doi : 10.5281/zenodo.14868324
8181license : BSD-3-Clause
8282repository-code : https://github.com/GenericMappingTools/pygmt
8383type : software
84- version : 0.14.1
84+ version : 0.14.2
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_2025_14742338 ,
140+ pygmt_2025_14868324 ,
141141 author = {Tian, Dongdong and
142142 Uieda, Leonardo and
143143 Leong, Wei Ji and
@@ -160,9 +160,9 @@ Feel free to cite our work in your research using the following BibTeX:
160160 month = feb,
161161 year = 2025,
162162 publisher = {Zenodo},
163- version = {0.14.1 },
164- doi = {10.5281/zenodo.14742338 },
165- url = {https://doi.org/10.5281/zenodo.14742338 }
163+ version = {0.14.2 },
164+ doi = {10.5281/zenodo.14868324 },
165+ url = {https://doi.org/10.5281/zenodo.14868324 }
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.2' : 'v0.14.2' ,
1516 'v0.14.1' : 'v0.14.1' ,
1617 'v0.14.0' : 'v0.14.0' ,
1718 'v0.13.0' : 'v0.13.0' ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release v0.14.2 (2025/02/15)
4+
5+ [ ![ Digital Object Identifier for PyGMT v0.14.2] ( https://zenodo.org/badge/DOI/10.5281/zenodo.14868324.svg )] ( https://doi.org/10.5281/zenodo.14868324 )
6+
7+
8+ ### Bug Fixes
9+
10+ - ** Patch release fixing a critical bug introduced in PyGMT v0.14.1**
11+ - Fix the bug for passing text strings with numeric values ([ #3804 ] ( https://github.com/GenericMappingTools/pygmt/pull/3804 ) )
12+
13+ ** Full Changelog** : < https://github.com/GenericMappingTools/pygmt/compare/v0.14.1...v0.14.2 >
14+
15+ ### Contributors
16+
17+ * [ Dongdong Tian] ( https://github.com/seisman )
18+
19+ ---
20+
321## Release v0.14.1 (2025/02/01)
422
523[ ![ 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 )
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.2 > [ < doc:v0.14.2 > ] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 |
4445| < tag:v0.14.1 > [ < doc:v0.14.1 > ] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 |
4546| < tag:v0.14.0 > [ < doc:v0.14.0 > ] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 |
4647| < tag:v0.13.0 > [ < doc:v0.13.0 > ] | >=6.3.0 | >=3.10 | >=1.24 | >=1.5 | >=2022.09 |
You can’t perform that action at this time.
0 commit comments