Skip to content

v0.1.4

Compare
Choose a tag to compare
@dmfolgado dmfolgado released this 14 Feb 17:48
· 77 commits to master since this release

Version 0.1.4

  • Bugfixes

    • Fixed a bug on the progress bar not being displayed if the signal is passed already divided into windows #49
    • Fixed a bug on the distance feature #54
    • Fixed a bug raising zero division in the ECDF slope feature #57
    • Fixed a bug when adding customised features using the JSON
    • Fixed a bug on LPC was returning inconsistent values #58
    • Fixed a bug on normalised autocorrelation #64
  • Improvements

    • Refactoring of some code sections and overall improved stability
    • The documentation has been improved and a FAQ section was created
    • The window_splitter parameter is now deprecated. If the user selected a window_size it is assumed that the signal must be divided into windows.
    • Unit tests improvements
  • New features

    • Added to return the size of the feature vector from the configuration dictionary #50