alkaline-ml / pmdarima

A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.
https://www.alkaline-ml.com/pmdarima
MIT License
1.59k stars 234 forks source link

When will the next release of pmdarima be available? #466

Closed jayc-stripe closed 2 years ago

jayc-stripe commented 2 years ago

Describe the question you have

Hello! I'm currently working on a project that requires both statsmodel 0.13.0 and pmdarima. I noticed that pmdarima added support for statsmodel 0.13.0 in https://github.com/alkaline-ml/pmdarima/pull/457, but unfortunately I am required to use a tagged version of pmdarima and so cannot just pull in the bleeding edge version of pmdarima. We have other workarounds for the time being, but are curious -- when will the next release of pmdarima be available? Please let us know, thank you!

Versions (if necessary)

No response

aaronreidsmith commented 2 years ago

Thanks for the question! I just opened #467 to update our docs for a 1.8.4 release. We will shoot to merge that and release tomorrow, 2021-11-05

jayc-stripe commented 2 years ago

Wow that's an amazing turnaround time. Thank you!

aaronreidsmith commented 2 years ago

1.8.4 was deployed this morning. Just a note, we only maintain the wheels in this repo. If you are a conda user, those releases are maintained here.

jayc-stripe commented 2 years ago

Thanks again!