Skip to content

Commit 41ac699

Browse files
brandonwillardOriolAbril
authored andcommitted
Rename Theano to Aesara
1 parent c7af3ff commit 41ac699

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ Check out the `getting started guide <http://docs.pymc.io/notebooks/getting_star
1515
using Binder!
1616
For questions on PyMC3, head on over to our `PyMC Discourse <https://discourse.pymc.io/>`__ forum.
1717

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+
1830
Features
1931
========
2032

pymc3/distributions/discrete.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,6 +1364,7 @@ def categorical_logp(op, value, p, upper):
13641364
Value(s) for which log-probability is calculated. If the log probabilities for multiple
13651365
values are desired the values must be provided in a numpy array or `TensorVariable`
13661366
1367+
<<<<<<< HEAD
13671368
"""
13681369
p = p_ / aet.sum(p_, axis=-1, keepdims=True)
13691370
k = aet.shape(p_)[-1]

pymc3/tests/test_distributions_timeseries.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@
2121
from pymc3.model import Model
2222
from pymc3.sampling import sample, sample_posterior_predictive
2323
from pymc3.tests.helpers import select_by_precision
24+
<<<<<<< HEAD
2425

2526
pytestmark = pytest.mark.xfail(reason="This test relies on the deprecated Distribution interface")
27+
=======
28+
>>>>>>> Rename Theano to Aesara
2629

2730
pytestmark = pytest.mark.usefixtures("seeded_test")
2831

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aesara>=2.0.1
2-
arviz>=0.11.1
2+
arviz>=0.11.2
33
dill
44
fastprogress>=0.2.0
55
numpy>=1.15.0

0 commit comments

Comments
 (0)