hippalectryon-0 / xr-scipy

scipy for xarray eco-system
http://xr-scipy.readthedocs.io
61 stars 9 forks source link

Mirror np.fft #23

Closed hippalectryon-0 closed 1 year ago

hippalectryon-0 commented 1 year ago

We mirror scipy.fft, but not anymore numpy.fft.

scipy.fft is mostly an overload of numpy.fft so this should be trivial.

hippalectryon-0 commented 1 year ago

Related: https://github.com/dask/dask/issues/6440

Maybe it's better to only keep scipy.fft

hippalectryon-0 commented 1 year ago

Closing until we have users that actually require this