|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## Release v0.14.3 (20YY/MM/DD) |
| 3 | +## Release v0.15.0 (2025/03/31) |
4 | 4 |
|
5 |
| -[](https://doi.org/10.5281/zenodo.3781524) |
| 5 | +[](https://doi.org/10.5281/zenodo.15071586) |
6 | 6 |
|
7 | 7 | ### Highlights
|
8 | 8 |
|
|
55 | 55 |
|
56 | 56 | ### Contributors
|
57 | 57 |
|
58 |
| -[Dongdong Tian](https://github.com/seisman), [Wei Ji Leong](https://github.com/weiji14) and [Yvonne Fröhlich](https://github.com/yvonnefroehlich) |
59 |
| - |
| 58 | +* [Dongdong Tian](https://github.com/seisman) |
| 59 | +* [Wei Ji Leong](https://github.com/weiji14) |
| 60 | +* [Yvonne Fröhlich](https://github.com/yvonnefroehlich) |
| 61 | +* [Michael Grund](https://github.com/michaelgrund) |
60 | 62 |
|
| 63 | +--- |
61 | 64 |
|
62 | 65 | ## Release v0.14.2 (2025/02/15)
|
63 | 66 |
|
|
66 | 69 |
|
67 | 70 | ### Bug Fixes
|
68 | 71 |
|
69 |
| -- **Patch release fixing a critical bug introduced in PyGMT v0.14.1** |
70 |
| -- Fix the bug for passing text strings with numeric values ([#3804](https://github.com/GenericMappingTools/pygmt/pull/3804)) |
| 72 | +* **Patch release fixing a critical bug introduced in PyGMT v0.14.1** |
| 73 | +* Fix the bug for passing text strings with numeric values ([#3804](https://github.com/GenericMappingTools/pygmt/pull/3804)) |
71 | 74 |
|
72 | 75 | **Full Changelog**: <https://github.com/GenericMappingTools/pygmt/compare/v0.14.1...v0.14.2>
|
73 | 76 |
|
|
83 | 86 |
|
84 | 87 | ### Highlights
|
85 | 88 |
|
86 |
| -- **Patch release fixing critical bugs in PyGMT v0.14.0** |
87 |
| -- Fix the bug of converting Python sequence of datetime-like objects ([#3760](https://github.com/GenericMappingTools/pygmt/pull/3760)) |
| 89 | +* **Patch release fixing critical bugs in PyGMT v0.14.0** |
| 90 | +* Fix the bug of converting Python sequence of datetime-like objects ([#3760](https://github.com/GenericMappingTools/pygmt/pull/3760)) |
88 | 91 |
|
89 | 92 | ### Maintenance
|
90 | 93 |
|
91 |
| -- CI: Separate jobs for publishing to TestPyPI and PyPI ([#3742](https://github.com/GenericMappingTools/pygmt/pull/3742)) |
92 |
| -- clib.conversion._to_numpy: Add tests for Python sequence of datetime-like objects ([#3758](https://github.com/GenericMappingTools/pygmt/pull/3758)) |
93 |
| -- Fix an image in README.md (broken on PyPI) and rewrap to 88 characters ([#3740](https://github.com/GenericMappingTools/pygmt/pull/3740)) |
94 |
| -- Fix the dataset link in the RGB image gallery example ([#3781](https://github.com/GenericMappingTools/pygmt/pull/3781)) |
95 |
| -- Update License year to 2025 ([#3737](https://github.com/GenericMappingTools/pygmt/pull/3737)) |
| 94 | +* CI: Separate jobs for publishing to TestPyPI and PyPI ([#3742](https://github.com/GenericMappingTools/pygmt/pull/3742)) |
| 95 | +* clib.conversion._to_numpy: Add tests for Python sequence of datetime-like objects ([#3758](https://github.com/GenericMappingTools/pygmt/pull/3758)) |
| 96 | +* Fix an image in README.md (broken on PyPI) and rewrap to 88 characters ([#3740](https://github.com/GenericMappingTools/pygmt/pull/3740)) |
| 97 | +* Fix the dataset link in the RGB image gallery example ([#3781](https://github.com/GenericMappingTools/pygmt/pull/3781)) |
| 98 | +* Update License year to 2025 ([#3737](https://github.com/GenericMappingTools/pygmt/pull/3737)) |
96 | 99 |
|
97 | 100 | **Full Changelog**: <https://github.com/GenericMappingTools/pygmt/compare/v0.14.0...v0.14.1>
|
98 | 101 |
|
|
0 commit comments