Skip to content

Releases: DynamicsAndNeuralSystems/catch22

v0.4.0

21 Jun 07:08
Compare
Choose a tag to compare
  • Issues fixed with (and minor improvements for) Matlab wrapper
  • CO_f1ecac now matches the Matlab implementation (systematic offset of 1)

v0.3.1

09 Jun 00:59
854d7a0
Compare
Choose a tag to compare

Adds a catch24 option to compute Mean (DN_Mean) and Standard Deviation (DN_Spread_Std) as features in addition to the standard catch22. Deletes R wrapper from repository as native R implementation Rcatch22 is on CRAN and requires no manual compilation. Interpolates the CO_f1ecac feature to now return a double instead of an integer for more nuanced performance in feature-based time-series analysis applications, such as time-series classification.

v0.2.1

11 Jan 06:18
Compare
Choose a tag to compare

Essentially identical to v0.2.0, linked to Zenodo this time

v0.2.0

10 Jan 10:40
Compare
Choose a tag to compare

The C-implementation of catch22 does now work on Windows, Mac and Linux without discrepancies in feature outputs.

v0.1.0

21 Jun 17:09
Compare
Choose a tag to compare

This release works on Windows with the Visual Studio C compiler and on Mac and Linux using GCC. The R-wrapper requires GCC so far.