Skip to content

Releases: brendanjohnharris/Catch22.jl

v0.7.0

16 Dec 04:30

Choose a tag to compare

Catch22 v0.7.0

Diff since v0.6.0

  • Breaking update for TimeseriesFeatures v0.6.0
  • Overhauls calculation loops and types, to solve this issue

v0.6.0

10 Dec 10:52

Choose a tag to compare

Catch22 v0.6.0

Diff since v0.5.2

  • Breaking update for TimeseriesFeatures v0.5.0
  • Fixes bugs in non-Float64 inputs to DN_Mean and DN_Spread_STD

v0.5.2

09 Dec 12:42

Choose a tag to compare

Catch22 v0.5.2

Diff since v0.5.1

  • Fix bug in DN_spread_std and DN_mean; incorrect values returned for non-float64 inputs

Merged pull requests:

v0.5.1

05 Nov 03:01

Choose a tag to compare

Catch22 v0.5.1

Diff since v0.5.0

  • Update for DimensionalData v0.29

Merged pull requests:

v0.5.0

22 Jan 23:20

Choose a tag to compare

Catch22 v0.5.0

Diff since v0.4.5

Merged pull requests:

Closed issues:

  • Update feature names for new catch22 version (#29)

v0.4.5

17 Oct 03:13

Choose a tag to compare

Catch22 v0.4.5

Adds:

  • A new standalone feature, the rescaled auto-density (CR_RAD)
  • Feature sets with shortened feature names, c22 and c24

Diff since v0.4.4

v0.4.4

10 May 06:52

Choose a tag to compare

Bug fixes to multithreading and opening the C library, giving significant speed up to calculations involving many time series. Also, a method for evaluating features on vectors of time series. Thanks to @xgdgsc!

v0.4.3

09 Nov 11:11

Choose a tag to compare

Fix minor version compat

v0.4.2

09 Nov 10:44

Choose a tag to compare

Relax compatibility

v0.4.1

21 Sep 13:45
d225438

Choose a tag to compare

Introduced SuperFeatures, which allow FeatureSets to lazily perform operations that are common to many time-series Features. Fixed compat.