File tree 5 files changed +37
-9
lines changed
5 files changed +37
-9
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 : 2024-12-31
80
- doi : 10.5281/zenodo.14535921
79
+ date-released : 2025-02-01
80
+ doi : 10.5281/zenodo.14742338
81
81
license : BSD-3-Clause
82
82
repository-code : https://github.com/GenericMappingTools/pygmt
83
83
type : 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:
137
137
138
138
```
139
139
@software{
140
- pygmt_2024_14535921 ,
140
+ pygmt_2025_14742338 ,
141
141
author = {Tian, Dongdong and
142
142
Uieda, Leonardo and
143
143
Leong, Wei Ji and
@@ -157,12 +157,12 @@ Feel free to cite our work in your research using the following BibTeX:
157
157
Quinn, Jamie and
158
158
Wessel, Paul},
159
159
title = {{PyGMT: A Python interface for the Generic Mapping Tools}},
160
- month = dec ,
161
- year = 2024 ,
160
+ month = feb ,
161
+ year = 2025 ,
162
162
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 }
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.1' : 'v0.14.1' ,
15
16
'v0.14.0' : 'v0.14.0' ,
16
17
'v0.13.0' : 'v0.13.0' ,
17
18
'v0.12.0' : 'v0.12.0' ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
29
## Release v0.14.0 (2024/12/31)
4
30
5
31
[ ![ 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.
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.1 > [ < doc:v0.14.1 > ] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 |
44
45
| < tag:v0.14.0 > [ < doc:v0.14.0 > ] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 |
45
46
| < tag:v0.13.0 > [ < doc:v0.13.0 > ] | >=6.3.0 | >=3.10 | >=1.24 | >=1.5 | >=2022.09 |
46
47
| < 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