Parcels v3.0.1: a Lagrangian Ocean Analysis tool for the petascale age
Parcels v3.0.1 is a minor update to v3.0.0. It fixes a number of bugs and includes some important clarifications to the documentation and tutorials. Specifically:
What's Changed
Most relevant for users
- Adding support for using Field.from_netcdf() with variable as a dict by @erikvansebille in #1446
- Expanding explanation of output chunks parameter by @erikvansebille in #1494
- Running parcels in a grid with a coordinate grid with missing values (nans) by @dicaearchus in #1495
Refactoring, cleaning etc
- Remove python from binder environment file by @erikvansebille in #1444
- Fixing links in documentation by @erikvansebille in #1445
- Field compatible with np.datetime64 entries by @dicaearchus in #1449
- Fixing that Fieldset.from_data() sets "time_origin" to 0 by default by @dicaearchus in #1451
- Update tutorial_kernelloop.ipynb by @dicaearchus in #1454
- Fixing the installation instructions for v3.0 by setting conda solver by @erikvansebille in #1455
- Clarify order of the start and end arguments in particleset.from_line() in documentation by @erikvansebille in #1458
- Pep8 compliancy for import statements by @dicaearchus in #1469
- Updating timestamps tutorial to remove time_periodic=True option by @erikvansebille in #1476
- Fixing a bug in Kernel definition in the preventing stuck particles documentation by @erikvansebille in #1479
- Fixing bug in zarr output when setting chunking and repeatdt by @erikvansebille in #1488
- Add prettier by @VeckoTheGecko in #1474
New Contributors
- @dicaearchus made their first contribution in #1449
Full Changelog: v3.0.0...v3.0.1