holgerteichgraeber / TimeSeriesClustering.jl

Julia implementation of unsupervised learning methods for time series datasets. It provides functionality for clustering and aggregating, detecting motifs, and quantifying similarity between time series datasets.
MIT License
82 stars 23 forks source link

Dev into master (new v0.4.2) #104

Closed holgerteichgraeber closed 5 years ago

holgerteichgraeber commented 5 years ago

Move the current dev branch into master. Includes enhanced testing, integration with codecov.io, and enhanced documentation.

holgerteichgraeber commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@b70a5d2). Click here to learn what that means. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #104   +/-   ##
=========================================
  Coverage          ?   64.46%           
=========================================
  Files             ?        9           
  Lines             ?      515           
  Branches          ?        0           
=========================================
  Hits              ?      332           
  Misses            ?      183           
  Partials          ?        0
Impacted Files Coverage Δ
src/optim_problems/run_opt.jl 0% <ø> (ø)
src/clustering/run_clust.jl 88.54% <100%> (ø)
src/clustering/extreme_vals.jl 84.21% <33.33%> (ø)
src/utils/utils.jl 83.15% <50%> (ø)
src/utils/load_data.jl 71.42% <70.58%> (ø)
src/utils/datastructs.jl 97.36% <80%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b70a5d2...5443a35. Read the comment docs.