From fd5faaec089aa3613dae01109f31ffbc6d7cc170 Mon Sep 17 00:00:00 2001 From: Michael Osthege Date: Thu, 28 Jan 2021 11:25:51 +0100 Subject: [PATCH] Upgrade to Theano-PyMC 1.1.2 --- RELEASE-NOTES.md | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 99e35d659b..a2bff57c10 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -8,6 +8,7 @@ + Automatic imputations now also work with `ndarray` data, not just `pd.Series` or `pd.DataFrame` (see[#4439](https://github.com/pymc-devs/pymc3/pull/4439)). ### Maintenance +- We upgraded to `Theano-PyMC v1.1.2` which [includes bugfixes](https://github.com/pymc-devs/aesara/compare/rel-1.1.0...rel-1.1.2) for warning floods and compiledir locking (see [#4444](https://github.com/pymc-devs/pymc3/pull/4444)) - `math.log1mexp_numpy` no longer raises RuntimeWarning when given very small inputs. These were commonly observed during NUTS sampling (see [#4428](https://github.com/pymc-devs/pymc3/pull/4428)). ## PyMC3 3.11.0 (21 January 2021) diff --git a/requirements.txt b/requirements.txt index 54fccd1a8b..93cb80ebc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ numpy>=1.15.0 pandas>=0.24.0 patsy>=0.5.1 scipy>=1.2.0 -theano-pymc==1.1.0 +theano-pymc==1.1.2 typing-extensions>=3.7.4