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 renamedplot_TS
, and its argumentdrawFreezing
was renameddraw_freezing
.
Non-breaking changes
- Add
toc
to provide a table of contents for anOA
object. - Add support for coastline data with type
Coastline
plus functionscoastline
,plot_coastline
andplot_coastline!
. - Add support for topography data with type
Topography
plus functionsget_topography_file
andread_topography
. - Add
pretty
, for use in contouring (especially forplot_TS
). - Add
depth_from_pressure
,z_from_pressure
,pressure_from_depth
, andpressure_from_z
. - Change the second digit of version string to indicate that the package is becoming suitable for at least exploratory testing on real data.
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 theCtd
documentation. - Add built-in data file
D4902911_095.nc
, and use it in an example in theplot_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.