Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use PyMODINIT_FUNC and update docs accordingly. | cgohlke | 2012-09-02 | 1 | -1/+1 | |
| | | | | See https://github.com/scipy/scipy/pull/279 | |||||
* | REF: simplify extension customization. | David Cournapeau | 2012-06-01 | 1 | -13/+5 | |
| | | | | We are using the new tweak_* bento API wherever possible. | |||||
* | UPD: Update files for versioned deprecation. | Charles Harris | 2012-04-06 | 1 | -1/+1 | |
| | ||||||
* | UPD: Make fftpack_litemodule.c use non-deprecated macros/functions. | Charles Harris | 2012-04-06 | 1 | -18/+21 | |
| | ||||||
* | STY: Code cleanups. | Charles Harris | 2012-03-05 | 2 | -23/+29 | |
| | | | | Don't do from numpy.testing import *, put spaces after commas, etc. | |||||
* | BUG: Fix bug in irfftn. | Henry Gomersall | 2012-03-05 | 2 | -17/+30 | |
| | ||||||
* | DOC: merge wiki doc edits. | Ralf Gommers | 2012-03-03 | 1 | -9/+13 | |
| | ||||||
* | STY: fft - replace macros in old_defines.h with new. | Charles Harris | 2012-02-04 | 1 | -12/+12 | |
| | ||||||
* | REF: use new API for higher level builder reuse. | David Cournapeau | 2011-08-29 | 1 | -4/+1 | |
| | ||||||
* | REF: use new hook signature. | David Cournapeau | 2011-08-29 | 1 | -1/+1 | |
| | ||||||
* | REF: define hook file locally. | David Cournapeau | 2011-08-29 | 1 | -0/+2 | |
| | ||||||
* | ENH: update to last bento. | David Cournapeau | 2011-08-29 | 1 | -2/+2 | |
| | ||||||
* | ENH: remove temporary hacks for recurse path settings. | David Cournapeau | 2011-08-29 | 1 | -12/+2 | |
| | ||||||
* | ENH: add fft/random support. | David Cournapeau | 2011-08-29 | 2 | -0/+32 | |
| | ||||||
* | 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 | |
| | ||||||
* | BUG: Make fftshift and ifftshift accept integer arguments for the axes | Charles Harris | 2010-05-10 | 2 | -0/+13 | |
| | | | | | value. The functions now match their documentation. Fixes ticket #1182, patch from rgommers. | |||||
* | DEP: Fix more files for unittest deprecated functions. It isn't clear why these | Charles Harris | 2010-02-21 | 1 | -1/+1 | |
| | | | | tests didn't issue deprecation warnings. Are they being run? | |||||
* | 3K: fft: fix integer division in (i)fftshift | Pauli Virtanen | 2010-02-20 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | 3K: fft: module init for fftpack_lite | Pauli Virtanen | 2009-12-06 | 1 | -4/+29 | |
| | ||||||
* | first set of checkins from the doc editor | Jarrod Millman | 2009-11-13 | 1 | -10/+14 | |
| | ||||||
* | Hard tab removal. | Charles Harris | 2009-10-20 | 2 | -12/+10 | |
| | | | | | Trailing whitespace removal. Some coding style cleanups. | |||||
* | Docstring update: fft | Pauli Virtanen | 2009-10-02 | 3 | -266/+305 | |
| | ||||||
* | ENH: Fix some more uninitialized vars. | David Cournapeau | 2009-09-16 | 1 | -1/+1 | |
| | ||||||
* | 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 | 3 | -195/+876 | |
| | ||||||
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵ | Pauli Virtanen | 2008-10-28 | 2 | -66/+112 | |
| | | | | they are still an improvement) | |||||
* | More unused vars tagged (fftpack). | David Cournapeau | 2008-10-08 | 1 | -6/+6 | |
| | ||||||
* | Removed unused imports. | Alan McIntyre | 2008-09-09 | 2 | -2/+0 | |
| | ||||||
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 2 | -58/+311 | |
| | ||||||
* | Move DEPRECATE macro to ndarrayobject.h. | Charles Harris | 2008-07-13 | 1 | -16/+30 | |
| | | | | | | Deprecate PyArray_As1D. Remove deprecated functions from fftpack_listmodule.c. There may need to be further fixes on 64 bit platforms, we will see. | |||||
* | Indentation and coding style cleanups. | Charles Harris | 2008-07-13 | 1 | -188/+229 | |
| | ||||||
* | Simplify a bit more scons scripts. | David Cournapeau | 2008-07-09 | 1 | -3/+2 | |
| | ||||||
* | Use NumpyPythonExtension instead of DistutilsPythonExtension where possible. | David Cournapeau | 2008-07-09 | 1 | -3/+2 | |
| | ||||||
* | Clean up test output such that a completely-passing test suite has no ↵ | Robert Kern | 2008-07-03 | 2 | -4/+0 | |
| | | | | extraneous output. | |||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 3 | -3/+3 | |
| | | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc. | |||||
* | Switched to use nose to run tests. Added test and bench functions to all ↵ | Alan McIntyre | 2008-06-17 | 3 | -16/+18 | |
| | | | | modules. | |||||
* | Adapt numpy.fft to new build dir conventions. | David Cournapeau | 2008-06-12 | 2 | -10/+12 | |
| | ||||||
* | Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled in | David Cournapeau | 2008-05-20 | 1 | -4/+1 | |
| | | | | | numscons. | |||||
* | Try to speed up fftfreq a bit. | Travis Oliphant | 2008-02-28 | 1 | -3/+10 | |
| | ||||||
* | ran reindent | Jarrod Millman | 2008-02-08 | 1 | -1/+1 | |
| | ||||||
* | numpy.fft builds with scons | David Cournapeau | 2008-01-07 | 2 | -0/+28 | |
| | ||||||
* | janitorial work | Jarrod Millman | 2007-12-29 | 1 | -7/+7 | |
| | ||||||
* | Increase test code coverage. Add documentation. | Stefan van der Walt | 2007-12-03 | 1 | -2/+14 | |
| | ||||||
* | using identity testing for None | Jarrod Millman | 2007-11-26 | 1 | -8/+10 | |
| | ||||||
* | Rename test classes to CapWords. | Stefan van der Walt | 2007-10-02 | 2 | -3/+3 | |
| | ||||||
* | Fix ticket #506 by applying the patch from cdavid. | Charles Harris | 2007-05-13 | 1 | -12/+25 | |
| |