File tree Expand file tree Collapse file tree 3 files changed +794
-4
lines changed Expand file tree Collapse file tree 3 files changed +794
-4
lines changed Original file line number Diff line number Diff line change 3
3
- epub
4
4
5
5
# pip requirements file for building sphinx docs (e.g. nbsphinx)
6
- requirements_file : docs/requirements-docs .txt
6
+ requirements_file : docs/requirements-dev .txt
7
7
8
8
# can also specify a conda env file if pip isn't enough, for example:
9
9
# conda:
Original file line number Diff line number Diff line change 4
4
5
5
### New features
6
6
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.
8
22
9
23
* sample() defaults changed: tuning is enabled for the first 500 samples which are then discarded from the trace as burn-in.
10
24
25
+ * MvNormal supports Cholesky Decomposition now for increased speed and numerical stability.
26
+
11
27
* Many optimizations and speed-ups.
12
28
13
29
* NUTS implementation now matches current Stan implementation.
54
70
55
71
* GLM models do not need a left-hand variable anymore.
56
72
57
- * Add support for cholesky parametrizations for cov/corr matrices.
58
-
59
73
* Refactored HMC and NUTS for better readability.
60
74
61
75
* Add support for Python 3.6.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments