|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Release v0.7.0 (2022/07/01) |
| 4 | + |
| 5 | +[](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 | + |
3 | 76 | ## Release v0.6.1 (2022/04/11)
|
4 | 77 |
|
5 | 78 | [](https://doi.org/10.5281/zenodo.6426493)
|
|
0 commit comments