Skip to content

Releases: Parcels-code/Parcels

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

07 Aug 09:14
fb88390

Choose a tag to compare

This is a minor update from Parcels v3.1.3, fixing dependency metadata for Parcels builds available via pip on pypi.

What's Changed

Full Changelog: v3.1.3...v3.1.4

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

06 Aug 14:23
a1c8b95

Choose a tag to compare

This is a minor update from Parcels v3.1.2, with one very important change: It fixes a bug in the polyTEOS10-bsq kernel, discovered and patched by @michaeldenes in #2133. See also our blog post that describes the impact of this bug.

Apart, from that, this PR features mostly very minor changes to the documentation; as well as a fix to the partition_function (#1953) by @JamiePringle.

What's Changed

Full Changelog: v3.1.2...v3.1.3

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

10 Feb 16:01
8f9e9d4

Choose a tag to compare

This is a minor update from Parcels v3.1.1, made in preparation for development on Parcels v4.

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.2.0

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

10 Dec 11:02
6482659

Choose a tag to compare

Parcels v3.1.1 is a minor update based on v3.1.0. It improves the implementation of Croco and ROMS 3D vertical velocities (#1772)

Important

Other

Full Changelog: v3.1.0...v3.1.1

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

28 Oct 10:13
e728d46

Choose a tag to compare

Parcels v3.1.0 implements support for CROCO sigma grids, adds reprs for key parcels classes (allowing you to easily introspect fieldsets etc), and makes changes to the API (complete with user warnings) to clearly distinguish what the user is expected to use.

What's Changed

Important

Other

Full Changelog: v3.0.5...v3.1.0

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

07 Oct 07:36

Choose a tag to compare

Parcels v3.0.6 is a minor update to v3.0.5 that fixes a bug flagged in #1722 regarding time-stepping in the output file.

Full Changelog: v3.0.5...v3.0.6

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

06 Sep 07:46
5fff42c

Choose a tag to compare

Parcels v3.0.5 is a minor update to v3.0.4 that fixes a few minor bugs, cleans up code and adds contribution guidelines.

Most important changes

Other minor changes

Documentation updates

Code quality improvement

New Contributors

Full Changelog: v3.0.4...v3.0.5

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

27 Jun 05:40
8ad0c9e

Choose a tag to compare

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

New Contributors

Full Changelog: v3.0.3...v3.0.4

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

28 May 06:14
3f4168c

Choose a tag to compare

Parcels v3.0.3 is a minor update to v3.0.2. It includes a new way to create a FieldSet using FieldSet.from_modulefile(), improves the implementation of the AdvectionRK45 Kernel, and implements a test for the pypi-package upon release. It also includes a number of updates to the tutorials and fixes a number of bugs.

What's Changed

Most relevant for users

Documentation improvements

Bug-fixes and code-cleaning etc

New Contributors

Full Changelog: v3.0.2...v3.0.3

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

30 Jan 13:07
24cff27

Choose a tag to compare

Parcels v3.0.2 is a minor update to v3.0.1. It includes a new, more intuitive way to add Variables to a ParticleSet class, using a new Particleset.add_variable() method (#1501). It also fixes a number of bugs.

What's Changed

Most relevant for users

Bug-fixes and code cleaning etc

Full Changelog: v3.0.1...v3.0.2