Releases: brendanjohnharris/Catch22.jl
Releases · brendanjohnharris/Catch22.jl
v0.5.1
Catch22 v0.5.1
- Update for DimensionalData v0.29
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#37) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#38) (@dependabot[bot])
v0.5.0
Catch22 v0.5.0
- Added shortened feature names
- Moved core
Feature
functionality to TimeseriesFeatures.jl
Merged pull requests:
- Update README.md (#34) (@brendanjohnharris)
- Bump actions/checkout from 2 to 4 (#35) (@dependabot[bot])
- Bump codecov/codecov-action from 2 to 3 (#36) (@dependabot[bot])
Closed issues:
- Update feature names for new catch22 version (#29)
v0.4.5
Catch22 v0.4.5
Adds:
- A new standalone feature, the rescaled auto-density (
CR_RAD
) - Feature sets with shortened feature names,
c22
andc24
v0.4.4
v0.4.3
Fix minor version compat
v0.4.2
Relax compatibility
v0.4.1
Introduced SuperFeatures
, which allow FeatureSets
to lazily perform operations that are common to many time-series Features
. Fixed compat.
v0.4.0
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
Feature
s,FeatureSet
s, andFeatureArray
s - Now uses the artifact system to download test data from catch22 repo
v0.3.1
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) andDN_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
FeatureArray
s withFeature
s orSymbol
s, without the need for trailing colons - Updated test outputs and performance results
v0.2.4
Fixed compat entry for Dimensional Data