Skip to content

Releases: brendanjohnharris/Catch22.jl

v0.5.0

22 Jan 23:20
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Fix minor version compat

v0.4.2

09 Nov 10:44
Compare
Choose a tag to compare

Relax compatibility

v0.4.1

21 Sep 13:45
d225438
Compare
Choose a tag to compare

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

v0.4.0

22 Jun 01:26
Compare
Choose a tag to compare

Release to match catch22-v0.4.0.

Changes from catch22 include:

  • CO_f1ecac offset corrected
  • Test outputs updated

Changes to Catch22.jl include:

  • New docs for Features, FeatureSets, and FeatureArrays
  • Now uses the artifact system to download test data from catch22 repo

v0.3.1

10 Jun 04:39
Compare
Choose a tag to compare

Update for catch22 v0.3.1.

From the new version of catch22:

  • CO_f1ecac now uses interpolation to estimate the first 1/e crossing of the autocorrelation function
  • A memory leak in SB_MotifThree has been fixed
  • Catch24 is now available, which adds DN_Mean (the mean) and DN_Spread_Std (the standard deviation) to catch22

Catch22.jl itself now has:

  • A new binary builder script, supporting more platforms
  • Compatibility with the newest version of DimensionalData.jl
  • The option to index FeatureArrays with Features or Symbols, without the need for trailing colons
  • Updated test outputs and performance results

v0.2.4

05 Jun 03:24
Compare
Choose a tag to compare

Fixed compat entry for Dimensional Data

v0.2.3

04 Jun 08:22
Compare
Choose a tag to compare

Update Project.toml version to match GitHub release tag