Parcels v2.4.2: a Lagrangian Ocean Analysis tool for the petascale age
Parcels v2.4.2 is a minor update to the v2.4.1 release of February 2023; focussing mostly on a redesign of the documentation, notebooks and tutorial structure at docs.oceanparcels.org, using ReadTheDocs. This change was a fantastic effort by @VeckoTheGecko.
What's Changed
Documentation changes
- Cleaning the documentation and moving to ReadTheDocs in #1321, #1341, #1342, #1346, #1355 and #1371 (by @VeckoTheGecko)
- A new tutorial on how to use Parcels output in geospatial datatypes and software #1359 (by @VeckoTheGecko)
Code changes
- Create combined kernel from kernel function list in #1351 (by @VeckoTheGecko)
- Speedup C-contiguous arrays in #1074
isort
support in #1323 (by @VeckoTheGecko)- Upgrade syntax to Python 3.8 in #1328 (by @VeckoTheGecko)
GitHub Continuous Integration changes
- Add
black
as dev dependency and intialise .git-blame-ignore-revs in #1327 (by @VeckoTheGecko) - Configure pre-commit and pre-commit CI in #1286 (by @VeckoTheGecko)
- Update to use mamba in #1337 (by @VeckoTheGecko)
- Issue templates in #1361 (by @VeckoTheGecko)
Full Changelog: v2.4.1...v2.4.2