From 14a512b287e729160cd2c1e4c53b4f531e25e1b2 Mon Sep 17 00:00:00 2001 From: Cadair Date: Tue, 18 Feb 2025 19:53:43 +0000 Subject: [PATCH] Render changelog for v1.10.1 --- CHANGELOG.rst | 21 +++++++++++++++++++++ changelog/523.feature.rst | 1 - changelog/523.trivial.rst | 1 - changelog/531.doc.rst | 1 - 4 files changed, 21 insertions(+), 3 deletions(-) delete mode 100644 changelog/523.feature.rst delete mode 100644 changelog/523.trivial.rst delete mode 100644 changelog/531.doc.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 84191a55..40fd95f3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,24 @@ +1.10.1 (2025-02-18) +=================== + +Features +-------- + +- Adds an `overwrite` keyword to `download_all_sample_data()` to force downloading new data. (`#523 `__) + + +Improved Documentation +---------------------- + +- Add a how-to guide explaining how to replace outdated dataset metadata files. (`#531 `__) + + +Trivial/Internal Changes +------------------------ + +- Update hashes for `TiledDataset.plot()` figure tests. (`#523 `__) + + 1.10.0 (2025-02-07) =================== diff --git a/changelog/523.feature.rst b/changelog/523.feature.rst deleted file mode 100644 index f9e499bf..00000000 --- a/changelog/523.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Adds an `overwrite` keyword to `download_all_sample_data()` to force downloading new data. diff --git a/changelog/523.trivial.rst b/changelog/523.trivial.rst deleted file mode 100644 index 016011ba..00000000 --- a/changelog/523.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Update hashes for `TiledDataset.plot()` figure tests. diff --git a/changelog/531.doc.rst b/changelog/531.doc.rst deleted file mode 100644 index 3650b0cc..00000000 --- a/changelog/531.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Add a how-to guide explaining how to replace outdated dataset metadata files.