Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.2.1
/
numpy
/
fft
tag
7862531d604169a95647bf9d19d108716ad9ee5e
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Dec 21 18:31:41 2024
object
7469245786b57405b7ae264b386400061b3b25d3
NumPy 2.2.1 release
8b0f975
TYP: Fill in the missing ``__all__`` exports
by jorenham
· 11 months ago
a5be256
TYP: Annotate type aliases without annotation
by jorenham
· 11 months ago
22c7913
BUG: fftn axis bug (#27466)
by Ishankoradia
· 11 months ago
c3a78be
Removed all outdated versionadded/changed directives ISSUES#27239
by Santhana Mikhail Antony S
· 11 months ago
477d9d1
MAINT: Apply ruff/flake8-raise rule RSE102
by Dimitri Papadopoulos
· 12 months ago
a277f9f
Merge branch 'main' into add-import-numpy-as-np-statement
by Agriya Khetarpal
· 1 year, 1 month ago
be86376
TST, MAINT: Loosen required test precision
by Charles Harris
· 1 year, 1 month ago
3c13c42
MAINT: declare that NumPy's C extensions support running without the GIL
by Nathan Goldbaum
· 1 year, 1 month ago
a7632de
Merge branch 'main' into add-import-numpy-as-np-statement
by Agriya Khetarpal
· 1 year, 2 months ago
0c36d55
BUG: Ensure output order follows input in numpy.fft
by vahidmech
· 1 year, 2 months ago
7f72956
DOC, API: Add `>>> import numpy as np` stub to `numpy/fft/`
by Agriya Khetarpal
· 1 year, 2 months ago
394ffa4
MAINT: Simplify bugfix for even rfft
by Marten Henric van Kerkwijk
· 1 year, 4 months ago
5cec3fb
MAINT: Fix a comment to refer to copy_input instead of copy_data.
by Warren Weckesser
· 1 year, 4 months ago
7906d11
TST: Use fft() to compute the expected result of an rfft() test.
by Warren Weckesser
· 1 year, 4 months ago
63a4f61
BUG: Fix rfft for even input length.
by Warren Weckesser
· 1 year, 4 months ago
3ea613c
BLD: use install-tags to optionally install tests (#26274)
by ਗਗਨਦੀਪ ਸਿੰਘ (Gagandeep Singh)
· 1 year, 4 months ago
360caa7
MAINT: utilize ufunc API const correctness internally
by Leo Singer
· 1 year, 4 months ago
760a189
BUG: update pocketfft to unconditionaly disable use of aligned_alloc
by mattip
· 1 year, 5 months ago
7e1c848
TST: Loosen tolerance in fft test.
by Charles Harris
· 1 year, 6 months ago
f0f499f
BLD: Add meson check to test presence of pocketfft git submodule
by Raghuveer Devulapalli
· 1 year, 6 months ago
075e3df
BUG: fix code comment typos in numpy/ directory
by Even Rouault
· 1 year, 6 months ago
aaf2c12
BUG: ensure that FFT routines can deal with integer and bool arrays
by Marten Henric van Kerkwijk
· 1 year, 6 months ago
b8c020f
MAINT: handle possible c++ errors by wrapping the ufuncs
by Marten van Kerkwijk
· 1 year, 7 months ago
a344ca3
MAINT: use vectorized pocketfft routines when possible
by Marten van Kerkwijk
· 1 year, 7 months ago
22c56b5
ENH: Use templating to add support float and longdouble.
by Marten Henric van Kerkwijk
· 1 year, 7 months ago
a22dc48
MAINT: Replace pocketfft with the C++ version and use it in ufuncs
by Marten Henric van Kerkwijk
· 1 year, 7 months ago
f0322c8
BUG: correct irfft with n not equal to the input size
by Marten Henric van Kerkwijk
· 1 year, 7 months ago
0589dc1
Apply suggestions from code review
by Nathan Goldbaum
· 1 year, 7 months ago
796e797
MAINT: fix warning about visibility tag on clang
by Nathan Goldbaum
· 1 year, 7 months ago
570f272
MAINT,ENH: Add FFT gufuncs, use them, and add option to provide out.
by Marten van Kerkwijk
· 1 year, 7 months ago
0ac6bde
MAINT: mark pocketfft interface visibility hidden
by Marten van Kerkwijk
· 1 year, 7 months ago
64aa994
MAINT: put back guards against allocating zero bytes
by Marten van Kerkwijk
· 1 year, 7 months ago
a8813cc
MAINT: Separate out pocketfft from the numpy additions
by Marten van Kerkwijk
· 1 year, 7 months ago
dce08c3
DOC: fft: correct docs about recent deprecations (#25609)
by Lucas Colley
· 1 year, 7 months ago
897f9d0
Apply review comments
by Mateusz Sokół
· 1 year, 7 months ago
6c51000
API: Add device keyword to fftfreq and rfftfreq
by Mateusz Sokół
· 1 year, 7 months ago
9e80d17
API: adjust nD fft `s` param to array API
by lucascolley
· 1 year, 8 months ago
19941fa
MAINT: typo fix
by Nathan Goldbaum
· 1 year, 10 months ago
81c0c8b
MAINT: Make numpy.fft.helper private
by Mateusz Sokół
· 1 year, 10 months ago
7d4f488
MAINT: Adjustments after numpy._core rename
by Mateusz Sokół
· 1 year, 10 months ago
47b70cb
MAINT: Update numpy.core paths to numpy._core
by Mateusz Sokół
· 1 year, 10 months ago
63a1fee
MAINT: remove all `setup.py`'s and related files for distutils builds
by Ralf Gommers
· 2 years ago
3b281dd
TYP: Remove redundant `__path__` annotations
by Bas van Beek
· 2 years ago
768a27f
Mark `d` argument to fftfreq and rfftfreq as optional in type stubs.
by Peter Hawkins
· 2 years, 6 months ago
cafd35c
MAINT: Simplify temporary dimensions by using static array
by Sebastian Berg
· 2 years, 6 months ago
9a7f46a
MAINT: Ensure malloc(0) is not called in pocketfft.c
by Sebastian Berg
· 2 years, 6 months ago
4002a7d
BLD: enable building NumPy with Meson
by Ralf Gommers
· 2 years, 9 months ago
a7abbee
Merge pull request #21895 from hoodmane/emscripten-ci
by Ralf Gommers
· 2 years, 9 months ago
305f842
MAINT: remove `NPY_RESTRICT` in favor of C99 `restrict`
by Ralf Gommers
· 2 years, 9 months ago
08c6e9c
TST: Skip tests that are not currently supported in wasm
by Hood Chatham
· 2 years, 10 months ago
7739583
MAINT: Split `numpy.typing` into a public and private component
by Bas van Beek
· 3 years, 5 months ago
03dc8bf
MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`
by Bas van Beek
· 3 years, 7 months ago
fe361df
STY: Use subscriptable `collections.abc` types over the generic aliases in …
by Bas van Beek
· 3 years, 8 months ago
7b5f39b
STY: Use subscriptable `builtins` types over the generic aliases in `typing`
by Bas van Beek
· 3 years, 8 months ago
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
Next »