What’s new¶
v0.3.1 (2021-05-21)¶
New features¶
Add an
autolimkeyword toxoa.plot.plot_flow()to speedup the processing with cartopy maps.
Breaking changes¶
Rename the
cfandsigmakeyword ofxoa.register_accessors()respectively toxcfanddecode_sigmato match the default name of accessors.Rename the
sigmaaccessor todecode_sigma.
Bug fixes¶
Fix the access to the xoa executable on windows.
Fix the minimal version for xarray [PR23].
Documentation¶
Add a “How to start” section.
Accessors are not documented separately with
sphinx-autosummary-accessors[PR20].The Hycom-GDP example now uses
xoa.plot.plot_flow().
v0.3.0 (2021-05-12)¶
New features¶
Add the
xoa.plot.plot_flow()function [PR9].Improve
xoa.coords.get_depth()so that it can compute depth from sigma coordinates or layer thinknesses [PR8].Add the
xoa.dyn.flow2d()function [PR7].Add the
xoa.regrid.extrap1d()function.Add the
xoa.filter.erode_coast()function which is specialized version of thexoa.filter.erode_mask()for horizontal data.Add the
xoa.coords.get_xdim(),get_ydim(),get_zdim(),get_tdim()andget_fdim()for quickly finding standard dimensions.