From e9508aad2e5780e49dec1cdfd3d2aa2acb8c8271 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Mon, 17 Feb 2025 11:30:39 +0100 Subject: [PATCH 1/3] DOC: v4 todo --- docs/v4/TODO.md | 6 ++++++ docs/v4/index.md | 1 + 2 files changed, 7 insertions(+) create mode 100644 docs/v4/TODO.md diff --git a/docs/v4/TODO.md b/docs/v4/TODO.md new file mode 100644 index 0000000000..b509b82518 --- /dev/null +++ b/docs/v4/TODO.md @@ -0,0 +1,6 @@ +# TODO + +List of tasks that are important to do before the release of version 4 (but can't be done now via code changes in `v4-dev`). + +- [ ] Make migration guide for v3 to v4 +- [ ] Just prior to release: Update conda feedstock recipe dependencies (remove cgen and compiler dependencies). Make sure that recipe is up-to-date. diff --git a/docs/v4/index.md b/docs/v4/index.md index 3acc4b2296..94831395b2 100644 --- a/docs/v4/index.md +++ b/docs/v4/index.md @@ -20,5 +20,6 @@ The pages below provide further background on the development of Parcels v4. You api nojit +TODO Parcels v4 Project Board ``` From 0cd2fc134a188dd852bd36ab5d8ce8c64245100d Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Mon, 17 Feb 2025 11:57:07 +0100 Subject: [PATCH 2/3] Add v4 testing markers --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 991a6691cf..ae98bd7152 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,9 @@ minversion = "7" markers = [ # can be skipped by doing `pytest -m "not slow"` etc. "flaky: flaky tests", "slow: slow tests", + "v4alpha: failing tests that should work for v4alpha", + "v4future: failing tests that should work for a future release of v4", + "v4remove: failing tests that should probably be removed later", ] filterwarnings = [ From f3c5e5f6759f843d9a3fb48c251f693525e7b8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nick=20Hodgskin=20=28=F0=9F=A6=8E=20Vecko=29?= <36369090+VeckoTheGecko@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:08:30 +0100 Subject: [PATCH 3/3] Update docs/v4/TODO.md Co-authored-by: Erik van Sebille --- docs/v4/TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/v4/TODO.md b/docs/v4/TODO.md index b509b82518..ed7236f05c 100644 --- a/docs/v4/TODO.md +++ b/docs/v4/TODO.md @@ -4,3 +4,4 @@ List of tasks that are important to do before the release of version 4 (but can' - [ ] Make migration guide for v3 to v4 - [ ] Just prior to release: Update conda feedstock recipe dependencies (remove cgen and compiler dependencies). Make sure that recipe is up-to-date. +- [ ] Revamp the oceanparcels.org landing page, and perhaps also consider new logo/branding?