NumPy 1.17.3 release.
  1. 5504e6d DOC: remove note about Pocketfft license file (non-existing here). by Ralf Gommers · 6 years ago
  2. b6408d8 MAINT: clean up numpy/fft/info.py by Ralf Gommers · 6 years ago
  3. 15eb36d MAINT: move pocketfft .py/.so to `_pocketfft` by Ralf Gommers · 6 years ago
  4. 3752840 MAINT: Update 1.17.x with 1.18.0-dev pocketfft.py. by Charles Harris · 6 years ago
  5. ed0b667 Incremented _tol my factor of 8. by Oleksandr Pavlyk · 6 years ago
  6. 61ae11c Replaced np.sqrt(X.size) with np.sqrt(np.log2(X.size)) per PR review by Oleksandr Pavlyk · 6 years ago
  7. 201227c Replaced assert_array_almost_equal with assert_allclose by Oleksandr Pavlyk · 6 years ago
  8. 69c8250 TST: Added test_fftpocket.py::test_axes by Oleksandr Pavlyk · 6 years ago
  9. 4bba58a Spelling by Roman Yurchak · 7 years ago
  10. 1c55693 TST Check FFT for C/Fortran ordered and non contigous arrays by Roman Yurchak · 7 years ago
  11. 4400a93 tweak test by Martin Reinecke · 7 years ago
  12. 38b5b7b fix #12663 by Martin Reinecke · 7 years ago
  13. a5078dc DOC, TST: clean up matplotlib imports by Tyler Reddy · 7 years ago
  14. 49a798c DOC, TST: remove agg setting from docs by Tyler Reddy · 7 years ago
  15. 062dc8f replace fftpack with pocketfft by Martin Reinecke · 7 years ago
  16. 1978417 MAINT: address several reviewer comments by Tyler Reddy · 7 years ago
  17. 2508610 TST, DOC: enable refguide_check by Tyler Reddy · 7 years ago
  18. 4d24bbd ENH: set correct __module__ for objects in numpy's public API by Stephan Hoyer · 7 years ago
  19. 8bab96f MAINT: set preferred __module__ for numpy functions by Stephan Hoyer · 7 years ago
  20. 18c1210 ENH: __array_function__ support for np.fft and np.linalg (#12117) by Stephan Hoyer · 7 years ago
  21. 98053a2 MAINT: Normalize axes the normal way in fftpack.py by Eric Wieser · 7 years ago
  22. 11302b6 MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary import dependencies by Eric Wieser · 7 years ago
  23. f6c4dac Merge pull request #10775 from mdboom/return-errors-from-init by Eric Wieser · 7 years ago
  24. 7bf0564 MAINT: Remove all uses of run_module_suite. by Charles Harris · 7 years ago
  25. cf46d8c TST: Update modules `test` to PytestTester. by Charles Harris · 7 years ago
  26. 6126789 MAINT: Remove "bench" from testing modules `__init__`s. by Charles Harris · 7 years ago
  27. 2a6565c Return NULL from PyInit_* when exception is raised by Michael Droettboom · 7 years ago
  28. 3629e39 Use dummy_threading on platforms that don't support threading (#10773) by Michael Droettboom · 7 years ago
  29. 01541f2 Merge pull request #10618 from eric-wieser/avoid-nontuple-indices by Marten van Kerkwijk · 7 years ago
  30. f3eb7ab BUG: Improving the accuracy of the FFT implementation by Nils Becker · 8 years ago
  31. e441c29 MAINT: Stop using non-tuple indices internally by Eric Wieser · 8 years ago
  32. b83e962 ENH: Implement fft.fftshift/ifftshift with np.roll for improved performance (#10073) by Gaspar Karm · 8 years ago
  33. 62a12d2 TST, MAINT: Add `__init__.py` files to tests directories. by Charles Harris · 8 years ago
  34. e0f1740 TST: Remove unittest dependencies in numpy/fft/tests. by Charles Harris · 8 years ago
  35. ae84af3 MAINT: Rearrange files in numpy/testing module. by Charles Harris · 8 years ago
  36. dcafaf4 MAINT: Include the function name in all argument error messages by Eric Wieser · 8 years ago
  37. 48783e5 MAINT: replace len(x.shape) with x.ndim by Eric Wieser · 9 years ago
  38. 666553e MAINT: Remove shebang from test modules by Sami Salonen · 9 years ago
  39. bdd318b BUG: correct norm='ortho' scaling for rfft when n != None by Gregory R. Lee · 9 years ago
  40. e885085 DOC: Correct documentation of hfft/ihfft. by Charles Harris · 9 years ago
  41. 820d527 Dropping dict like behavior and relying on explicit methods. by Lion Krischer · 9 years ago
  42. b0efcba BUG: Fix race condition with new FFT cache by Lion Krischer · 9 years ago
  43. 2de9651 ENH: Changing FFT cache to a bounded LRU cache by Lion Krischer · 9 years ago
  44. b9ae5a3 DOC: fix a number of reST formatting issues in docstrings. by Ralf Gommers · 10 years ago
  45. d426ed9 BUG:Should fix astype cast bug in numpy.fft module Closes #6693 by Tushar Gautam · 10 years ago
  46. a61ddd3 [TST] Refactor new raise_warnings logic for subpackage test suites by Nathaniel J. Smith · 10 years ago
  47. 44293bb DOC: Clarify documentation for np.fft.ifft. by Charles Harris · 10 years ago
  48. 7fa5339 Fix #6798 by Phaiax · 10 years ago
  49. aa86ff4 MAINT: Remove bento related files. by Charles Harris · 10 years ago
  50. d25e681 Fix #2128 once again. by Antony Lee · 10 years ago
  51. 81d53e4 ENH: Add a norm keyword and tests for fft transforms by Joseph Martinot-Lagarde · 10 years ago
  52. d1f656a MAINT: fft: np.asarray(...) -> array(...) by alex · 10 years ago
  53. dd88309 MAINT: in fft, make copying more explicit by alex · 10 years ago
  54. 9493157 MAINT: remove unnecessary helper function by alex · 10 years ago
  55. 3e86500 MAINT: explicit fft copy by alex · 10 years ago
  56. ce1dadf MAINT: fftpack.c needs #define NPY_NO_DEPRECATED_API NPY_API_VERSION. by Charles Harris · 11 years ago
  57. 214bfd4 BLD: fix include order of headers, otherwise AIX build fails. See gh-5474. by Ralf Gommers · 11 years ago
  58. 937d1f2 Merge pull request #5492 from grahamc/gotofail-malloc-ret-null-fft by Julian Taylor · 11 years ago
  59. c3888e7 BUG: PyErr_NoMemory when PyArray_Zeros fails to initialize by Graham Christensen · 11 years ago
  60. b3121e8 BUG: Rename fft C functions to avoid name conflict by Ryan Nelson · 11 years ago
  61. 06440c1 Merge pull request #5282 from larsmans/c-fixes by Julian Taylor · 11 years ago
  62. 5af88f9 MAINT: fft: cleanup in fftpack module by Lars Buitinck · 11 years ago
  63. 6968c25 Merge pull request #5035 from juliantaylor/fft-test by seberg · 11 years ago
  64. b8aedd0 TST: join fft threads before getting values by Julian Taylor · 11 years ago
  65. 4e7ae3d STY: minor PEP8 fixups for numpy/fft. by Charles Harris · 11 years ago
  66. 3d14321 Merge pull request #4692 from juliantaylor/fft-interrupt by Charles Harris · 11 years ago
  67. 9430c7d Docs: fix numpy.fft.fft2 example by Frederik Rietdijk · 11 years ago
  68. edb67b6 TST: reduce memory usage of fft test by Julian Taylor · 11 years ago
  69. 2d7a9ee BUG: fix crash when sending interrupt signal to fft functions by Julian Taylor · 11 years ago
  70. e4adab8 Make TestFFTThreadSafe tests Py3-compatible by Alex Stewart · 11 years ago
  71. 5286f5e Added regression tests for #4655 by Alex Stewart · 11 years ago
  72. 15f02e2 Add comments to clarify cache handling in _raw_fft by Alex Stewart · 11 years ago
  73. e24486e Fix for #4655: Make fftpack._raw_fft threadsafe by Alex Stewart · 11 years ago
  74. 8225401 DOC: fixed small whitespace error in rfft notes by Arun Persaud · 12 years ago
  75. fe05eac BUG: check axes and window length input for all integer types by Christoph Gohlke · 12 years ago
  76. 1ae2b9e DOC: Unlink non-variable 'm', use monospace instead by endolith · 12 years ago
  77. df664ea DOC: Remove parentheses around axis by endolith · 12 years ago
  78. e5a80eb DOC: change "Hermite" to "Hermitian", "though" to "although" by endolith · 12 years ago
  79. 1ab96d2 DOC: add note clarifying why ifftshift is needed by endolith · 12 years ago
  80. 8cd496d DOC: Add examples, copy some text from rfft functions to clarify inputs and outputs by endolith · 12 years ago
  81. 768a739 DOC: hfft/ihfft description conflicts with itself by endolith · 12 years ago
  82. fbd6510 STY: Giant comma spacing fixup. by Charles Harris · 12 years ago
  83. 8ddb0ce STY: Giant whitespace cleanup. by Charles Harris · 12 years ago
  84. c879ad8 2to3: Apply types fixer. by Charles Harris · 12 years ago
  85. bb726ca 2to3: Apply `print` fixer. by Charles Harris · 12 years ago
  86. a939f2a Merge pull request #3178 from charris/2to3-apply-import-fixer by njsmith · 12 years ago
  87. 5ad97ea Allow threads for FFT calculations by Martin Teichmann · 12 years ago
  88. d4b88c1 2to3: Use absolute imports. by Charles Harris · 12 years ago
  89. 91aa03f 2to3: Replace xrange by range and use list(range(...)) where needed by Charles Harris · 12 years ago
  90. c3fedb3 DOC: Fix typo in fft docs (the indexing variable is 'm', not 'n'). by Maximilian Albert · 13 years ago
  91. 6aa264c 2to3: Put `from __future__ import division in every python file. by Charles Harris · 13 years ago
  92. df259db DEP: Remove scons related files and code. by Charles Harris · 13 years ago
  93. dcc2633 DOC: remove "the" from description, single backticks are for variables only by endolith · 13 years ago
  94. 2596867 DOC: Reword "Hermite symmetry", clarify units of sample spacing by endolith · 13 years ago
  95. 749e5c1 DOC: Fix length mistake in docstring (rfft length is n//2+1, not n) by endolith · 13 years ago
  96. b6ea9f4 DOC: Add rfftfreq to Helper routines in fft module's docstring by endolith · 13 years ago
  97. 625b426 TST: Add a test for the rfftfreq() function by endolith · 13 years ago
  98. a3dbac2 DOC: Clarify the frequencies of the rfft using fs, borrowing text from numpy.fft docstring by endolith · 13 years ago
  99. 9bd89e4 MAINT: Don't use assert to check variable type by endolith · 13 years ago
  100. 2e2f452 DOC: Clarify size of odd-length FFTs, default `d` for fftfreq, and some PEP8 style fixes by endolith · 13 years ago