Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 6 additions & 0 deletions docs/v4/TODO.md
Original file line number Diff line number Diff line change
@@ -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.
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