Version 0.6.1
Release date: 2019-03-11. Full commit changelog.
Fixed
- Allow
deltaf.findBaselineF0
to run with fewer than 90 samples, by reducing the pad-length if necessary. (#62) - Basic usage notebook wasn't supplying the correct
datahandler_custom
argument for the custom datahandler (it was usingdatahandler
instead, which is incorrect; this was silently ignored previously but will now trigger an error). (#62) - Use
ncores_preparation
for perparation step, notncores_separation
. (#59) - Only use
ncores_separation
for separation step, not all cores. (#59) - Allow both byte strings and unicode strings to be arguments of functions which require strings. Previously, byte strings were required on Python 2.7 and unicode strings on Python 3. (#60)