File tree 5 files changed +27
-7
lines changed
5 files changed +27
-7
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,9 @@ authors:
76
76
family-names : Wessel
77
77
affiliation : University of Hawaiʻi at Mānoa, USA
78
78
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
81
81
license : BSD-3-Clause
82
82
repository-code : https://github.com/GenericMappingTools/pygmt
83
83
type : 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:
137
137
138
138
```
139
139
@software{
140
- pygmt_2025_14742338 ,
140
+ pygmt_2025_14868324 ,
141
141
author = {Tian, Dongdong and
142
142
Uieda, Leonardo and
143
143
Leong, Wei Ji and
@@ -160,9 +160,9 @@ Feel free to cite our work in your research using the following BibTeX:
160
160
month = feb,
161
161
year = 2025,
162
162
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 }
166
166
}
167
167
```
168
168
Original file line number Diff line number Diff line change 12
12
var all_versions = {
13
13
'latest' : 'latest' ,
14
14
'dev' : 'dev' ,
15
+ 'v0.14.2' : 'v0.14.2' ,
15
16
'v0.14.1' : 'v0.14.1' ,
16
17
'v0.14.0' : 'v0.14.0' ,
17
18
'v0.13.0' : 'v0.13.0' ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
21
## Release v0.14.1 (2025/02/01)
4
22
5
23
[ ![ 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.
41
41
| PyGMT Version | GMT | Python | NumPy | pandas | Xarray |
42
42
| ---| ---| ---| ---| ---| ---|
43
43
| [ 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 |
44
45
| < tag:v0.14.1 > [ < doc:v0.14.1 > ] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 |
45
46
| < tag:v0.14.0 > [ < doc:v0.14.0 > ] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 |
46
47
| < 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