TimeSeries.jl icon indicating copy to clipboard operation
TimeSeries.jl copied to clipboard

TimeSeriesResampler.jl is currently unmaintained

Open femtotrader opened this issue 4 years ago • 6 comments
trafficstars

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

femtotrader avatar Feb 13 '21 21:02 femtotrader

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 avatar Feb 15 '21 10:02 almostintuitive

Maybe @iblis17 could help?

almostintuitive avatar Feb 15 '21 11:02 almostintuitive

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.

iblislin avatar Feb 20 '21 13:02 iblislin

I'll get to this soon!

almostintuitive avatar Mar 19 '21 19:03 almostintuitive

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

ddyok avatar Aug 25 '21 19:08 ddyok

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?

hhaensel avatar Mar 08 '22 07:03 hhaensel