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 Issu...