From e5ccbe7c2d62e55f04e0e4787be0e40118b33445 Mon Sep 17 00:00:00 2001 From: Drew Leonard Date: Wed, 12 Feb 2025 14:16:56 +0000 Subject: [PATCH] You get a changelog! And you get a changelog! --- changelog/523.bugfix.rst | 1 + changelog/523.feature.rst | 1 + changelog/523.trivial.rst | 1 + 3 files changed, 3 insertions(+) create mode 100644 changelog/523.bugfix.rst create mode 100644 changelog/523.feature.rst create mode 100644 changelog/523.trivial.rst diff --git a/changelog/523.bugfix.rst b/changelog/523.bugfix.rst new file mode 100644 index 00000000..d1f037fb --- /dev/null +++ b/changelog/523.bugfix.rst @@ -0,0 +1 @@ +Moves sample data downloading inside tests where applicable instead of during pytest setup. diff --git a/changelog/523.feature.rst b/changelog/523.feature.rst new file mode 100644 index 00000000..f9e499bf --- /dev/null +++ b/changelog/523.feature.rst @@ -0,0 +1 @@ +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 new file mode 100644 index 00000000..016011ba --- /dev/null +++ b/changelog/523.trivial.rst @@ -0,0 +1 @@ +Update hashes for `TiledDataset.plot()` figure tests.