From 21525ddb033ca95e8b87ce156d90c8b14d777e78 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Mon, 3 Aug 2026 15:48:31 +0800 Subject: [PATCH] DOCS: Remove v4 TODO page --- docs/v4/TODO.md | 11 ----------- docs/v4/index.md | 1 - 2 files changed, 12 deletions(-) delete mode 100644 docs/v4/TODO.md diff --git a/docs/v4/TODO.md b/docs/v4/TODO.md deleted file mode 100644 index c772d1d4d..000000000 --- a/docs/v4/TODO.md +++ /dev/null @@ -1,11 +0,0 @@ -# TODO - -List of tasks that are important to do before the release of version 4. - -- [ ] Make migration guide for v3 to v4 -- [ ] Just prior to release: Update conda feedstock recipe dependencies (Python 3.11+, remove cgen and compiler dependencies, add pooch as dependency and remove platformdirs). Make sure that recipe is up-to-date. -- [x] Revamp the oceanparcels.org landing page, and perhaps also consider new logo/branding? -- [ ] Rerun all the tutorials so that their output is in line with new v4 print statements etc -- Documentation - - [ ] Look into xarray and whether users can create periodic datasets without increasing the size of the original dataset (i.e., no compromise alternative to `time_periodic` param in v3). Update docs accordingly. - - [ ] Look into xarray and whether users can create datasets from snapshots assigning different time dimensions without increasing the size of the original dataset (i.e., no compromise alternative to `timestamps` param in v3). Update docs accordingly. diff --git a/docs/v4/index.md b/docs/v4/index.md index e7d99ece3..b6462abef 100644 --- a/docs/v4/index.md +++ b/docs/v4/index.md @@ -18,7 +18,6 @@ The pages below provide further background on the development of Parcels v4. You ```{toctree} nojit -TODO Parcels v4 Issue Tracker Parcels v4 migration guide <../user_guide/v4-migration> ```