Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.22.3
/
numpy
/
fft
tag
d91879a7812646bc2d336ba49a0f1acc8dd9c7c3
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Mar 07 20:00:05 2022
object
7d4349e332fcba2bc3f266267421531b3ec5d3e6
NumPy 1.22.3 release
f4a992c
ENH: Add annotations for `np.fft`
by Bas van Beek
· 3 years, 10 months ago
7653829
STY: Small cleanups of includes in *.c files.
by Charles Harris
· 4 years ago
a3e2b7c
MAIN: Minor include rationalization.
by Charles Harris
· 4 years ago
a5c9bb5
index_tricks.py file not modified
by shubham11941140
· 4 years ago
77f718c
ENH: Add `__path__` annotations to all sub-packages
by Bas van Beek
· 4 years, 1 month ago
25e6e11
ENH: Add annotations for `<module>.test` objects
by Bas van Beek
· 4 years, 1 month ago
350d7a5
ENH: Add improved placeholder annotations for `np.fft`
by Bas van Beek
· 4 years, 4 months ago
cfbcd38
ENH: Add `__all__` to a number of public modules
by Bas van Beek
· 4 years, 4 months ago
bfb5e9f
DOC: Update some plotting code to current Matplotlib idioms
by Tim Hoffmann
· 4 years, 5 months ago
cb71c43
MAINT: Added Chain exceptions where appropriate (#18400)
by Abhay Raghuvanshi
· 4 years, 5 months ago
7dce0ed
DOC: Parameter name typo axes -> axis in numpy.fft._pocketfft.
by Matthias Bussonnier
· 4 years, 8 months ago
c9f9081
Merge pull request #16818 from rohitsanj/examples-rfft2-irfft2
by Charles Harris
· 4 years, 8 months ago
99051b4
BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packages
by Bas van Beek
· 4 years, 10 months ago
dec8879
Merge pull request #17104 from BvB93/sub-modules
by Charles Harris
· 5 years ago
6e00aae
MAINT: Remove users of `numpy.compat.integer_types`
by Eric Wieser
· 5 years ago
b67db6b
ENH: Replace module-level `__getattr__` with explicitly defined objects
by Bas van Beek
· 5 years ago
1ef217b
ENH: Add placeholder stubs for all sub-modules
by Bas van Beek
· 5 years ago
64847ed
DOC: update rfft2/irfft2 examples.
by Ross Barnowski
· 5 years ago
e03d99d
DOC: added examples for rfft2 and irfft2 docstring
by Rohit Sanjay
· 5 years ago
8a92eb4
DOC: Disclaimer for FFT library
by Ben Nathanson
· 5 years ago
6f67399
DOC: Clarify input to irfft/irfft2/irfftn (#16950)
by Bharat Raghunathan
· 5 years ago
d3eae8b
Merge pull request #16532 from seberg/delete-sigint-handling
by Matti Picus
· 5 years ago
0862be9
ENH: add `norm=forward,backward` to numpy.fft functions (#16476)
by Chris Vavaliaris
· 5 years ago
ec62be2
BUG: Remove non-threadsafe sigint handling from fft calculation
by Sebastian Berg
· 5 years ago
a51ac26
Mark tests as a subpackage rather than data.
by Hameer Abbasi
· 5 years ago
6ee4917
DOC: Add missing bracket (gh-16051)
by Chunlin
· 5 years ago
517f53d
BUG: Add _LARGE_FILES to def_macros[] when platform is AIX (gh-15938)
by Michael Felt
· 5 years ago
d6ddc68
MAINT: Pull identical line out of conditional.
by Ross Barnowski
· 5 years ago
07bf33f
MAINT: cleanup unused imports; avoid redefinition of imports
by Mike Taves
· 6 years ago
879d0e4
BLD: use 0.3.7 release version, add dependency on libgfortran5
by mattip
· 6 years ago
1427484
MAINT: Remove sys.version checks in tests
by Seth Troisi
· 6 years ago
c31cc36
MAINT: Remove implicit inheritance from object class (#15236)
by Jon Dufresne
· 6 years ago
b7c27bd
Merge pull request #14376 from jdufresne/future
by Sebastian Berg
· 6 years ago
e1aecb0
MAINT: Remove Python2 specific C module setup (gh-15231)
by Seth Troisi
· 6 years ago
ed1e965
MAINT: Remove unnecessary 'from __future__ import ...' statements
by Jon Dufresne
· 6 years ago
b2b45fe
DOC: Note FFT type promotion (#14912)
by Daniel Ching
· 6 years ago
43bc819
DOC: remove note about Pocketfft license file (non-existing here).
by Ralf Gommers
· 6 years ago
0adfbf2
MAINT: clean up numpy/fft/info.py
by Ralf Gommers
· 6 years ago
36e7ad2
MAINT: move pocketfft .py/.so to `_pocketfft`
by Ralf Gommers
· 6 years ago
3cd8933
BUG: Fix ZeroDivisionError for zero length arrays in pocketfft. (#14279)
by mreineck
· 6 years ago
abf3fe8
BUG: Better err message for norm
by Eric Larson
· 6 years ago
42fb367
Incremented _tol my factor of 8.
by Oleksandr Pavlyk
· 6 years ago
4c1fd6a
Replaced np.sqrt(X.size) with np.sqrt(np.log2(X.size)) per PR review
by Oleksandr Pavlyk
· 6 years ago
3e0014f
Replaced assert_array_almost_equal with assert_allclose
by Oleksandr Pavlyk
· 6 years ago
722be57
DOC: Add note to irfft-like functions about the default sizes
by Peter Bell
· 6 years ago
69c8250
TST: Added test_fftpocket.py::test_axes
by Oleksandr Pavlyk
· 6 years ago
4bba58a
Spelling
by Roman Yurchak
· 7 years ago
1c55693
TST Check FFT for C/Fortran ordered and non contigous arrays
by Roman Yurchak
· 7 years ago
4400a93
tweak test
by Martin Reinecke
· 7 years ago
38b5b7b
fix #12663
by Martin Reinecke
· 7 years ago
a5078dc
DOC, TST: clean up matplotlib imports
by Tyler Reddy
· 7 years ago
49a798c
DOC, TST: remove agg setting from docs
by Tyler Reddy
· 7 years ago
062dc8f
replace fftpack with pocketfft
by Martin Reinecke
· 7 years ago
1978417
MAINT: address several reviewer comments
by Tyler Reddy
· 7 years ago
2508610
TST, DOC: enable refguide_check
by Tyler Reddy
· 7 years ago
4d24bbd
ENH: set correct __module__ for objects in numpy's public API
by Stephan Hoyer
· 7 years ago
8bab96f
MAINT: set preferred __module__ for numpy functions
by Stephan Hoyer
· 7 years ago
18c1210
ENH: __array_function__ support for np.fft and np.linalg (#12117)
by Stephan Hoyer
· 7 years ago
98053a2
MAINT: Normalize axes the normal way in fftpack.py
by Eric Wieser
· 7 years ago
11302b6
MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary import dependencies
by Eric Wieser
· 7 years ago
f6c4dac
Merge pull request #10775 from mdboom/return-errors-from-init
by Eric Wieser
· 7 years ago
7bf0564
MAINT: Remove all uses of run_module_suite.
by Charles Harris
· 7 years ago
cf46d8c
TST: Update modules `test` to PytestTester.
by Charles Harris
· 7 years ago
6126789
MAINT: Remove "bench" from testing modules `__init__`s.
by Charles Harris
· 7 years ago
2a6565c
Return NULL from PyInit_* when exception is raised
by Michael Droettboom
· 7 years ago
3629e39
Use dummy_threading on platforms that don't support threading (#10773)
by Michael Droettboom
· 7 years ago
01541f2
Merge pull request #10618 from eric-wieser/avoid-nontuple-indices
by Marten van Kerkwijk
· 7 years ago
f3eb7ab
BUG: Improving the accuracy of the FFT implementation
by Nils Becker
· 8 years ago
e441c29
MAINT: Stop using non-tuple indices internally
by Eric Wieser
· 8 years ago
b83e962
ENH: Implement fft.fftshift/ifftshift with np.roll for improved performance (#10073)
by Gaspar Karm
· 8 years ago
62a12d2
TST, MAINT: Add `__init__.py` files to tests directories.
by Charles Harris
· 8 years ago
e0f1740
TST: Remove unittest dependencies in numpy/fft/tests.
by Charles Harris
· 8 years ago
ae84af3
MAINT: Rearrange files in numpy/testing module.
by Charles Harris
· 8 years ago
dcafaf4
MAINT: Include the function name in all argument error messages
by Eric Wieser
· 8 years ago
48783e5
MAINT: replace len(x.shape) with x.ndim
by Eric Wieser
· 8 years ago
666553e
MAINT: Remove shebang from test modules
by Sami Salonen
· 9 years ago
bdd318b
BUG: correct norm='ortho' scaling for rfft when n != None
by Gregory R. Lee
· 9 years ago
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
Next »