History of changes

0.1.0

This version is in use by the author, and may also be suitable for other users who are comfortable with the possibility of changes to function names and arguments.

Breaking changes

  • Switch to the Julia convention of using snake-case for function and argument names. For example, plotTS() was renamed plot_TS, and its argument drawFreezing was renamed draw_freezing.

Non-breaking changes

0.0.3

Breaking changes

There are no breaking changes; all change are additions or bug fixes.

Non-breaking changes

  • Add plot_amsr.
  • Add built-in data file ctd.cnv.nc, and use it in an example in the Ctd documentation.
  • Add built-in data file D4902911_095.nc, and use it in an example in the plot_profile documentation.
  • get_element can now return "N2".
  • plot_profile can now plot "N2".

0.0.2

Breaking changes

There are no breaking changes; all change are additions or bug fixes.

Non-breaking changes

  • Add N2 to compute the square of the buoyancy frequency.