What’s New

v2023.07.25 (2023/07/25)

New Features

Breaking changes

  • 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.

  • 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. (GH#185). By Martin Mohrmann.

  • The mixed layer depth algorithm was corrected. (GH#169, GH#168). By Martin Mohrmann. API change! Existing mixed layer computation code must be adapted.

Internal changes

Bug fixes

Thanks also to Julius Busecke for help with the github CI, Sam Woodman for detailed bug reports and everyone else who has contributed.

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>’_.