summaryrefslogtreecommitdiff
path: root/numpy/fft/fftpack_litemodule.c
Commit message (Expand)AuthorAgeFilesLines
* replace fftpack with pocketfftMartin Reinecke2018-12-251-366/+0
* Return NULL from PyInit_* when exception is raisedMichael Droettboom2018-03-301-3/+6
* MAINT: Include the function name in all argument error messagesEric Wieser2017-03-281-6/+6
* Merge pull request #5492 from grahamc/gotofail-malloc-ret-null-fftJulian Taylor2015-01-251-1/+4
|\
| * BUG: PyErr_NoMemory when PyArray_Zeros fails to initializeGraham Christensen2015-01-251-1/+4
* | BUG: Rename fft C functions to avoid name conflictRyan Nelson2014-12-041-9/+9
* | MAINT: fft: cleanup in fftpack moduleLars Buitinck2014-11-161-20/+12
|/
* BUG: fix crash when sending interrupt signal to fft functionsJulian Taylor2014-05-091-12/+12
* Allow threads for FFT calculationsMartin Teichmann2013-04-011-0/+12
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-1/+1
* UPD: Update files for versioned deprecation.Charles Harris2012-04-061-1/+1
* UPD: Make fftpack_litemodule.c use non-deprecated macros/functions.Charles Harris2012-04-061-18/+21
* STY: fft - replace macros in old_defines.h with new.Charles Harris2012-02-041-12/+12
* 3K: fft: module init for fftpack_litePauli Virtanen2009-12-061-4/+29
* Hard tab removal.Charles Harris2009-10-201-10/+8
* ENH: Fix some more uninitialized vars.David Cournapeau2009-09-161-1/+1
* More unused vars tagged (fftpack).David Cournapeau2008-10-081-6/+6
* Move DEPRECATE macro to ndarrayobject.h.Charles Harris2008-07-131-16/+30
* Indentation and coding style cleanups.Charles Harris2008-07-131-188/+229
* Fix ticket #506 by applying the patch from cdavid.Charles Harris2007-05-131-12/+25
* Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant2006-08-041-0/+262