Hi all,
I opened a Pull Request to include this package in numpy, along with the associated sliding window function in this PR.
The function picks the fastest method to do a moving average if there is no weighting, but with weights it resorts to the second-fastest method which has an easier implementation. It also contains a binning option which cuts the number of points down by a factor of n rather than by subtracting n. The details are in the package documentation and PR.
Thanks,
Nicholas
