Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Make fftshift and ifftshift accept integer arguments for the axes | Charles Harris | 2010-05-10 | 1 | -0/+5 |
| | | | | | value. The functions now match their documentation. Fixes ticket #1182, patch from rgommers. | ||||
* | 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 |
| | | | | they are still an improvement) | ||||
* | 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 ↵ | Travis Oliphant | 2006-08-04 | 1 | -0/+66 |
using the oldnumeric interface. |