| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Add a norm keyword and tests for fft transforms | Joseph Martinot-Lagarde | 2015-06-21 | 3 | -43/+214 |
* | MAINT: fft: np.asarray(...) -> array(...) | alex | 2015-06-02 | 1 | -9/+8 |
* | MAINT: in fft, make copying more explicit | alex | 2015-05-29 | 1 | -7/+14 |
* | MAINT: remove unnecessary helper function | alex | 2015-05-29 | 1 | -13/+9 |
* | MAINT: explicit fft copy | alex | 2015-05-22 | 1 | -14/+12 |
* | MAINT: fftpack.c needs #define NPY_NO_DEPRECATED_API NPY_API_VERSION. | Charles Harris | 2015-02-14 | 1 | -6/+3 |
* | BLD: fix include order of headers, otherwise AIX build fails. See gh-5474. | Ralf Gommers | 2015-01-28 | 1 | -1/+1 |
* | Merge pull request #5492 from grahamc/gotofail-malloc-ret-null-fft | Julian Taylor | 2015-01-25 | 1 | -1/+4 |
|\ |
|
| * | BUG: PyErr_NoMemory when PyArray_Zeros fails to initialize | Graham Christensen | 2015-01-25 | 1 | -1/+4 |
* | | BUG: Rename fft C functions to avoid name conflict | Ryan Nelson | 2014-12-04 | 3 | -34/+37 |
* | | Merge pull request #5282 from larsmans/c-fixes | Julian Taylor | 2014-11-17 | 1 | -20/+12 |
|\ \ |
|
| * | | MAINT: fft: cleanup in fftpack module | Lars Buitinck | 2014-11-16 | 1 | -20/+12 |
* | | | Merge pull request #5035 from juliantaylor/fft-test | seberg | 2014-09-03 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | TST: join fft threads before getting values | Julian Taylor | 2014-09-03 | 1 | -1/+1 |
| |/ |
|
* | | STY: minor PEP8 fixups for numpy/fft. | Charles Harris | 2014-07-31 | 3 | -4/+3 |
|/ |
|
* | Merge pull request #4692 from juliantaylor/fft-interrupt | Charles Harris | 2014-05-29 | 1 | -12/+12 |
|\ |
|
| * | BUG: fix crash when sending interrupt signal to fft functions | Julian Taylor | 2014-05-09 | 1 | -12/+12 |
* | | Docs: fix numpy.fft.fft2 example | Frederik Rietdijk | 2014-05-24 | 1 | -5/+10 |
* | | TST: reduce memory usage of fft test | Julian Taylor | 2014-05-16 | 1 | -3/+5 |
|/ |
|
* | Make TestFFTThreadSafe tests Py3-compatible | Alex Stewart | 2014-05-06 | 1 | -7/+16 |
* | Added regression tests for #4655 | Alex Stewart | 2014-05-06 | 1 | -1/+38 |
* | Add comments to clarify cache handling in _raw_fft | Alex Stewart | 2014-05-06 | 1 | -0/+8 |
* | Fix for #4655: Make fftpack._raw_fft threadsafe | Alex Stewart | 2014-05-02 | 1 | -3/+3 |
* | DOC: fixed small whitespace error in rfft notes | Arun Persaud | 2014-02-08 | 1 | -1/+1 |
* | BUG: check axes and window length input for all integer types | Christoph Gohlke | 2013-09-07 | 1 | -5/+7 |
* | DOC: Unlink non-variable 'm', use monospace instead | endolith | 2013-08-30 | 1 | -3/+3 |
* | DOC: Remove parentheses around axis | endolith | 2013-08-29 | 1 | -18/+18 |
* | DOC: change "Hermite" to "Hermitian", "though" to "although" | endolith | 2013-08-29 | 2 | -6/+6 |
* | DOC: add note clarifying why ifftshift is needed | endolith | 2013-08-23 | 1 | -1/+2 |
* | DOC: Add examples, copy some text from rfft functions to clarify inputs and o... | endolith | 2013-08-22 | 1 | -12/+49 |
* | DOC: hfft/ihfft description conflicts with itself | endolith | 2013-08-21 | 1 | -6/+6 |
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 4 | -17/+17 |
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 2 | -12/+12 |
* | 2to3: Apply types fixer. | Charles Harris | 2013-04-14 | 1 | -6/+7 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 7 | -7/+7 |
* | Merge pull request #3178 from charris/2to3-apply-import-fixer | njsmith | 2013-04-02 | 6 | -10/+10 |
|\ |
|
| * | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 6 | -10/+10 |
* | | Allow threads for FFT calculations | Martin Teichmann | 2013-04-01 | 1 | -0/+12 |
|/ |
|
* | 2to3: Replace xrange by range and use list(range(...)) where needed | Charles Harris | 2013-03-27 | 2 | -4/+4 |
* | DOC: Fix typo in fft docs (the indexing variable is 'm', not 'n'). | Maximilian Albert | 2013-03-06 | 1 | -1/+1 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 6 | -2/+13 |
* | DEP: Remove scons related files and code. | Charles Harris | 2013-01-13 | 3 | -25/+0 |
* | DOC: remove "the" from description, single backticks are for variables only | endolith | 2012-11-26 | 1 | -2/+2 |
* | DOC: Reword "Hermite symmetry", clarify units of sample spacing | endolith | 2012-11-26 | 2 | -13/+16 |
* | DOC: Fix length mistake in docstring (rfft length is n//2+1, not n) | endolith | 2012-11-25 | 1 | -1/+1 |
* | DOC: Add rfftfreq to Helper routines in fft module's docstring | endolith | 2012-11-25 | 1 | -0/+1 |
* | TST: Add a test for the rfftfreq() function | endolith | 2012-11-25 | 1 | -0/+11 |
* | DOC: Clarify the frequencies of the rfft using fs, borrowing text from numpy.... | endolith | 2012-11-24 | 1 | -6/+8 |
* | MAINT: Don't use assert to check variable type | endolith | 2012-11-18 | 1 | -2/+4 |
* | DOC: Clarify size of odd-length FFTs, default `d` for fftfreq, and some PEP8 ... | endolith | 2012-10-13 | 2 | -12/+14 |