File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ # TODO
2+
3+ 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 ` ).
4+
5+ - [ ] Make migration guide for v3 to v4
6+ - [ ] Just prior to release: Update conda feedstock recipe dependencies (remove cgen and compiler dependencies). Make sure that recipe is up-to-date.
7+ - [ ] Revamp the oceanparcels.org landing page, and perhaps also consider new logo/branding?
Original file line number Diff line number Diff line change @@ -20,5 +20,6 @@ The pages below provide further background on the development of Parcels v4. You
2020
2121api
2222nojit
23+ TODO
2324Parcels v4 Project Board <https://github.com/orgs/OceanParcels/projects/5>
2425```
Original file line number Diff line number Diff line change @@ -58,6 +58,9 @@ minversion = "7"
5858markers = [ # can be skipped by doing `pytest -m "not slow"` etc.
5959 " flaky: flaky tests" ,
6060 " slow: slow tests" ,
61+ " v4alpha: failing tests that should work for v4alpha" ,
62+ " v4future: failing tests that should work for a future release of v4" ,
63+ " v4remove: failing tests that should probably be removed later" ,
6164]
6265
6366filterwarnings = [
You can’t perform that action at this time.
0 commit comments