From 809a888755c5dedc86ea74d0ae0497295b5311a4 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Fri, 22 May 2020 15:04:09 +1200 Subject: [PATCH] Changelog entry for v0.1.1 (#445) Changelog for a bugfix release that finally supports Windows! Release date set to 2020/05/22. Co-authored-by: Dongdong Tian --- doc/changes.rst | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/doc/changes.rst b/doc/changes.rst index 84f8b0c6a0d..143b4829d68 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -1,6 +1,45 @@ Changelog ========= +Release v0.1.1 (2020/05/22) +--------------------------- + +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3837197.svg + :alt: Digital Object Identifier for the Zenodo archive + :target: https://doi.org/10.5281/zenodo.3837197 + +Highlights: + +* 🏁Windows users rejoice, this bugfix release is for you!🏁 +* Let PyGMT work with the conda GMT package on Windows (`#434 `__) + +Enhancements: + +* Handle setting special parameters without default settings for config (`#411 `__) + +Documentation: + +* Update install instructions (`#430 `__) +* Add PyGMT AGU 2019 poster to website (`#425 `__) +* Redirect www.pygmt.org to latest, instead of dev (`#423 `__) + +Bug Fixes: + +* Set GMT_COMPATIBILITY to 6 when pygmt session starts (`#432 `__) +* Improve how PyGMT finds the GMT library (`#440 `__) + +Maintenance: + +* Finalize fixes on Windows test suite for v0.1.1 (`#441 `__) +* Cache test data on Azure Pipelines (`#438 `__) + +This release contains contributions from: + +* `Dongdong Tian `__ +* `Wei Ji Leong `__ + +---- + Release v0.1.0 (2020/05/03) ---------------------------