What’s New

v2023.xx (unreleased)

New Features

Breaking changes

  • GliderTools defaults for Figure creation were changed. Automatic application of plt.tight_layout was dropped in favour of more flexible embedding of GliderTools plots into existing layouts/subplots.
  • The mixed layer depth algorithm was corrected. (GH#169, GH#168). By Martin Mohrmann. API change! Existing mixed layer computation code must be adapted.
  • Changed the behavior of find_dive_phase and calc_dive_number to use a smaller depth threshold when determining a valid dive (15 dbar down from 200 dbar). this is also now adjusteable. (GH#134) By Tom Hull.

Internal changes

v2022.12.13 (2022/12/13)

Internal changes

  • Refactoring and update of testing and development framework, update of flake, black and almost all python dependencies

Breaking changes

  • Fixed processing/calc_oxygen (:pull: 116, :issue: 112) By Callum Rollo.

Internal Changes

Documentation

Bug fixes

  • Replaced skyfield dependency with astral, fixing sunrise/sunset problems at high latitudes. By Isabelle Sindiswa Giddy.

v2021.03 (2021/3/30)

Documentation

Internal Changes

  • Migration of CI to conda based workflow with multiple python versions. (GH#54) By Julius Busecke.
  • Revamp distribution actions. (GH#82) By Julius Busecke.
  • Migrate from astral to skyfield (:pull:’121’) By ‘Isabelle Giddy <https://github.com/isgiddy>’_.