Releases: brendanjohnharris/Catch22.jl
Releases · brendanjohnharris/Catch22.jl
v0.7.0
Catch22 v0.7.0
- Breaking update for TimeseriesFeatures v0.6.0
- Overhauls calculation loops and types, to solve this issue
v0.6.0
Catch22 v0.6.0
- Breaking update for TimeseriesFeatures v0.5.0
- Fixes bugs in non-Float64 inputs to DN_Mean and DN_Spread_STD
v0.5.2
Catch22 v0.5.2
- Fix bug in DN_spread_std and DN_mean; incorrect values returned for non-float64 inputs
Merged pull requests:
- Update CI.yml (#40) (@brendanjohnharris)
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
Featurefunctionality 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,
c22andc24
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.