Skip to content

Releases: fraunhoferportugal/tsfel

v0.1.7

27 Mar 17:12
Compare
Choose a tag to compare
  • New features

    • Implemented the Lempel-Ziv-Complexity in the temporal domain (#146 <https://github.com/fraunhoferportugal/tsfel/pull/146>_)
    • Added the fractal domain with the following features (#144 <https://github.com/fraunhoferportugal/tsfel/pull/144>_):
      • Detrended fluctuation analysis (DFA)
      • Higuchi fractal dimension
      • Hurst exponent
      • Maximum fractal length
      • Multiscale entropy (MSE)
      • Petrosian fractal dimension
  • Changes

    • Changed the autocorrelation logic. It now measures the first lag below (1/e) from the ACF (#142 <https://github.com/fraunhoferportugal/tsfel/issues/142>_).

Version 0.1.6

23 Aug 07:53
efe2bbc
Compare
Choose a tag to compare
  • Changes

    • Feature total energy changed name to average power
    • Features peak to peak, absolute energy and entropy are now classified as statistical
  • Bugfixes

    • Fixed a bug on numpy bool usage (#133 <https://github.com/fraunhoferportugal/tsfel/issues/133>_)
    • Fixed a bug on features' header names
  • Improvements

    • Correlated features are now computed using absolute value
    • Unit tests improvements
    • Refactoring of some code sections and overall improved stability

v0.2.0-ops

02 Jun 08:45
Compare
Choose a tag to compare
v0.2.0-ops Pre-release
Pre-release
Update unit tests

v0.2.0

02 Feb 18:25
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
Bug fixed on percentile, spectral_kurtosis and spectral_skewness

Version 0.1.5

02 Mar 15:05
Compare
Choose a tag to compare
  • Bugfixes

    • Fixed bug on scipy function median_absolute_deviation to median_abs_deviation #128
    • Fixed on pandas function df.append to pd.concat #120

v0.1.4

14 Feb 17:48
Compare
Choose a tag to compare

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

v0.1.3

02 Jul 15:41
Compare
Choose a tag to compare
Fixed versions

v0.1.2

21 Jan 16:47
Compare
Choose a tag to compare

Bump to v0.1.2

v0.1.1

21 Jan 14:31
Compare
Choose a tag to compare
  • Added new features

    • Empirical cumulative distribution function
    • Empirical cumulative distribution function percentile
    • Empirical cumulative distribution function slope
    • Empirical cumulative distribution function percentile count
    • Spectral entropy
    • Wavelet entropy
    • Wavelet absolute mean
    • Wavelet standard deviation
    • Wavelet variance
    • Wavelet energy
  • Minor fixes for Google Colab

v0.1.1-dev

21 Jan 09:38
Compare
Choose a tag to compare
v0.1.1-dev Pre-release
Pre-release
Colab updates.