[Numpy-discussion] first Season of Docs blog post

2019-08-25 Thread Ralf Gommers
Hi all, Anne has written a very nice blog post about the start of the Season of Docs projects: https://towardsdatascience.com/what-do-you-want-to-see-in-the-numpy-docs-de73efb80375 It even includes a pineapple with sunglasses and a party hat, so a good read:) Cheers, Ralf ___

[Numpy-discussion] ENH: Add Moving Average Function

2019-08-25 Thread Nicholas Georgescu
Hi all, I opened a Pull Request (https://link.getmailspring.com/link/58478f5e-3390-4c6d-8aa4-0b8724fc0...@getmailspring.com/0?redirect=https%3A%2F%2Fgithub.com%2Fnumpy%2Fnumpy%2Fpull%2F13923&recipient=bnVtcHktZGlzY3Vzc2lvbkBweXRob24ub3Jn) to include this package in numpy (https://link.getmailsp

Re: [Numpy-discussion] ENH: Add Moving Average Function

2019-08-25 Thread Stephan Hoyer
I would be very interested to see the “sliding window view” function merged into np.lib.stride_tricks. I don’t think it makes sense to add a suite of dedicated functions for sliding window calculations that wrap that function. If we are going to go down the path of adding sliding window calculatio