We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e2214 commit 6695187Copy full SHA for 6695187
1 file changed
docs/user_guide/v4-migration.md
@@ -36,7 +36,9 @@ Version 4 of Parcels is unreleased at the moment. The information in this migrat
36
## ParticleFile
37
38
- Particlefiles should be created by `ParticleFile(...)` instead of `pset.ParticleFile(...)`
39
-- The `name` argument in `ParticleFile` has been replaced by `store` and can now be a string, a Path or a zarr store.
+- `ParticleFile` output is now in Parquet format
40
+- `ParticleFile` writing behaviour now errors out if there's existing output (this be being further discussed in xxxx)
41
+
42
43
## Field
44
0 commit comments