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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@
3
3
## PyMC3 3.9.x (on deck)
4
4
*waiting for contributions*
5
5
6
+
## PyMC3 3.9.2 (24 June 2020)
7
+
### Maintenance
8
+
- Warning added in GP module when `input_dim` is lower than the number of columns in `X` to compute the covariance function (see [#3974](https://github.com/pymc-devs/pymc3/pull/3974)).
9
+
- Pass the `tune` argument from `sample` when using `advi+adapt_diag_grad` (see issue [#3965](https://github.com/pymc-devs/pymc3/issues/3965), fixed by [#3979](https://github.com/pymc-devs/pymc3/pull/3979)).
10
+
- Add simple test case for new coords and dims feature in `pm.Model` (see [#3977](https://github.com/pymc-devs/pymc3/pull/3977)).
11
+
- Require ArviZ >= 0.9.0 (see [#3977](https://github.com/pymc-devs/pymc3/pull/3977)).
12
+
13
+
_NB: The `docs/*` folder is still removed from the tarball due to an upload size limit on PyPi._
14
+
6
15
## PyMC3 3.9.1 (16 June 2020)
7
16
The `v3.9.0` upload to PyPI didn't include a tarball, which is fixed in this release.
8
17
Though we had to temporarily remove the `docs/*` folder from the tarball due to a size limit.
0 commit comments