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
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
+ 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)).
9
9
10
10
### Maintenance
11
+
- 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))
11
12
-`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)).
0 commit comments