This minor release adds new features. Code written for prior releases are compatible with this release.
Improved temporal statistics
Calculating temporal statistics has been streamlined. Temporal methods are now prefixed with the letter t, and accept grouping options. So, for example, `data.tmean(["year", "month"])` will calculate the mean value for each month in each year.
Mild enhancements to methods
The `select` and `shift` methods have been tweaked to make life slightly easier for users, and allow partial matches for args. For example `data.shift(hours = 1)` and `data.shift(hour = 1)` are both valid.
open_url is now able to keep attempting to download files for a set period until complete.
open_thredds now has a wait option to stop
Bug fixes
Issues related to user specified temp folders not being set are now fixed.
Renamings and deprecations
Existing temporal statistics methods, such as mean, max etc., have now been deprecated and the new methods tmean etc. should be used.
`vertical_cum_sum` has been renamed to `vertical_cumsum`. `vertical_cum_sum` is now deprecated.