From bfff2733b3a23d421c434e5a45be65e53bbf1a2b Mon Sep 17 00:00:00 2001 From: Tim Heap Date: Mon, 12 Jan 2026 16:15:13 +1100 Subject: [PATCH] Update tutorial data to v1.0.0 Tutorial datasets are now uploaded to the Github Release, instead of committed to the repository. This change updates the location as well as the version tag. --- docs/releases/development.rst | 4 ++++ src/emsarray/tutorial.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/releases/development.rst b/docs/releases/development.rst index f8ce2615..07f4408a 100644 --- a/docs/releases/development.rst +++ b/docs/releases/development.rst @@ -4,3 +4,7 @@ Next release (in development) * Add `sphinx-gallery `_ to the docs to render the example gallery (:pr:`210`). +* Update `emsarray-data `_ + to version 1.0.0, which includes the + `SCHISM-WWMIII hydrological and wave model hindcast for Vanuatu `_ dataset + (:pr:`212`). diff --git a/src/emsarray/tutorial.py b/src/emsarray/tutorial.py index 8b1bc920..248b9112 100644 --- a/src/emsarray/tutorial.py +++ b/src/emsarray/tutorial.py @@ -22,11 +22,11 @@ _requires_tutorial = requires_extra('tutorial', IMPORT_EXCEPTION) -BASE_URL = "https://github.com/csiro-coasts/emsarray-data/raw/{version}/{path}" +BASE_URL = "https://github.com/csiro-coasts/emsarray-data/releases/download/{version}/{path}" # Bump this version as new datasets are added or as old datasets are updated. # Should be a tag name or commit hash, something immutable. -VERSION = "v0.4.0" +VERSION = "v1.0.0" def _make_download_url(name: str) -> str: