Skip to content

Commit 14a813b

Browse files
committed
Updated RELEASE-NOTES to include more changes
1 parent d747a2a commit 14a813b

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

RELEASE-NOTES.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## PyMC3 3.1 (TBA)
3+
## PyMC3 3.1 (June 23, 2017)
44

55
### New features
66

@@ -28,16 +28,26 @@
2828

2929
* Much improved variational inference support:
3030

31-
- [Add Operator Variational Inference (experimental).](http://pymc-devs.github.io/pymc3/notebooks/bayesian_neural_network_opvi-advi.html)
31+
- [Added Operator Variational Inference (experimental).](http://pymc-devs.github.io/pymc3/notebooks/bayesian_neural_network_opvi-advi.html)
3232

33-
- [Add Stein-Variational Gradient Descent as well as Amortized SVGD (experimental).](https://github.com/pymc-devs/pymc3/pull/2183)
33+
- [Added Stein-Variational Gradient Descent as well as Amortized SVGD (experimental).](https://github.com/pymc-devs/pymc3/pull/2183)
3434

35-
- [Add pm.generator() to easily specify mini-batches.](http://pymc-devs.github.io/pymc3/notebooks/bayesian_neural_network_opvi-advi.html#Minibatch-ADVI)
35+
- [Added pm.generator() to easily specify mini-batches.](http://pymc-devs.github.io/pymc3/notebooks/bayesian_neural_network_opvi-advi.html#Minibatch-ADVI)
36+
37+
- Added full-rank ADVI
3638

3739
- Added various optimizers including ADAM.
40+
41+
- Deprecated old ADVI interface
42+
43+
- implemented `fit` function as the primary interface to approximation algorithms
44+
45+
* Added support for multidimensional minibatches
3846

3947
* [Sampled posteriors can now be turned into priors for Bayesian updating with a new interpolated distribution.](https://github.com/pymc-devs/pymc3/pull/2163)
4048

49+
* Added `Approximation` class and the ability to convert a sampled trace into an approximation via its `Empirical` subclass.
50+
4151
* `Model` can now be inherited from and act as a base class for user specified models (see pymc3.models.linear).
4252

4353
* Add MvGaussianRandomWalk and MvStudentTRandomWalk distributions.

0 commit comments

Comments
 (0)