Parcels v3.0.4: a Lagrangian Ocean Analysis tool for the petascale age
Parcels v3.0.4 is a minor update to v3.0.3 that patches a compatibility issue with the new NumPy 2.0, where np.infty
is not supported anymore.
Most important changes
- Changing np.infty to np.inf for compatibility with NumPy 2.0 by @andrew-s28 in #1589
- Note in the Parcels structure tutorial on the
field[particle]
sampling speed by @erikvansebille in #1577
Other minor changes
- Fixing some AST deprecationwarnings by @erikvansebille in #1575
- Fix minor spelling grammar tutorials by @michaeldenes in #1582
- Renaming CMEMS to Copernicus Marine Service and CMS in documentation by @erikvansebille in #1583
New Contributors
- @michaeldenes made their first contribution in #1582
Full Changelog: v3.0.3...v3.0.4