Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.4.1
/
numpy
/
fft
f07c79d
first set of checkins from the doc editor
by Jarrod Millman
· 16 years ago
549d7bd
Hard tab removal. Trailing whitespace removal. Some coding style cleanups.
by Charles Harris
· 16 years ago
bede419
Docstring update: fft
by Pauli Virtanen
· 16 years ago
ec7f9dc
ENH: Fix some more uninitialized vars.
by David Cournapeau
· 16 years ago
87fa5ae
Merge from doc wiki
by Pauli Virtanen
· 16 years ago
0d50ca6
Fix errors in examples in docstrings
by Pauli Virtanen
· 16 years ago
7b751f6
Merge from the doc wiki
by Pauli Virtanen
· 16 years ago
18594cd
Import documentation from doc wiki (part 2, work-in-progress docstrings, but they are still an improvement)
by Pauli Virtanen
· 17 years ago
ac3cbcc
More unused vars tagged (fftpack).
by David Cournapeau
· 17 years ago
9351f2e
Removed unused imports.
by Alan McIntyre
· 17 years ago
6647bf7
Merge from documentation editor.
by Stefan van der Walt
· 17 years ago
39e30513
Move DEPRECATE macro to ndarrayobject.h.
by Charles Harris
· 17 years ago
c62bdcb
Indentation and coding style cleanups.
by Charles Harris
· 17 years ago
0dffd02
Simplify a bit more scons scripts.
by David Cournapeau
· 17 years ago
15e2c1a
Use NumpyPythonExtension instead of DistutilsPythonExtension where possible.
by David Cournapeau
· 17 years ago
c8f88c0
Clean up test output such that a completely-passing test suite has no extraneous output.
by Robert Kern
· 17 years ago
af7f89e
Restore old test framework classes.
by Alan McIntyre
· 17 years ago
c331857
Switched to use nose to run tests. Added test and bench functions to all modules.
by Alan McIntyre
· 17 years ago
7148b1c
Adapt numpy.fft to new build dir conventions.
by David Cournapeau
· 17 years ago
a29ca1a
by David Cournapeau
· 17 years ago
75b86e1
Try to speed up fftfreq a bit.
by Travis Oliphant
· 17 years ago
c66da19
ran reindent
by Jarrod Millman
· 18 years ago
022f76e
numpy.fft builds with scons
by David Cournapeau
· 18 years ago
e7191fc
janitorial work
by Jarrod Millman
· 18 years ago
ec6e942
Increase test code coverage. Add documentation.
by Stefan van der Walt
· 18 years ago
5eabfa7
using identity testing for None
by Jarrod Millman
· 18 years ago
610438f
Rename test classes to CapWords.
by Stefan van der Walt
· 18 years ago
6ec4281
Fix ticket #506 by applying the patch from cdavid.
by Charles Harris
· 18 years ago
cc7d893
Clean up setup() calls.
by Pearu Peterson
· 18 years ago
e56a09a
clean up unused imports and bad whitespace
by Tim Leslie
· 19 years ago
1bd2d49
Whitespace cleanup.
by Stefan van der Walt
· 19 years ago
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
1ad56e6
Add test for fftpack.
by Stefan van der Walt
· 19 years ago
8fe987a
Refuse to compute FFT for invalid number of data points.
by Stefan van der Walt
· 19 years ago
f9409c5
Fix documentation of fft sub-package to eliminate references to refft.
by Travis Oliphant
· 19 years ago
9894006
Refer to "length of a" instead of "a" in fftpack docstrings.
by Stefan van der Walt
· 19 years ago
1fcb79a
Optimize fftfreq.
by Stefan van der Walt
· 19 years ago
6332618
Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.product
by Travis Oliphant
· 19 years ago
775a47d
Add axis arguments to various functions so as not to rely on the defaults.
by Travis Oliphant
· 19 years ago
04d79b5
Fixes for the recent change to oldnumeric
by Travis Oliphant
· 19 years ago
f1cca04
Many name-changes in oldnumeric. This may break some numpy code that was using the oldnumeric interface.
by Travis Oliphant
· 19 years ago