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

Update CSV package #132

Open junglegobs opened 2 years ago

junglegobs commented 2 years ago

Currently the CSV package is restricted to versions below 0.7.10, which makes this package incompatible with other packages which use CSV.jl.

I realise that there was a change in syntax for higher versions of CSV.jl, nonetheless I think it's worth it.

I will open a pull request and see if I can do this myself.

spf666666 commented 2 weeks ago

Hi, have you solved this issue? Can you open a pull request? Many thanks!