| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Remove users of `numpy.compat.integer_types` | Eric Wieser | 2020-08-31 | 1 | -2/+1 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | replace fftpack with pocketfft | Martin Reinecke | 2018-12-25 | 1 | -101/+0 |
* | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -3/+3 |
* | ENH: set correct __module__ for objects in numpy's public API | Stephan Hoyer | 2018-11-13 | 1 | -2/+3 |
* | MAINT: set preferred __module__ for numpy functions | Stephan Hoyer | 2018-10-23 | 1 | -2/+2 |
* | ENH: __array_function__ support for np.fft and np.linalg (#12117) | Stephan Hoyer | 2018-10-12 | 1 | -0/+7 |
* | Use dummy_threading on platforms that don't support threading (#10773) | Michael Droettboom | 2018-03-20 | 1 | -1/+4 |
* | ENH: Implement fft.fftshift/ifftshift with np.roll for improved performance (... | Gaspar Karm | 2018-01-16 | 1 | -26/+17 |
* | MAINT: replace len(x.shape) with x.ndim | Eric Wieser | 2017-02-24 | 1 | -2/+2 |
* | Dropping dict like behavior and relying on explicit methods. | Lion Krischer | 2016-06-08 | 1 | -27/+63 |
* | BUG: Fix race condition with new FFT cache | Lion Krischer | 2016-06-07 | 1 | -1/+2 |
* | ENH: Changing FFT cache to a bounded LRU cache | Lion Krischer | 2016-06-06 | 1 | -0/+62 |
* | BUG: check axes and window length input for all integer types | Christoph Gohlke | 2013-09-07 | 1 | -5/+7 |
* | DOC: change "Hermite" to "Hermitian", "though" to "although" | endolith | 2013-08-29 | 1 | -1/+1 |
* | DOC: add note clarifying why ifftshift is needed | endolith | 2013-08-23 | 1 | -1/+2 |
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 1 | -6/+6 |
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -6/+6 |
* | 2to3: Apply types fixer. | Charles Harris | 2013-04-14 | 1 | -6/+7 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
* | 2to3: Replace xrange by range and use list(range(...)) where needed | Charles Harris | 2013-03-27 | 1 | -2/+2 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+3 |
* | 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 | 1 | -11/+15 |
* | DOC: Fix length mistake in docstring (rfft length is n//2+1, not n) | endolith | 2012-11-25 | 1 | -1/+1 |
* | 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 | 1 | -9/+10 |
* | ENH: Add rfftfreq() for numpy's rfft(), which behaves differently from scipy'... | endolith | 2012-10-13 | 1 | -1/+49 |
* | BUG: Make fftshift and ifftshift accept integer arguments for the axes | Charles Harris | 2010-05-10 | 1 | -0/+5 |
* | 3K: fft: fix integer division in (i)fftshift | Pauli Virtanen | 2010-02-20 | 1 | -2/+2 |
* | Docstring update: fft | Pauli Virtanen | 2009-10-02 | 1 | -16/+57 |
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ... | Pauli Virtanen | 2008-10-28 | 1 | -11/+54 |
* | Try to speed up fftfreq a bit. | Travis Oliphant | 2008-02-28 | 1 | -3/+10 |
* | clean up unused imports and bad whitespace | Tim Leslie | 2007-01-09 | 1 | -1/+1 |
* | Optimize fftfreq. | Stefan van der Walt | 2006-09-05 | 1 | -2/+2 |
* | Many name-changes in oldnumeric. This may break some numpy code that was usi... | Travis Oliphant | 2006-08-04 | 1 | -0/+66 |