| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ENH: Add rfftfreq() for numpy's rfft(), which behaves differently from scipy'... | endolith | 2012-10-13 | 1 | -1/+49 |
* | Use PyMODINIT_FUNC and update docs accordingly. | cgohlke | 2012-09-02 | 1 | -1/+1 |
* | REF: simplify extension customization. | David Cournapeau | 2012-06-01 | 1 | -13/+5 |
* | UPD: Update files for versioned deprecation. | Charles Harris | 2012-04-06 | 1 | -1/+1 |
* | UPD: Make fftpack_litemodule.c use non-deprecated macros/functions. | Charles Harris | 2012-04-06 | 1 | -18/+21 |
* | STY: Code cleanups. | Charles Harris | 2012-03-05 | 2 | -23/+29 |
* | BUG: Fix bug in irfftn. | Henry Gomersall | 2012-03-05 | 2 | -17/+30 |
* | DOC: merge wiki doc edits. | Ralf Gommers | 2012-03-03 | 1 | -9/+13 |
* | STY: fft - replace macros in old_defines.h with new. | Charles Harris | 2012-02-04 | 1 | -12/+12 |
* | REF: use new API for higher level builder reuse. | David Cournapeau | 2011-08-29 | 1 | -4/+1 |
* | REF: use new hook signature. | David Cournapeau | 2011-08-29 | 1 | -1/+1 |
* | REF: define hook file locally. | David Cournapeau | 2011-08-29 | 1 | -0/+2 |
* | ENH: update to last bento. | David Cournapeau | 2011-08-29 | 1 | -2/+2 |
* | ENH: remove temporary hacks for recurse path settings. | David Cournapeau | 2011-08-29 | 1 | -12/+2 |
* | ENH: add fft/random support. | David Cournapeau | 2011-08-29 | 2 | -0/+32 |
* | STY: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 1 | -1/+1 |
* | DEP: remove deprecated names in fftpack. | rgommers | 2011-03-11 | 1 | -11/+1 |
* | BUG: Make fftshift and ifftshift accept integer arguments for the axes | Charles Harris | 2010-05-10 | 2 | -0/+13 |
* | DEP: Fix more files for unittest deprecated functions. It isn't clear why these | Charles Harris | 2010-02-21 | 1 | -1/+1 |
* | 3K: fft: fix integer division in (i)fftshift | Pauli Virtanen | 2010-02-20 | 1 | -2/+2 |
* | Remove un-necessary import. | Travis Oliphant | 2010-01-15 | 1 | -1/+0 |
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -2/+7 |
* | 3K: fft: module init for fftpack_lite | Pauli Virtanen | 2009-12-06 | 1 | -4/+29 |
* | first set of checkins from the doc editor | Jarrod Millman | 2009-11-13 | 1 | -10/+14 |
* | Hard tab removal. | Charles Harris | 2009-10-20 | 2 | -12/+10 |
* | Docstring update: fft | Pauli Virtanen | 2009-10-02 | 3 | -266/+305 |
* | ENH: Fix some more uninitialized vars. | David Cournapeau | 2009-09-16 | 1 | -1/+1 |
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 1 | -2/+0 |
* | Fix errors in examples in docstrings | Pauli Virtanen | 2009-06-02 | 1 | -1/+1 |
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 3 | -195/+876 |
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ... | Pauli Virtanen | 2008-10-28 | 2 | -66/+112 |
* | More unused vars tagged (fftpack). | David Cournapeau | 2008-10-08 | 1 | -6/+6 |
* | Removed unused imports. | Alan McIntyre | 2008-09-09 | 2 | -2/+0 |