Re: [Numpy-discussion] GSoC 2017: NumFocus will be an umbrella organization

2017-01-18 Thread Max Linke
On 01/18/2017 09:28 AM, Ralf Gommers wrote: Hi Max, On Tue, Jan 17, 2017 at 2:38 AM, Max Linke mailto:max_li...@gmx.de>> wrote: Hi Organizations can start submitting applications for Google Summer of Code 2017 on January 19 (and the deadline is February 9) https://developers.goog

[Numpy-discussion] GSoC 2017: NumFocus will be an umbrella organization

2017-01-16 Thread Max Linke
Hi Organizations can start submitting applications for Google Summer of Code 2017 on January 19 (and the deadline is February 9) https://developers.google.com/open-source/gsoc/timeline?hl=en NumFOCUS will be applying again this year. If you want to work with us please let me know and if you app

Re: [Numpy-discussion] strange runtimes of numpy fft

2013-11-15 Thread Max Linke
> > David > > > > > It's typical for FFT to perform better at a sample size that is a power of > > 2, and algorithms like FFTW take advantage of factoring the size, and > > "sizes that are products of small factors are transformed most efficiently.&q

Re: [Numpy-discussion] strange runtimes of numpy fft

2013-11-14 Thread Max Linke
perform better at a sample size that is a power of > 2, and algorithms like FFTW take advantage of factoring the size, and > "sizes that are products of small factors are transformed most efficiently." > > - Charles > > On Thu, Nov 14, 2013 at 10:18 AM, Max Linke wrot