TimeSeries.jl
TimeSeries.jl copied to clipboard
TimeSeriesResampler.jl is currently unmaintained
Hello,
Some features are probably out of the scope of this package but as it's very close, I think it should be discussed here also... https://github.com/femtotrader/TimeSeriesResampler.jl/issues/30
Maybe it could have more maintainers if it was under https://github.com/JuliaStats/ ?
Any opinion?
Pinging @itchingpixels
https://github.com/femtotrader/TimeFrames.jl/ is also a candidate for having an other maintainer.
Kind regards
Hi! I'm happy to take on maintaing TimeSeriesResampler.jl and TimeFrames.jl. I think it'd make a lot of sense to move them to JuliaStats, and continue my work under the umbrella of the organisation. Is there anyone who could us with this, who's a JuliaStats organisation member?
Thanks!
Maybe @iblis17 could help?
Hi @itchingpixels,
IMO, I want TimeSeriesResamplerjl and TimeFrames.jl merged into this repo (as julia submodules). Since there is an onging functionality re-design (https://github.com/JuliaStats/TimeSeries.jl/issues/482#issuecomment-778704466), and resampling methods is discussed and we want to include it in this package.
If you're okay about this, just send PRs and ping me in this repo :), or if you really want the standalone repoes, I can ask the org admin for help, also.
I'll get to this soon!
I'll certainly find this useful. Currently going over the code at TimeSeriesResampler because I need something similar...
What's the status here?
Is it a bad idea to submit a PR for a version 0.2.0 which adds a Project.toml and ask to release a new version?
TimeFrame seems to be independent and to cooperate even without a project file:
(TimeSeriesResampler) pkg> st
Project TimeSeriesResampler v0.2.0
Status `C:\Users\<xxx>\.julia\dev\TimeSeriesResampler\Project.toml`
[51948d2b] TimeFrames v0.2.0
[9e3dc215] TimeSeries v0.23.0
[10745b16] Statistics
EDIT: I am aware that changing resampling is under discussion, but wouldn't it be good to have an interim version that allows for working with TimeSeries 0.23?