Skip to content

v0.3.1

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 21 Jan 21:58
· 27 commits to master since this release
v0.3.1
7821904

v0.3.1 (2020-01-21)

Diff since v0.3.0

New Features

  • New Window function for windowing a signal

Improvements

  • sink is more optimized: uses a view where appropriate (e.g. sink(rand(10,2) |> Until(5frames)))

Fixes

  • Export DSP names (Lowpass, Highpass etc...) for use with Filt. This was the documented interface.
  • Handle sink when input is a range
  • Handle zero and negative lengths for Until and After
  • Tuple signals sink(Tuple) properly work as input to all operators