JuliaStats / TimeSeries.jl

Time series toolkit for Julia
Other
349 stars 69 forks source link

TimeSeriesResampler.jl is currently unmaintained #485

Open femtotrader opened 3 years ago

femtotrader commented 3 years ago

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

almostintuitive commented 3 years ago

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!

almostintuitive commented 3 years ago

Maybe @iblis17 could help?

iblislin commented 3 years ago

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.

almostintuitive commented 3 years ago

I'll get to this soon!

ddyok commented 2 years ago

I'll certainly find this useful. Currently going over the code at TimeSeriesResampler because I need something similar...

hhaensel commented 2 years ago

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?