|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | +Release v0.1.2 (2020/07/07) |
| 5 | +--------------------------- |
| 6 | + |
| 7 | +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3930577.svg |
| 8 | + :alt: Digital Object Identifier for the Zenodo archive |
| 9 | + :target: https://doi.org/10.5281/zenodo.3930577 |
| 10 | + |
| 11 | +Highlights: |
| 12 | + |
| 13 | +* Patch release in preparation for the SciPy 2020 sprint session |
| 14 | +* Last version to support GMT 6.0, future PyGMT versions will require GMT 6.1 or newer |
| 15 | + |
| 16 | +New Features: |
| 17 | + |
| 18 | +* Wrap grdcut (`#492 <https://github.com/GenericMappingTools/pygmt/pull/492>`__) |
| 19 | +* Add show_versions() function for printing debugging information used in issue reports (`#466 <https://github.com/GenericMappingTools/pygmt/pull/466>`__) |
| 20 | + |
| 21 | +Enhancements: |
| 22 | + |
| 23 | +* Change load_earth_relief()'s default resolution to 01d (`#488 <https://github.com/GenericMappingTools/pygmt/pull/488>`__) |
| 24 | +* Enhance text with extra functionality and aliases (`#481 <https://github.com/GenericMappingTools/pygmt/pull/481>`__) |
| 25 | + |
| 26 | +Documentation: |
| 27 | + |
| 28 | +* Add gallery example for grdview (`#502 <https://github.com/GenericMappingTools/pygmt/pull/502>`__) |
| 29 | +* Turn all short aliases into long form (`#474 <https://github.com/GenericMappingTools/pygmt/pull/474>`__) |
| 30 | +* Update the plotting example using the colormap generated by pygmt.makecpt (`#472 <https://github.com/GenericMappingTools/pygmt/pull/472>`__) |
| 31 | +* Add instructions to view the test coverage reports locally (`#468 <https://github.com/GenericMappingTools/pygmt/pull/468>`__) |
| 32 | +* Update the instructions for testing pygmt install (`#459 <https://github.com/GenericMappingTools/pygmt/pull/459>`__) |
| 33 | + |
| 34 | +Bug Fixes: |
| 35 | + |
| 36 | +* Fix a bug when passing data to GMT in Session.open_virtual_file() (`#490 <https://github.com/GenericMappingTools/pygmt/pull/490>`__) |
| 37 | + |
| 38 | +Maintenance: |
| 39 | + |
| 40 | +* Temporarily expect failures for some grdcontour and grdview tests (`#503 <https://github.com/GenericMappingTools/pygmt/pull/503>`__) |
| 41 | +* Fix several failures due to updates of earth relief data (`#498 <https://github.com/GenericMappingTools/pygmt/pull/498>`__) |
| 42 | +* Unpin pylint version and fix some lint warnings (`#484 <https://github.com/GenericMappingTools/pygmt/pull/484>`__) |
| 43 | +* Separate tests of gmtinfo and grdinfo (`#461 <https://github.com/GenericMappingTools/pygmt/pull/461>`__) |
| 44 | +* Fix the test for GMT_COMPATIBILITY=6 (`#454 <https://github.com/GenericMappingTools/pygmt/pull/454>`__) |
| 45 | +* Update baseline images for updates of earth relief data (`#452 <https://github.com/GenericMappingTools/pygmt/pull/452>`__) |
| 46 | +* Simplify PyGMT Release process (`#446 <https://github.com/GenericMappingTools/pygmt/pull/446>`__) |
| 47 | + |
| 48 | +Contributors: |
| 49 | + |
| 50 | +* `Dongdong Tian <https://github.com/seisman>`__ |
| 51 | +* `Wei Ji Leong <https://github.com/weiji14>`__ |
| 52 | +* `Liam Toney <https://github.com/liamtoney>`__ |
| 53 | + |
| 54 | +---- |
| 55 | + |
4 | 56 | Release v0.1.1 (2020/05/22)
|
5 | 57 | ---------------------------
|
6 | 58 |
|
@@ -37,6 +89,7 @@ This release contains contributions from:
|
37 | 89 |
|
38 | 90 | * `Dongdong Tian <https://github.com/seisman>`__
|
39 | 91 | * `Wei Ji Leong <https://github.com/weiji14>`__
|
| 92 | +* `Jason K. Moore <https://github.com/moorepants>`__ |
40 | 93 |
|
41 | 94 | ----
|
42 | 95 |
|
|
0 commit comments