This is minor release, which features some method enhancements and bug fixes.
It improves the abilities of temporal methods, giving users the ability to select how they want times in output to be aligned. For example, if you are calculating a rolling mean, you might want the output times to be the first, middle or final time in the temporal window. This release
will add that ability to nctoolkit's temporal methods. Previously nctoolkit used CDO's default methods, and did not allow users to do anything else. By default, output dates will be aligned to the middle time step.
The `match_points` methods were throwing an error when there were non-unique vertical values. This is now fixed.
Some improvements have been made to package internals.