Skip to content

Commit 7572728

Browse files
authored
fourier_transform_functions.py -> fft.py, update respective uses (#504)
1 parent 3c0d3ee commit 7572728

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

spec/API_specification/array_api/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from .statistical_functions import *
1313
from .utility_functions import *
1414
from . import linalg
15+
from . import fft
1516

1617

1718
__array_api_version__: str = "YYYY.MM"

spec/extensions/fourier_transform_functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A conforming implementation of the array API standard must provide and support t
1515
Objects in API
1616
--------------
1717

18-
.. currentmodule:: array_api.fourier_transform_functions
18+
.. currentmodule:: array_api.fft
1919

2020
..
2121
NOTE: please keep the functions and their inverse together

0 commit comments

Comments
 (0)