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 22 forks source link

Renaming the package from ClustForOpt to TimeSeriesClustering #110

Closed holgerteichgraeber closed 5 years ago

holgerteichgraeber commented 5 years ago

We are currently in the process of renaming the package. It is unclear if it has to be re-registered, which would require everyone to add it again to their julia package list: https://github.com/JuliaRegistries/General/issues/2770

@mleprovost I saw that you forked the package, appreciated! Because of the rename, there could be a chance that there are hickups, but should be resolved in the next 2-3 days. In the meantime, you should be able to use the package under its old name as ClustForOpt (just do using ClustForOpt) as is.

holgerteichgraeber commented 5 years ago

Requested a rename with a new uuid: https://github.com/JuliaRegistries/General/pull/2898

holgerteichgraeber commented 5 years ago

The package is registered and can now be used with ] add TimeSeriesClustering.