Parcels v2.4.1: a Lagrangian Ocean Analysis tool for the petascale age
erikvansebille
released this
27 Feb 08:14
·
1133 commits
to master
since this release
Parcels v2.4.1 is a minor update to the v2.4.0 release of October 2022; with mostly bugfixes, cleanups of the code, and enhancements to the GitHub workflow. The most important ones are below
What's Changed
- Fixing a bug in 2D scipy linear_invdist_land interpolation in #1306
- Implementing time_periodic also for FieldSet.from_xarray_dataset in #1253
- Adding info on periodic boundaries in global models to tutorial in #1255
- Support for running on systems with MPI but without sklearn in #1262
- Fixing the vonmises distribution tests in test_diffusion in #1279
- Clean up CI/CD workflows in #1278 (by @VeckoTheGecko)
- Fix Readthedocs in #1290 (by @VeckoTheGecko)
- Running MPI test without writing Stommel hydrodynamic fields in #1291
- Updating fieldfilebuffer to not not unravel lonlat-indices when not provided in #1258
- Allow for Zarr stores being passed to ParticleFile in #1303 (by @willirath)
- Cleaning up deprecated methods and increasing codecoverage for Parcels in #1287 (by @VeckoTheGecko) and in #1295, #1296, #1309
Full Changelog: v2.4.0...v2.4.1