|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Release v0.4.1 (2021/08/07) |
| 4 | + |
| 5 | +[](https://doi.org/10.5281/zenodo.5162003) |
| 6 | + |
| 7 | +### Highlights |
| 8 | + |
| 9 | +* 🎉 **Patch release with multiple gallery examples** 🎉 |
| 10 | +* Change default GitHub branch name from "master" to "main" to increase inclusivity ([#1360](https://github.com/GenericMappingTools/pygmt/pull/1360)) |
| 11 | +* Add a "[PyGMT Team](https://www.pygmt.org/latest/team.html)" page ([#1308](https://github.com/GenericMappingTools/pygmt/pull/1308)) |
| 12 | + |
| 13 | +### Enhancements |
| 14 | + |
| 15 | +* Add common alias "verbose" (V) to grdlandmask and savefig ([#1343](https://github.com/GenericMappingTools/pygmt/pull/1343)) |
| 16 | + |
| 17 | +### Bug Fixes |
| 18 | + |
| 19 | +* Change invalid input conditions in grdtrack ([#1376](https://github.com/GenericMappingTools/pygmt/pull/1376)) |
| 20 | +* Fix bug so that x2sys_cross accepts dataframes with NaN values ([#1369](https://github.com/GenericMappingTools/pygmt/pull/1369)) |
| 21 | + |
| 22 | +### Documentation |
| 23 | + |
| 24 | +* Combine documentation and compatibility sections in README.rst ([#1415](https://github.com/GenericMappingTools/pygmt/pull/1415)) |
| 25 | +* Add a gallery example for grdclip ([#1396](https://github.com/GenericMappingTools/pygmt/pull/1396)) |
| 26 | +* Add a gallery example for different colormaps in subplots ([#1394](https://github.com/GenericMappingTools/pygmt/pull/1394)) |
| 27 | +* Add a gallery example for the contour method ([#1387](https://github.com/GenericMappingTools/pygmt/pull/1387)) |
| 28 | +* Add a gallery example showing individual custom symbols ([#1348](https://github.com/GenericMappingTools/pygmt/pull/1348)) |
| 29 | +* Add common option aliases to COMMON_OPTIONS in decorators.py ([#1407](https://github.com/GenericMappingTools/pygmt/pull/1407)) |
| 30 | +* Add return statement to grdclip and grdgradient docstring ([#1390](https://github.com/GenericMappingTools/pygmt/pull/1390)) |
| 31 | +* Restructure contributing.md to separate docs/general info from contributing code section ([#1339](https://github.com/GenericMappingTools/pygmt/pull/1339)) |
| 32 | + |
| 33 | +### Maintenance |
| 34 | + |
| 35 | +* Add tomli as a dependency in GMT Dev Tests ([#1401](https://github.com/GenericMappingTools/pygmt/pull/1401)) |
| 36 | +* NEP29: Test PyGMT on NumPy 1.21 ([#1355](https://github.com/GenericMappingTools/pygmt/pull/1355)) |
| 37 | + |
| 38 | +### Contributors |
| 39 | + |
| 40 | +* [Meghan Jones](https://github.com/meghanrjones) |
| 41 | +* [Will Schlitzer](https://github.com/willschlitzer) |
| 42 | +* [Michael Grund](https://github.com/michaelgrund) |
| 43 | +* [Wei Ji Leong](https://github.com/weiji14) |
| 44 | +* [Yohai Magen](https://github.com/yohaimagen) |
| 45 | +* [Jiayuan Yao](https://github.com/core-man) |
| 46 | +* [Dongdong Tian](https://github.com/seisman) |
| 47 | +* [Kadatatlu Kishore](https://github.com/kadatatlukishore) |
| 48 | +* [@sean0921](https://github.com/sean0921) |
| 49 | +* [Soham Banerjee](https://github.com/soham4abc) |
| 50 | + |
| 51 | +---- |
| 52 | + |
3 | 53 | ## Release v0.4.0 (2021/06/20)
|
4 | 54 |
|
5 | 55 | [](https://doi.org/10.5281/zenodo.4978645)
|
|
0 commit comments