Releases: elixir-nx/nx_signal
Releases · elixir-nx/nx_signal
v0.2.0 - 2023-08-30
What's Changed
- feat: use vectorization for overlap_and_add by @polvalente in #11
- feat: add NxSignal.Waveforms by @polvalente in #12
- Update version in README.md by @nbw in #15
- Update README.md by @polvalente in #16
- feat: NxSignal.FindPeaks by @polvalente in #13
- Optimise as_windowed and apply :reflect padding to the whole input by @jonatanklosko in #17
- Fix vectorization for stft by @jonatanklosko in #18
New Contributors
- @nbw made their first contribution in #15
- @jonatanklosko made their first contribution in #17
Full Changelog: v0.1.0...v0.2.0
v0.1.0 - 2023-02-10
First release of NxSignal
What's Changed
- feat: overlap-and-add by @polvalente in #1
- docs: add readme contents by @polvalente in #2
- feat: add STFT->MEL conversion by @polvalente in #3
- chore: prepare for release by @polvalente in #4
- docs: add roadmap and remove incomplete examples by @polvalente in #8
- feat: proper NxSignal.istft/3 implementation by @polvalente in #9
Full Changelog: https://github.com/elixir-nx/nx_signal/commits/v0.1.0