xKDR / TSFrames.jl

Timeseries in Julia
MIT License
91 stars 22 forks source link

Release v0.1.0 with TS data structure #108

Closed chiraganand closed 1 year ago

chiraganand commented 1 year ago

Before renaming TS to TimeFrame and the package to TimeFrames.jl (issue #66) we should do a release with existing name and data structure to enable existing users to migrate to the new name.

codetalker7 commented 1 year ago

Registration PR: https://github.com/JuliaRegistries/General/pull/71350

chiraganand commented 1 year ago

PR #111 is merged.

chiraganand commented 1 year ago

Registration PR: JuliaRegistries/General#71350

This will need to be closed and a new PR should be created with the registry.

codetalker7 commented 1 year ago

PR with new package name created: https://github.com/JuliaRegistries/General/pull/72041

chiraganand commented 1 year ago

Registration is complete. I can install the package now using Pkg.add("TSFrames").