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.