Releases: haberdashPI/SignalOperators.jl
Releases · haberdashPI/SignalOperators.jl
v0.1.4
v0.1.4 (2019-10-18)
Fixes
- Solved performance bug in
mapsignal
(x20-50 slowdown between v0.1.2 & v0.1.3) - Solved bug in the usage of integer sample rates
- Solved bug in
append(x,y)
whennsamples(x) == 0
- Broadened dependency compatabilities
v0.1.3
v0.1.3 (2019-10-17)
Changes
- new function
toeltype
- improved default unit handling for
signal(fn,...)
interface
Fixes
- Fixed several bugs in
filter
that arise when it is not the last operation performed - Fixed bug in
pad
following a filtering operation of a very long signal or a call toafter
- Thoroughly proofread documentation
- Fixed some bugs in REPL display of signals
normpower
now properly normalizes across all channels instead of within all channels
(the latter can still be accomplished withchannels(normpower.(channel.(Ref(x),1:nchannels(x)))...)
v0.1.2
v0.1.1
v0.1.1 (2019-09-25)
Improvements
- Documentation
- Readable
show
(#3) - Refactoring (#2)
- Tests coverage (#1)
- Removed bugs in multi-channel filtering
- More piping cases handled for
sink
andsignal
- Initial steps towards improved performance (remains largely untested).
Changes
- Function signals can interpret phase offsets in units of time
- changed
across_channels
keyword tobychannel
(inmapsignal
)