Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/v4/TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 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.
- [ ] Revamp the oceanparcels.org landing page, and perhaps also consider new logo/branding?
1 change: 1 addition & 0 deletions docs/v4/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ The pages below provide further background on the development of Parcels v4. You

api
nojit
TODO
Parcels v4 Project Board <https://github.com/orgs/OceanParcels/projects/5>
```
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
Loading