| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ... | Pauli Virtanen | 2008-10-28 | 1 | -55/+58 |
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -58/+277 |
* | using identity testing for None | Jarrod Millman | 2007-11-26 | 1 | -8/+10 |
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -1/+1 |
* | Refuse to compute FFT for invalid number of data points. | Stefan van der Walt | 2006-11-20 | 1 | -0/+2 |
* | Refer to "length of a" instead of "a" in fftpack docstrings. | Stefan van der Walt | 2006-09-22 | 1 | -16/+17 |
* | Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.product | Travis Oliphant | 2006-08-29 | 1 | -1/+1 |
* | Add axis arguments to various functions so as not to rely on the defaults. | Travis Oliphant | 2006-08-29 | 1 | -1/+1 |
* | Many name-changes in oldnumeric. This may break some numpy code that was usi... | Travis Oliphant | 2006-08-04 | 1 | -0/+323 |