Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.12.0
/
numpy
/
fft
tag
5596af84450b4e13e3926537979dfc8bbd307b75
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Jan 15 19:58:34 2017
object
561f1accf861ad8606ea2dd723d2be2b09a2dffa
NumPy v1.12.0 release.
e885085
DOC: Correct documentation of hfft/ihfft.
by Charles Harris
· 9 years ago
820d527
Dropping dict like behavior and relying on explicit methods.
by Lion Krischer
· 9 years ago
b0efcba
BUG: Fix race condition with new FFT cache
by Lion Krischer
· 9 years ago
2de9651
ENH: Changing FFT cache to a bounded LRU cache
by Lion Krischer
· 9 years ago
b9ae5a3
DOC: fix a number of reST formatting issues in docstrings.
by Ralf Gommers
· 10 years ago
d426ed9
BUG:Should fix astype cast bug in numpy.fft module Closes #6693
by Tushar Gautam
· 10 years ago
a61ddd3
[TST] Refactor new raise_warnings logic for subpackage test suites
by Nathaniel J. Smith
· 10 years ago
44293bb
DOC: Clarify documentation for np.fft.ifft.
by Charles Harris
· 10 years ago
7fa5339
Fix #6798
by Phaiax
· 10 years ago
aa86ff4
MAINT: Remove bento related files.
by Charles Harris
· 10 years ago
d25e681
Fix #2128 once again.
by Antony Lee
· 10 years ago
81d53e4
ENH: Add a norm keyword and tests for fft transforms
by Joseph Martinot-Lagarde
· 10 years ago
d1f656a
MAINT: fft: np.asarray(...) -> array(...)
by alex
· 10 years ago
dd88309
MAINT: in fft, make copying more explicit
by alex
· 10 years ago
9493157
MAINT: remove unnecessary helper function
by alex
· 10 years ago
3e86500
MAINT: explicit fft copy
by alex
· 10 years ago
ce1dadf
MAINT: fftpack.c needs #define NPY_NO_DEPRECATED_API NPY_API_VERSION.
by Charles Harris
· 11 years ago
214bfd4
BLD: fix include order of headers, otherwise AIX build fails. See gh-5474.
by Ralf Gommers
· 11 years ago
937d1f2
Merge pull request #5492 from grahamc/gotofail-malloc-ret-null-fft
by Julian Taylor
· 11 years ago
c3888e7
BUG: PyErr_NoMemory when PyArray_Zeros fails to initialize
by Graham Christensen
· 11 years ago
b3121e8
BUG: Rename fft C functions to avoid name conflict
by Ryan Nelson
· 11 years ago
06440c1
Merge pull request #5282 from larsmans/c-fixes
by Julian Taylor
· 11 years ago
5af88f9
MAINT: fft: cleanup in fftpack module
by Lars Buitinck
· 11 years ago
6968c25
Merge pull request #5035 from juliantaylor/fft-test
by seberg
· 11 years ago
b8aedd0
TST: join fft threads before getting values
by Julian Taylor
· 11 years ago
4e7ae3d
STY: minor PEP8 fixups for numpy/fft.
by Charles Harris
· 11 years ago
3d14321
Merge pull request #4692 from juliantaylor/fft-interrupt
by Charles Harris
· 11 years ago
9430c7d
Docs: fix numpy.fft.fft2 example
by Frederik Rietdijk
· 11 years ago
edb67b6
TST: reduce memory usage of fft test
by Julian Taylor
· 11 years ago
2d7a9ee
BUG: fix crash when sending interrupt signal to fft functions
by Julian Taylor
· 11 years ago
e4adab8
Make TestFFTThreadSafe tests Py3-compatible
by Alex Stewart
· 11 years ago
5286f5e
Added regression tests for #4655
by Alex Stewart
· 11 years ago
15f02e2
Add comments to clarify cache handling in _raw_fft
by Alex Stewart
· 11 years ago
e24486e
Fix for #4655: Make fftpack._raw_fft threadsafe
by Alex Stewart
· 11 years ago
8225401
DOC: fixed small whitespace error in rfft notes
by Arun Persaud
· 12 years ago
fe05eac
BUG: check axes and window length input for all integer types
by Christoph Gohlke
· 12 years ago
1ae2b9e
DOC: Unlink non-variable 'm', use monospace instead
by endolith
· 12 years ago
df664ea
DOC: Remove parentheses around axis
by endolith
· 12 years ago
e5a80eb
DOC: change "Hermite" to "Hermitian", "though" to "although"
by endolith
· 12 years ago
1ab96d2
DOC: add note clarifying why ifftshift is needed
by endolith
· 12 years ago
8cd496d
DOC: Add examples, copy some text from rfft functions to clarify inputs and outputs
by endolith
· 12 years ago
768a739
DOC: hfft/ihfft description conflicts with itself
by endolith
· 12 years ago
fbd6510
STY: Giant comma spacing fixup.
by Charles Harris
· 12 years ago
8ddb0ce
STY: Giant whitespace cleanup.
by Charles Harris
· 12 years ago
c879ad8
2to3: Apply types fixer.
by Charles Harris
· 12 years ago
bb726ca
2to3: Apply `print` fixer.
by Charles Harris
· 12 years ago
a939f2a
Merge pull request #3178 from charris/2to3-apply-import-fixer
by njsmith
· 12 years ago
5ad97ea
Allow threads for FFT calculations
by Martin Teichmann
· 12 years ago
d4b88c1
2to3: Use absolute imports.
by Charles Harris
· 12 years ago
91aa03f
2to3: Replace xrange by range and use list(range(...)) where needed
by Charles Harris
· 12 years ago
c3fedb3
DOC: Fix typo in fft docs (the indexing variable is 'm', not 'n').
by Maximilian Albert
· 12 years ago
6aa264c
2to3: Put `from __future__ import division in every python file.
by Charles Harris
· 12 years ago
df259db
DEP: Remove scons related files and code.
by Charles Harris
· 13 years ago
dcc2633
DOC: remove "the" from description, single backticks are for variables only
by endolith
· 13 years ago
2596867
DOC: Reword "Hermite symmetry", clarify units of sample spacing
by endolith
· 13 years ago
749e5c1
DOC: Fix length mistake in docstring (rfft length is n//2+1, not n)
by endolith
· 13 years ago
b6ea9f4
DOC: Add rfftfreq to Helper routines in fft module's docstring
by endolith
· 13 years ago
625b426
TST: Add a test for the rfftfreq() function
by endolith
· 13 years ago
a3dbac2
DOC: Clarify the frequencies of the rfft using fs, borrowing text from numpy.fft docstring
by endolith
· 13 years ago
9bd89e4
MAINT: Don't use assert to check variable type
by endolith
· 13 years ago
2e2f452
DOC: Clarify size of odd-length FFTs, default `d` for fftfreq, and some PEP8 style fixes
by endolith
· 13 years ago
4ddb4df
ENH: Add rfftfreq() for numpy's rfft(), which behaves differently from scipy's rfft()/rfftfreq().
by endolith
· 13 years ago
ead9e09
Use PyMODINIT_FUNC and update docs accordingly.
by cgohlke
· 13 years ago
7ec6cf4
REF: simplify extension customization.
by David Cournapeau
· 13 years ago
c993797
UPD: Update files for versioned deprecation.
by Charles Harris
· 13 years ago
d9cdd04
UPD: Make fftpack_litemodule.c use non-deprecated macros/functions.
by Charles Harris
· 13 years ago
7d225bb
STY: Code cleanups.
by Charles Harris
· 13 years ago
88a0292
BUG: Fix bug in irfftn.
by Henry Gomersall
· 13 years ago
f4dd54a
DOC: merge wiki doc edits.
by Ralf Gommers
· 13 years ago
33726b1
STY: fft - replace macros in old_defines.h with new.
by Charles Harris
· 14 years ago
dfafdcd
REF: use new API for higher level builder reuse.
by David Cournapeau
· 14 years ago
0d8b636
REF: use new hook signature.
by David Cournapeau
· 14 years ago
e00b158
REF: define hook file locally.
by David Cournapeau
· 14 years ago
7847043
ENH: update to last bento.
by David Cournapeau
· 14 years ago
1566df7
ENH: remove temporary hacks for recurse path settings.
by David Cournapeau
· 14 years ago
69af3d0
ENH: add fft/random support.
by David Cournapeau
· 14 years ago
cfd7664
STY: Update exception style, easy ones.
by Charles Harris
· 14 years ago
f791984
DEP: remove deprecated names in fftpack.
by rgommers
· 14 years ago
427a963
BUG: Make fftshift and ifftshift accept integer arguments for the axes
by Charles Harris
· 15 years ago
69f7f4c
DEP: Fix more files for unittest deprecated functions. It isn't clear why these
by Charles Harris
· 16 years ago
550df27
3K: fft: fix integer division in (i)fftshift
by Pauli Virtanen
· 16 years ago
0d4e67d
Remove un-necessary import.
by Travis Oliphant
· 16 years ago
e4f233e
fixed a whole bunch of doctests
by Paul Ivanov
· 16 years ago
3031a00
3K: fft: module init for fftpack_lite
by Pauli Virtanen
· 16 years ago
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
Next »