Skip to content

Parcels v2.3.2: a Lagrangian Ocean Analysis tool for the petascale age

Compare
Choose a tag to compare
@erikvansebille erikvansebille released this 30 Aug 14:48
7f66104

This is a minor update to Parcels with mostly bugfixes; in preparation for a new v2.4.0 in a few weeks with support for writing directly to zarr.

What's Changed

Most relevant for users:

  • Adding option to silence xarray decodewarnings (#1208)
  • Updating the structure and particle-particle interaction tutorial (by @pdnooteboom, #1197)
  • Clarification on the show_time parameter (by @VeckoTheGecko, #1215)
  • Adding section to delaystart tutorial on adding particles during execution (#1223)
  • Implementing fieldset.UV.eval for SummedVectorFields too (#1200)

Other fixes

  • Bugfix for ParticleSet.add() in mpi mode (#1194)
  • Fixing the sh: None: command not found warning (#1201)
  • Fixing pipy upload script (#1202)
  • Adding hint for export CC=gcc in compilation error message (#1203)
  • Fixing new flake8 requirements (#1206)
  • Fixing numpy DeprecationWarning in timeslices concatenation (#1207)
  • Fixing DeprecationWarning on elementwise comparison in converters (in #1125)
  • Fix broken ipynb link (by @VeckoTheGecko, #1219)
  • Using f-string in logger info for plotting (#1222)
  • Throwing explicit error in codegenerator when using random() in JIT Kernel (#1230)

New Contributors

Full Changelog: v2.3.1...v2.3.2