v1.1.3
This is a minor release with some improvements to temporal methods, such as tmean
.
Enhanced temporal methods
You can now supply a window argument to statistical temporal methods. For example, if you wanted to calculate a weekly mean value, you could do the following: ds.tmean(window=7)
.