From 0962591cc1f920c433dc41bb1cd9308bc5b68ac5 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Tue, 24 Oct 2023 10:13:10 -0700 Subject: [PATCH] Add changelog for v1.8.0 (#377) Add changelog for version `v1.8.0` to `doc/changes.rst` and add link to the docs of `v.1.8.0` in `doc/versions.rst`. **Relevant issues/PRs:** Related to #376 --- doc/changes.rst | 39 +++++++++++++++++++++++++++++++++++++++ doc/versions.rst | 1 + 2 files changed, 40 insertions(+) diff --git a/doc/changes.rst b/doc/changes.rst index cd7d7eae..2e3fc965 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -3,6 +3,45 @@ Changelog ========= +Version 1.8.0 +------------- + +*Released on: 2023/10/24* + +doi:`10.5281/zenodo.10037888 `__ + +Bug fixes: + +* Fix bug: add support for old and new Zenodo APIs (`#375 `__) + +New features: + +* Only create local data directories if necessary (`#370 `__) +* Speed up import time by lazy loading requests (`#328 `__) + +Maintenance: + +* Add support for Python 3.11 (`#348 `__) +* Only run CI cron job for the upstream repository (`#361 `__) + +Documentation: + +* Add GemGIS to list of projects using Pooch (`#349 `__) +* Fix spelling of Dataverse (`#353 `__) +* Fix grammar on retrieve documentation (`#359 `__) + + +This release contains contributions from: + +* Hugo van Kemenade +* AlexanderJuestel +* Mark Harfouche +* Philip Durbin +* Rob Luke +* Santiago Soler +* Stephan Hoyer + + Version 1.7.0 ------------- diff --git a/doc/versions.rst b/doc/versions.rst index 1b0a3450..c6da8e44 100644 --- a/doc/versions.rst +++ b/doc/versions.rst @@ -7,6 +7,7 @@ Use the links below to access documentation for specific versions * `Latest release `__ * `Development `__ (reflects the current development branch on GitHub) +* `v1.8.0 `__ * `v1.7.0 `__ * `v1.6.0 `__ * `v1.5.2 `__