Skip to content

Commit 0790115

Browse files
authored
Set-up 3.9.2 Release (#3982)
* Updated RELEASE NOTES * Bumped version number
1 parent 9c7ed77 commit 0790115

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

RELEASE-NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
## PyMC3 3.9.x (on deck)
44
*waiting for contributions*
55

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+
615
## PyMC3 3.9.1 (16 June 2020)
716
The `v3.9.0` upload to PyPI didn't include a tarball, which is fixed in this release.
817
Though we had to temporarily remove the `docs/*` folder from the tarball due to a size limit.

pymc3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# pylint: disable=wildcard-import
16-
__version__ = "3.9.1"
16+
__version__ = "3.9.2"
1717

1818
import logging
1919
import multiprocessing as mp

0 commit comments

Comments
 (0)