Skip to content

Commit b2da378

Browse files
Add field.eval info in migration guide
1 parent 59c2d2f commit b2da378

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/community/v4-migration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Version 4 of Parcels is unreleased at the moment. The information in this migrat
3535
- Particlefiles should be created by `ParticleFile(...)` instead of `pset.ParticleFile(...)`
3636
- The `name` argument in `ParticleFile` has been replaced by `store` and can now be a string, a Path or a zarr store.
3737

38+
## Field
39+
40+
- `Field.eval()` returns an array of floats instead of a single float (related to the vectorization)
41+
3842
## GridSet
3943

4044
- `GridSet` is now a list, so change `fieldset.gridset.grids[0]` to `fieldset.gridset[0]`.

0 commit comments

Comments
 (0)