1. b68ba30 BUG: check axes and window length input for all integer types by Christoph Gohlke · 12 years ago
  2. fbd6510 STY: Giant comma spacing fixup. by Charles Harris · 12 years ago
  3. 8ddb0ce STY: Giant whitespace cleanup. by Charles Harris · 12 years ago
  4. c879ad8 2to3: Apply types fixer. by Charles Harris · 12 years ago
  5. bb726ca 2to3: Apply `print` fixer. by Charles Harris · 12 years ago
  6. a939f2a Merge pull request #3178 from charris/2to3-apply-import-fixer by njsmith · 12 years ago
  7. 5ad97ea Allow threads for FFT calculations by Martin Teichmann · 12 years ago
  8. d4b88c1 2to3: Use absolute imports. by Charles Harris · 12 years ago
  9. 91aa03f 2to3: Replace xrange by range and use list(range(...)) where needed by Charles Harris · 12 years ago
  10. c3fedb3 DOC: Fix typo in fft docs (the indexing variable is 'm', not 'n'). by Maximilian Albert · 12 years ago
  11. 6aa264c 2to3: Put `from __future__ import division in every python file. by Charles Harris · 12 years ago
  12. df259db DEP: Remove scons related files and code. by Charles Harris · 13 years ago
  13. dcc2633 DOC: remove "the" from description, single backticks are for variables only by endolith · 13 years ago
  14. 2596867 DOC: Reword "Hermite symmetry", clarify units of sample spacing by endolith · 13 years ago
  15. 749e5c1 DOC: Fix length mistake in docstring (rfft length is n//2+1, not n) by endolith · 13 years ago
  16. b6ea9f4 DOC: Add rfftfreq to Helper routines in fft module's docstring by endolith · 13 years ago
  17. 625b426 TST: Add a test for the rfftfreq() function by endolith · 13 years ago
  18. a3dbac2 DOC: Clarify the frequencies of the rfft using fs, borrowing text from numpy.fft docstring by endolith · 13 years ago
  19. 9bd89e4 MAINT: Don't use assert to check variable type by endolith · 13 years ago
  20. 2e2f452 DOC: Clarify size of odd-length FFTs, default `d` for fftfreq, and some PEP8 style fixes by endolith · 13 years ago
  21. 4ddb4df ENH: Add rfftfreq() for numpy's rfft(), which behaves differently from scipy's rfft()/rfftfreq(). by endolith · 13 years ago
  22. ead9e09 Use PyMODINIT_FUNC and update docs accordingly. by cgohlke · 13 years ago
  23. 7ec6cf4 REF: simplify extension customization. by David Cournapeau · 13 years ago
  24. c993797 UPD: Update files for versioned deprecation. by Charles Harris · 13 years ago
  25. d9cdd04 UPD: Make fftpack_litemodule.c use non-deprecated macros/functions. by Charles Harris · 13 years ago
  26. 7d225bb STY: Code cleanups. by Charles Harris · 13 years ago
  27. 88a0292 BUG: Fix bug in irfftn. by Henry Gomersall · 13 years ago
  28. f4dd54a DOC: merge wiki doc edits. by Ralf Gommers · 13 years ago
  29. 33726b1 STY: fft - replace macros in old_defines.h with new. by Charles Harris · 14 years ago
  30. dfafdcd REF: use new API for higher level builder reuse. by David Cournapeau · 14 years ago
  31. 0d8b636 REF: use new hook signature. by David Cournapeau · 14 years ago
  32. e00b158 REF: define hook file locally. by David Cournapeau · 14 years ago
  33. 7847043 ENH: update to last bento. by David Cournapeau · 14 years ago
  34. 1566df7 ENH: remove temporary hacks for recurse path settings. by David Cournapeau · 14 years ago
  35. 69af3d0 ENH: add fft/random support. by David Cournapeau · 14 years ago
  36. cfd7664 STY: Update exception style, easy ones. by Charles Harris · 14 years ago
  37. f791984 DEP: remove deprecated names in fftpack. by rgommers · 14 years ago
  38. 427a963 BUG: Make fftshift and ifftshift accept integer arguments for the axes by Charles Harris · 15 years ago
  39. 69f7f4c DEP: Fix more files for unittest deprecated functions. It isn't clear why these by Charles Harris · 16 years ago
  40. 550df27 3K: fft: fix integer division in (i)fftshift by Pauli Virtanen · 16 years ago
  41. 0d4e67d Remove un-necessary import. by Travis Oliphant · 16 years ago
  42. e4f233e fixed a whole bunch of doctests by Paul Ivanov · 16 years ago
  43. 3031a00 3K: fft: module init for fftpack_lite by Pauli Virtanen · 16 years ago
  44. f07c79d first set of checkins from the doc editor by Jarrod Millman · 16 years ago
  45. 549d7bd Hard tab removal. Trailing whitespace removal. Some coding style cleanups. by Charles Harris · 16 years ago
  46. bede419 Docstring update: fft by Pauli Virtanen · 16 years ago
  47. ec7f9dc ENH: Fix some more uninitialized vars. by David Cournapeau · 16 years ago
  48. 87fa5ae Merge from doc wiki by Pauli Virtanen · 16 years ago
  49. 0d50ca6 Fix errors in examples in docstrings by Pauli Virtanen · 16 years ago
  50. 7b751f6 Merge from the doc wiki by Pauli Virtanen · 16 years ago
  51. 18594cd Import documentation from doc wiki (part 2, work-in-progress docstrings, but they are still an improvement) by Pauli Virtanen · 17 years ago
  52. ac3cbcc More unused vars tagged (fftpack). by David Cournapeau · 17 years ago
  53. 9351f2e Removed unused imports. by Alan McIntyre · 17 years ago
  54. 6647bf7 Merge from documentation editor. by Stefan van der Walt · 17 years ago
  55. 39e30513 Move DEPRECATE macro to ndarrayobject.h. by Charles Harris · 17 years ago
  56. c62bdcb Indentation and coding style cleanups. by Charles Harris · 17 years ago
  57. 0dffd02 Simplify a bit more scons scripts. by David Cournapeau · 17 years ago
  58. 15e2c1a Use NumpyPythonExtension instead of DistutilsPythonExtension where possible. by David Cournapeau · 17 years ago
  59. c8f88c0 Clean up test output such that a completely-passing test suite has no extraneous output. by Robert Kern · 17 years ago
  60. af7f89e Restore old test framework classes. by Alan McIntyre · 17 years ago
  61. c331857 Switched to use nose to run tests. Added test and bench functions to all modules. by Alan McIntyre · 17 years ago
  62. 7148b1c Adapt numpy.fft to new build dir conventions. by David Cournapeau · 17 years ago
  63. a29ca1a by David Cournapeau · 17 years ago
  64. 75b86e1 Try to speed up fftfreq a bit. by Travis Oliphant · 17 years ago
  65. c66da19 ran reindent by Jarrod Millman · 18 years ago
  66. 022f76e numpy.fft builds with scons by David Cournapeau · 18 years ago
  67. e7191fc janitorial work by Jarrod Millman · 18 years ago
  68. ec6e942 Increase test code coverage. Add documentation. by Stefan van der Walt · 18 years ago
  69. 5eabfa7 using identity testing for None by Jarrod Millman · 18 years ago
  70. 610438f Rename test classes to CapWords. by Stefan van der Walt · 18 years ago
  71. 6ec4281 Fix ticket #506 by applying the patch from cdavid. by Charles Harris · 18 years ago
  72. cc7d893 Clean up setup() calls. by Pearu Peterson · 18 years ago
  73. e56a09a clean up unused imports and bad whitespace by Tim Leslie · 19 years ago
  74. 1bd2d49 Whitespace cleanup. by Stefan van der Walt · 19 years ago
  75. 3a93adc Fix warnings found by Intel compiler due to unused variables that were set. Make ones work for compound types. by Travis Oliphant · 19 years ago
  76. 1ad56e6 Add test for fftpack. by Stefan van der Walt · 19 years ago
  77. 8fe987a Refuse to compute FFT for invalid number of data points. by Stefan van der Walt · 19 years ago
  78. f9409c5 Fix documentation of fft sub-package to eliminate references to refft. by Travis Oliphant · 19 years ago
  79. 9894006 Refer to "length of a" instead of "a" in fftpack docstrings. by Stefan van der Walt · 19 years ago
  80. 1fcb79a Optimize fftfreq. by Stefan van der Walt · 19 years ago
  81. 6332618 Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.product by Travis Oliphant · 19 years ago
  82. 775a47d Add axis arguments to various functions so as not to rely on the defaults. by Travis Oliphant · 19 years ago
  83. 04d79b5 Fixes for the recent change to oldnumeric by Travis Oliphant · 19 years ago
  84. f1cca04 Many name-changes in oldnumeric. This may break some numpy code that was using the oldnumeric interface. by Travis Oliphant · 19 years ago