Skip to content

Commit fe7ac3e

Browse files
committed
Merge branch 'bump_v3.1rc4' of github.com:pymc-devs/pymc3 into bump_v3.1rc4
2 parents 85101cf + a6227f9 commit fe7ac3e

File tree

3 files changed

+794
-4
lines changed

3 files changed

+794
-4
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ formats:
33
- epub
44

55
# pip requirements file for building sphinx docs (e.g. nbsphinx)
6-
requirements_file: docs/requirements-docs.txt
6+
requirements_file: docs/requirements-dev.txt
77

88
# can also specify a conda env file if pip isn't enough, for example:
99
# conda:

RELEASE-NOTES.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,26 @@
44

55
### New features
66

7-
* [Add Gaussian Process submodule](http://pymc-devs.github.io/pymc3/notebooks/GP-introduction.html)
7+
* New user forum at http://discourse.pymc.io
8+
9+
* [Gaussian Process submodule](http://pymc-devs.github.io/pymc3/notebooks/GP-introduction.html)
10+
11+
* Much improved variational inference support:
12+
13+
- [Add Operator Variational Inference (experimental).](http://pymc-devs.github.io/pymc3/notebooks/bayesian_neural_network_opvi-advi.html)
14+
15+
- [Add Stein-Variational Gradient Descent as well as Amortized SVGD (experimental).](https://github.com/pymc-devs/pymc3/pull/2183)
16+
17+
- [Add pm.Minibatch() to easily specify mini-batches.](http://pymc-devs.github.io/pymc3/notebooks/bayesian_neural_network_opvi-advi.html#Minibatch-ADVI)
18+
19+
- Added various optimizers including ADAM.
20+
21+
- Stopping criterion implemented via callbacks.
822

923
* sample() defaults changed: tuning is enabled for the first 500 samples which are then discarded from the trace as burn-in.
1024

25+
* MvNormal supports Cholesky Decomposition now for increased speed and numerical stability.
26+
1127
* Many optimizations and speed-ups.
1228

1329
* NUTS implementation now matches current Stan implementation.
@@ -54,8 +70,6 @@
5470

5571
* GLM models do not need a left-hand variable anymore.
5672

57-
* Add support for cholesky parametrizations for cov/corr matrices.
58-
5973
* Refactored HMC and NUTS for better readability.
6074

6175
* Add support for Python 3.6.

docs/source/notebooks/bayesian_neural_network_opvi-advi.ipynb

Lines changed: 776 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)