Skip to content

v1.1.3

Compare
Choose a tag to compare
@robertjwilson robertjwilson released this 22 Nov 15:55
· 112 commits to master since this release

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