Skip to content

Version 0.6.1

Compare
Choose a tag to compare
@scottclowe scottclowe released this 12 Mar 00:00
· 103 commits to v0.6.x since this release

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 using datahandler instead, which is incorrect; this was silently ignored previously but will now trigger an error). (#62)
  • Use ncores_preparation for perparation step, not ncores_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)