Now `subset` function has been split into `sub_bbox` and `sub_grid`.
0.5.1
Added another notebook of docs for time series examples.
0.5
Can select nearest point to input lon/lat location, and do basic interpolation or selection in time and vertical.
Added preprocessing functions for ROMS, HYCOM, and POM, and placeholders for others.
Also added more docs for more examples.
0.4
With this release, Datasets are no longer input into `extract_model` — instead, DataArrays (in which the desired variable to be interpolated has already been selected) should be input. All of the docs and tests have been updated accordingly.
0.3.3
Pinned version required for cf-xarray which should fix the problem that has been on-going.