v0.3.1
v0.3.1 (2020-01-21)
New Features
- New
Window
function for windowing a signal
Improvements
sink
is more optimized: uses aview
where appropriate (e.g.sink(rand(10,2) |> Until(5frames))
)
Fixes
- Export
DSP
names (Lowpass
,Highpass
etc...) for use withFilt
. This was the documented interface. - Handle
sink
when input is arange
- Handle zero and negative lengths for
Until
andAfter
- Tuple signals
sink(Tuple)
properly work as input to all operators