You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate to use Pooch for data ingestion and update example data source (#1955)
* Update varnames
* Add pooch
* Update data downloading to use pooch
* Update example data host to parcels-data repo
* Update dev docs for EXAMPLE_DATA_FILES
* remove platformdirs from dependencies
* Update test name
* Add v4 dev note
* Fix mypy
* update function name
Copy file name to clipboardExpand all lines: docs/v4/TODO.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
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
4
5
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.
6
+
-[ ] Just prior to release: Update conda feedstock recipe dependencies (remove cgen and compiler dependencies, add pooch as dependency and remove platformdirs). Make sure that recipe is up-to-date.
7
7
-[ ] Revamp the oceanparcels.org landing page, and perhaps also consider new logo/branding?
8
8
-[ ] Rerun all the tutorials so that their output is in line with new v4 print statements etc
0 commit comments