File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,18 @@ Check out the `getting started guide <http://docs.pymc.io/notebooks/getting_star
15
15
using Binder!
16
16
For questions on PyMC3, head on over to our `PyMC Discourse <https://discourse.pymc.io/ >`__ forum.
17
17
18
+ The future of PyMC3 & Theano
19
+ ============================
20
+
21
+ There have been many questions and uncertainty around the future of PyMC3 since Theano
22
+ stopped getting developed by the original authors, and we started experiments with PyMC4.
23
+
24
+ We are happy to announce that PyMC3 on Theano (which we are `developing further <https://github.com/pymc-devs/Theano-PyMC >`__)
25
+ with a new JAX backend is the future. PyMC4 will not be developed further.
26
+
27
+ See the `full announcement <https://pymc-devs.medium.com/the-future-of-pymc3-or-theano-is-dead-long-live-theano-d8005f8a0e9b >`__
28
+ for more details.
29
+
18
30
Features
19
31
========
20
32
Original file line number Diff line number Diff line change 21
21
from pymc3 .model import Model
22
22
from pymc3 .sampling import sample , sample_posterior_predictive
23
23
from pymc3 .tests .helpers import select_by_precision
24
+ < << << << HEAD
24
25
25
26
# pytestmark = pytest.mark.usefixtures("seeded_test")
26
27
pytestmark = pytest .mark .xfail (reason = "This test relies on the deprecated Distribution interface" )
28
+ == == == =
29
+ >> >> >> > Rename Theano to Aesara
27
30
28
31
29
32
def test_AR ():
Original file line number Diff line number Diff line change 1
1
aesara >= 2.0.1
2
- arviz >= 0.11.1
2
+ arviz >= 0.11.2
3
3
dill
4
4
fastprogress >= 0.2.0
5
5
numpy >= 1.15.0
You can’t perform that action at this time.
0 commit comments