This release has some new methods, a minor bug fix and some enhancements. It is fully compatible with code written for the previous release.
New methods
1. `centre`. This method let's you work out the latitudinal and longitudinal centre.
2. `strip_variable`. This method let's you removed associated variables from variables.
3. `resample_grid`. This method let's you resample grids.
4. `format`. This method let's you change the format of dataset NetCDF files.
Deprecations
`write_nc` has been replaced by `to_nc`. `write_nc` will be replaced in a few months.
Bug fixes
1. `cell_areas` was throwing errors for CDO 1.9.6. This is now fixed.
Enhancements
Improvements have been made to `plot` to improve handling of non-spatial datasets. Plotting development is now separated into a new package ncplot. This will become a dependency in an upcoming version of nctoolkit. Read about it [here](https://github.com/pmlmodelling/ncplot).