Skip to content

Commit

Permalink
Upgrade to Theano-PyMC 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege committed Jan 28, 2021
1 parent 43e7572 commit 03d7af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 03d7af5

Please sign in to comment.