Skip to content

Commit

Permalink
Fix some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
atrabattoni committed Dec 3, 2024
1 parent 9ff43e4 commit f384ca4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Release notes

## 0.2.1
- Add `xdas.signal.stft`.
- Add inverse fourrier transforms `xdas.fft.ifft` and `xdas.fft.irfft`.
- Add `xdas.signal.stft`.
- Add inverse Fourier transforms `xdas.fft.ifft` and `xdas.fft.irfft`.
- Add support for APSensing format.
- Fix decimation of freshly openned multi-file datasets.
- Fix zerophase kwarg for `xdas.signal.filter`.
- Improve overlap error message.
- Fix decimation of freshly opened multi-file datasets.
- Fix `zerophase` keyword argument for `xdas.signal.filter`.
- Fix applying fft functions in presence of non-dimensional coordinates.

## 0.2

- Add Dask virtualization backend for non-HDF5 formats (@atrabattoni).
- Add support for miniSEED format (@atrabattoni, @chauvetige).
- Add support for Silixa (TDMS) format (@atrabattoni, @Stutzmann).
- Add support for miniSEED format (@atrabattoni, @chauvetige).
- Add support for Silixa (TDMS) format (@atrabattoni, @Stutzmann).

## 0.1.2

Expand Down
2 changes: 1 addition & 1 deletion tests/test_fft.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_with_non_dimensional(self):
xfft.rfft(da)


class TestIncerse:
class TestInverseTransforms:
def test_standard(self):
expected = xd.synthetics.wavelet_wavefronts()
result = xfft.ifft(
Expand Down

0 comments on commit f384ca4

Please sign in to comment.