MBrouns / timeseers

Time should be taken seer-iously
MIT License
311 stars 39 forks source link

Porting to PyMC4? #43

Open yclicc opened 1 year ago

yclicc commented 1 year ago

PyMC4 has now been released https://www.pymc.io/blog/v4_announcement.html#v4_announcement with various new features including better GPU support. Are there any plans to port this repo to PyMC4? Mostly this would involve just changing the imports from import pymc3 as pm to import pymc as pm but maybe also changing the way plots are handled https://www.pymc-labs.io/blog-posts/the-quickest-migration-guide-ever-from-pymc3-to-pymc-v40/ .

I noticed this closed issue https://github.com/MBrouns/timeseers/issues/40 but I'm not sure that you actually changed anything in response to that?

MBrouns commented 1 year ago

I’m not actively maintaining timeseers at the moment, but it is probably a good idea to update if you’re planning to use this library

twiecki commented 1 year ago

@yclicc If you're interested, I recommend you fork this repo and maintain it, it's great functionality! Unless @MBrouns still wants to host it and review&merge PRs or add you as maintainer.