Skip to content

Parcels v3.0.0: a Lagrangian Ocean Analysis tool for the petascale age

Compare
Choose a tag to compare
@erikvansebille erikvansebille released this 10 Oct 13:28
· 584 commits to master since this release
3662aa5

Parcels v3.0.0 is a major update to v2.4.2. The most important change is that the kernel loop has been changed, to support vectorial summing of particle displacements, in #1402. This change and its implications are explained in the new Kernel Loop tutorial.

This version also deprecates the in-built plotting methods field.show() and pset.show() in #1397. Furthermore, this version includes a major code clean-up, mostly by retiring support for Array-of-Structure (AoS) data architecture, in #1423.

What's Changed

New features

Deprecated features

Code clean-ups

Other minor fixes to code, installation and Continuous Integration

New Contributors

Full Changelog: v2.4.2...v3.0.0