| Commit message (Expand) | Author | Age | Files | Lines |
* | replace fftpack with pocketfft | Martin Reinecke | 2018-12-25 | 1 | -1302/+0 |
* | MAINT: address several reviewer comments | Tyler Reddy | 2018-12-14 | 1 | -14/+14 |
* | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -59/+59 |
* | MAINT: set preferred __module__ for numpy functions | Stephan Hoyer | 2018-10-23 | 1 | -1/+7 |
* | ENH: __array_function__ support for np.fft and np.linalg (#12117) | Stephan Hoyer | 2018-10-12 | 1 | -0/+24 |
* | MAINT: Normalize axes the normal way in fftpack.py | Eric Wieser | 2018-09-23 | 1 | -2/+4 |
* | MAINT: Stop using non-tuple indices internally | Eric Wieser | 2018-02-16 | 1 | -2/+2 |
* | BUG: correct norm='ortho' scaling for rfft when n != None | Gregory R. Lee | 2017-01-04 | 1 | -1/+3 |
* | DOC: Correct documentation of hfft/ihfft. | Charles Harris | 2016-11-04 | 1 | -28/+33 |
* | Dropping dict like behavior and relying on explicit methods. | Lion Krischer | 2016-06-08 | 1 | -14/+8 |
* | BUG: Fix race condition with new FFT cache | Lion Krischer | 2016-06-07 | 1 | -5/+12 |
* | ENH: Changing FFT cache to a bounded LRU cache | Lion Krischer | 2016-06-06 | 1 | -2/+3 |
* | DOC: fix a number of reST formatting issues in docstrings. | Ralf Gommers | 2016-02-13 | 1 | -8/+22 |
* | BUG:Should fix astype cast bug in numpy.fft module | Tushar Gautam | 2016-01-19 | 1 | -1/+1 |
* | DOC: Clarify documentation for np.fft.ifft. | Charles Harris | 2015-12-18 | 1 | -8/+12 |
* | Fix #6798 | Phaiax | 2015-12-18 | 1 | -2/+4 |
* | ENH: Add a norm keyword and tests for fft transforms | Joseph Martinot-Lagarde | 2015-06-21 | 1 | -39/+111 |
* | 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 |
* | STY: minor PEP8 fixups for numpy/fft. | Charles Harris | 2014-07-31 | 1 | -1/+1 |
* | Docs: fix numpy.fft.fft2 example | Frederik Rietdijk | 2014-05-24 | 1 | -5/+10 |
* | 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 |
* | 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 | 1 | -5/+5 |
* | 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 | 1 | -9/+9 |
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -6/+6 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -2/+2 |
* | 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/+2 |
* | DOC: Reword "Hermite symmetry", clarify units of sample spacing | endolith | 2012-11-26 | 1 | -2/+1 |
* | DOC: Clarify the frequencies of the rfft using fs, borrowing text from numpy.... | endolith | 2012-11-24 | 1 | -6/+8 |
* | DOC: Clarify size of odd-length FFTs, default `d` for fftfreq, and some PEP8 ... | endolith | 2012-10-13 | 1 | -3/+4 |
* | BUG: Fix bug in irfftn. | Henry Gomersall | 2012-03-05 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | first set of checkins from the doc editor | Jarrod Millman | 2009-11-13 | 1 | -10/+14 |
* | Docstring update: fft | Pauli Virtanen | 2009-10-02 | 1 | -234/+231 |
* | 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 | 1 | -141/+713 |