[SciPy-Dev] adding more window functions to scipy.signal

Gael Varoquaux gael.varoquaux at normalesup.org
Fri Jan 6 01:01:04 EST 2017


On Thu, Jan 05, 2017 at 09:07:44PM -0800, Nathaniel Smith wrote:
> Not sure what you're pointing to with that link, but isn't get_window
> basically reinventing the concept of the python namespace? Maybe
> declare scipy.signal.windows (which already exists!) to be the public
> namespace where you find your windows?

That were my thoughts exactly.

get_windows brings interesting functionality, but the discoverability
isn't great. Namespaces bring in tab completion. They are one honking
great idea!

Gaël



More information about the SciPy-Dev mailing list