Skip to content

Releases: xgcm/xrft

v1.0.1

08 Feb 16:14
f9ab8d2
Compare
Choose a tag to compare
  • Drop deprecated xarray.ufunc
  • More verbose error messages when coordinates are not numerical

v1.0.0

13 Jun 14:29
d5a89dc
Compare
Choose a tag to compare

A major update to xrft to where the default behaviour deviates from numpy in the sense that the outputs are consistent with the theoretical Fourier transform.

v0.4.1

18 Jan 09:14
023c86e
Compare
Choose a tag to compare

Fixed a bug in the windowing of cross spectrum.

v0.4.0

06 Nov 15:48
5b18b88
Compare
Choose a tag to compare

Support for zero padding prior to taking the FFT and unpadding prior to iFFT is added.

v0.3.2

13 Sep 13:40
491cc24
Compare
Choose a tag to compare

An official release for PyPI with setuptools-scm for version control.

v0.3.1-rc0

13 Sep 13:32
491cc24
Compare
Choose a tag to compare
v0.3.1-rc0 Pre-release
Pre-release

A release candidate to test PyPI.

v0.3.1

28 Aug 12:39
744209f
Compare
Choose a tag to compare
  • Deprecation cycle for dft and unifies the package to fft
  • Truncation of the isotropic wavenumber at the Nyquist wavenumber.

v0.3.0

15 Mar 13:47
2bb85b3
Compare
Choose a tag to compare

In this release, we have:

  • Implemented the inverse DFT;
  • Added more options for the window function;
  • Parallelized the isotropization of spectrum;
  • Implemented energy/amplitude correction for windowed spectrum.

v0.2.3

16 Nov 14:55
3859d63
Compare
Choose a tag to compare

Fix detrend implementation.

v0.2.2

21 Sep 13:27
d66ba18
Compare
Choose a tag to compare

Remove pyproject.toml to fix installation issue.