You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Michael Osthege edited this page Jun 5, 2021
·
15 revisions
2021-06-05 PyMC Timeline
What a year! What started out as a very diffuse outlook has converged to an exciting future for PyMC3: Our backend changed from Theano through Theano-PyMC into Aesara, a next-generation graph computation engine.
This means that exciting features and a few breaking changes are coming to your favorite PPL, PyMC3.
First of all, the 3 in PyMC3 no longer has anything to do with the package version.
Better think of it as "PyMC for Python 3" compared to the predecessor "PyMC2".
Depending on the release version, PyMC3 depends on different graph computation backends:
pymc3 <3.10 depends on Theano
pymc3 >=3.10,<4 depends on Theano-PyMC
pymc3 >=4 depends on Aesara
Branches:
main, formerly known as master. From this branch we make releases of pymc3 >=4.0.0.
v3 is for backporting critical bugfixes to the "old" PyMC3.
Check the Milestones to find which releases are coming up next.