Skip to content

Commit e5f5da9

Browse files
seismanMax Jones
and
Max Jones
authored
Changelog entry for v0.7.0 (#1981)
Co-authored-by: Max Jones <[email protected]>
1 parent 1b5a60d commit e5f5da9

File tree

4 files changed

+96
-9
lines changed

4 files changed

+96
-9
lines changed

CITATION.cff

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ authors:
4444
family-names: Materna
4545
affiliation: US Geological Survey, USA
4646
orcid: https://orcid.org/0000-0002-6687-980X
47+
- given-names: Yvonne
48+
family-names: Fröhlich
49+
affiliation: Karlsruhe Institute of Technology, Germany
50+
orcid: https://orcid.org/0000-0002-8566-0619
51+
- given-names: Andre
52+
family-names: Belem
53+
affiliation: Fluminense Federal University, Brazil
54+
orcid: https://orcid.org/0000-0002-8865-6180
4755
- given-names: Tyler
4856
family-names: Newton
4957
affiliation: University of Oregon, USA
@@ -64,9 +72,9 @@ authors:
6472
family-names: Wessel
6573
affiliation: University of Hawai'i at Mānoa, USA
6674
orcid: https://orcid.org/0000-0001-5708-7336
67-
date-released: 2022-04-11
68-
doi: 10.5281/zenodo.6426493
75+
date-released: 2022-07-01
76+
doi: 10.5281/zenodo.6702566
6977
license: BSD-3-Clause
7078
repository-code: https://github.com/GenericMappingTools/pygmt
7179
type: software
72-
version: 0.6.1
80+
version: 0.7.0

README.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Developers". Feel free to cite our work in your research using the following Bib
156156

157157
.. code-block::
158158
159-
@software{pygmt_2022_6426493,
159+
@software{pygmt_2022_6702566,
160160
author = {Uieda, Leonardo and
161161
Tian, Dongdong and
162162
Leong, Wei Ji and
@@ -173,12 +173,12 @@ Developers". Feel free to cite our work in your research using the following Bib
173173
Quinn, Jamie and
174174
Wessel, Paul},
175175
title = {{PyGMT: A Python interface for the Generic Mapping Tools}},
176-
month = apr,
176+
month = jul,
177177
year = 2022,
178178
publisher = {Zenodo},
179-
version = {v0.6.1},
180-
doi = {10.5281/zenodo.6426493},
181-
url = {https://doi.org/10.5281/zenodo.6426493}
179+
version = {v0.7.0},
180+
doi = {10.5281/zenodo.6702566},
181+
url = {https://doi.org/10.5281/zenodo.6702566}
182182
}
183183
184184
To cite a specific version of PyGMT, go to our Zenodo page at
@@ -236,7 +236,12 @@ Compatibility with GMT/Python/NumPy versions
236236
- >=6.3.0
237237
- >=3.8
238238
- >=1.20
239-
* - `v0.6.1 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.6.1>`_ (latest release)
239+
* - `v0.7.0 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.7.0>`_ (latest release)
240+
- `v0.7.0 Documentation <https://www.pygmt.org/v0.7.0>`_
241+
- >=6.3.0
242+
- >=3.8
243+
- >=1.20
244+
* - `v0.6.1 <https://github.com/GenericMappingTools/pygmt/releases/tag/v0.6.1>`_
240245
- `v0.6.1 Documentation <https://www.pygmt.org/v0.6.1>`_
241246
- >=6.3.0
242247
- >=3.8

doc/_static/version_switch.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
var all_versions = {
1313
'latest': 'latest',
1414
'dev': 'dev',
15+
'v0.7.0': 'v0.7.0',
1516
'v0.6.1': 'v0.6.1',
1617
'v0.6.0': 'v0.6.0',
1718
'v0.5.0': 'v0.5.0',

doc/changes.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,78 @@
11
# Changelog
22

3+
## Release v0.7.0 (2022/07/01)
4+
5+
[![Digital Object Identifier for PyGMT v0.7.0](https://zenodo.org/badge/DOI/10.5281/zenodo.6702566.svg)](https://doi.org/10.5281/zenodo.6702566)
6+
7+
### Highlights
8+
9+
* 🎉 **Seventh minor release of PyGMT** 🎉
10+
* Wrapped 3 GMT modules
11+
* Added two new PyGMT tutorials and EGU 2022 short course to external resources page ([#1971](https://github.com/GenericMappingTools/pygmt/pull/1971) and [#1935](https://github.com/GenericMappingTools/pygmt/pull/1935))
12+
13+
### New Features
14+
15+
* Wrap binstats ([#1652](https://github.com/GenericMappingTools/pygmt/pull/1652))
16+
* Wrap filter1d ([#1512](https://github.com/GenericMappingTools/pygmt/pull/1512))
17+
* Wrap dimfilter ([#1492](https://github.com/GenericMappingTools/pygmt/pull/1492))
18+
19+
### Enhancements
20+
21+
* Support passing data in NumPy int8, int16, uint8 and uint16 dtypes to GMT ([#1963](https://github.com/GenericMappingTools/pygmt/pull/1963))
22+
* inset: Add region and projection aliases and fix two examples ([#1931](https://github.com/GenericMappingTools/pygmt/pull/1931))
23+
* basemap: Plotting frames if required parameters are not given ([#1909](https://github.com/GenericMappingTools/pygmt/pull/1909))
24+
* basemap: Added box alias for F ([#1894](https://github.com/GenericMappingTools/pygmt/pull/1894))
25+
* Add a sample dataset maunaLoa_co2 ([#1961](https://github.com/GenericMappingTools/pygmt/pull/1961))
26+
* Add a sample dataset notre_dame_topography ([#1920](https://github.com/GenericMappingTools/pygmt/pull/1920))
27+
* Add a sample dataset earth_relief_holes ([#1921](https://github.com/GenericMappingTools/pygmt/pull/1921))
28+
29+
### Deprecations
30+
31+
* NEP29: Set minimum required version to NumPy 1.20+ ([#1985](https://github.com/GenericMappingTools/pygmt/pull/1985))
32+
* Figure.wiggle: Remove parameter 'columns', use 'incols' instead. ([#1977](https://github.com/GenericMappingTools/pygmt/pull/1977))
33+
* Figure.histogram and pygmt.info: Remove parameter 'table', use 'data' instead ([#1975](https://github.com/GenericMappingTools/pygmt/pull/1975))
34+
* pygmt.surface: Remove parameter 'outfile', use 'outgrid' instead ([#1976](https://github.com/GenericMappingTools/pygmt/pull/1976))
35+
* blockm/contour/plot/plot3d/rose/surface/wiggle: Change the parameter order of data array and input arrays ([#1978](https://github.com/GenericMappingTools/pygmt/pull/1978))
36+
37+
### Bug Fixes
38+
39+
* grdtrack: Fix the bug when profile is given ([#1867](https://github.com/GenericMappingTools/pygmt/pull/1867))
40+
* Fix the grid accessor (grid registration and type) for 3D grids ([#1913](https://github.com/GenericMappingTools/pygmt/pull/1913))
41+
42+
### Documentation
43+
44+
* Add instructions to install PyGMT using mamba ([#1967](https://github.com/GenericMappingTools/pygmt/pull/1967))
45+
* Improve two gallery examples regarding categorical colormaps ([#1934](https://github.com/GenericMappingTools/pygmt/pull/1934))
46+
* Add inline example to dimfilter ([#1956](https://github.com/GenericMappingTools/pygmt/pull/1956))
47+
* Add inline example to surface ([#1953](https://github.com/GenericMappingTools/pygmt/pull/1953))
48+
* Add inline example to grdfill ([#1954](https://github.com/GenericMappingTools/pygmt/pull/1954))
49+
* Add inline code examples to contributing guidelines ([#1924](https://github.com/GenericMappingTools/pygmt/pull/1924))
50+
* Add thumbnail images to the external resources page ([#1941](https://github.com/GenericMappingTools/pygmt/pull/1941))
51+
* Redesign the team gallery using sphinx-design's card directive ([#1937](https://github.com/GenericMappingTools/pygmt/pull/1937))
52+
53+
### Maintenance
54+
55+
* Fix broken 'Improve this page' links using sphinx variable page_source_suffix ([#1969](https://github.com/GenericMappingTools/pygmt/pull/1969))
56+
* Split up functions for loading datasets ([#1955](https://github.com/GenericMappingTools/pygmt/pull/1955))
57+
* Set setuptools_scm fallback_version to follow PEP440 ([#1945](https://github.com/GenericMappingTools/pygmt/pull/1945))
58+
* Refactor text to use virtualfile_from_data ([#1121](https://github.com/GenericMappingTools/pygmt/pull/1121))
59+
* Run full tests only on Wednesday scheduled jobs ([#1833](https://github.com/GenericMappingTools/pygmt/pull/1833))
60+
* Run GMT Dev Tests on Monday, Wednesday and Friday only ([#1922](https://github.com/GenericMappingTools/pygmt/pull/1922))
61+
* Update GMT Dev Tests workflow to test on macOS-12 and ubuntu-22.04 ([#1918](https://github.com/GenericMappingTools/pygmt/pull/1918))
62+
63+
### Contributors
64+
65+
* [Dongdong Tian](https://github.com/seisman)
66+
* [Will Schlitzer](https://github.com/willschlitzer)
67+
* [Wei Ji Leong](https://github.com/weiji14)
68+
* [Andre L. Belem](https://github.com/andrebelem)
69+
* [Yvonne Fröhlich](https://github.com/yvonnefroehlich)
70+
* [Max Jones](https://github.com/maxrjones)
71+
* [Jack Beagley](https://github.com/jackbeagley)
72+
* [Michael Grund](https://github.com/michaelgrund)
73+
74+
---
75+
376
## Release v0.6.1 (2022/04/11)
477

578
[![Digital Object Identifier for PyGMT v0.6.1](https://zenodo.org/badge/DOI/10.5281/zenodo.6426493.svg)](https://doi.org/10.5281/zenodo.6426493)

0 commit comments

Comments
 (0)