Skip to content

Commit 08eeba7

Browse files
committed
Updates to release notes
1 parent 55da81d commit 08eeba7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

RELEASE-NOTES.md

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

3-
## PyMC3 3.2 (October 2, 2017)
3+
## PyMC3 3.2 (October 10, 2017)
44

55
### New features
66

77
This version includes two major contributions from our Google Summer of Code 2017 students:
88

9-
* Maxim Kucherov extended and refactored the variational inference module. This primarily adds two important classes, representing operator variational inference (`OPVI`) objects and `Approximation` objects. These make it easier to extend existing `variational` classes, and to derive inference from `variational` optimizations, respectively. The `variational` module now also includes normalizing flows (`NFVI`).
9+
* Maxim Kochurov extended and refactored the variational inference module. This primarily adds two important classes, representing operator variational inference (`OPVI`) objects and `Approximation` objects. These make it easier to extend existing `variational` classes, and to derive inference from `variational` optimizations, respectively. The `variational` module now also includes normalizing flows (`NFVI`).
1010
* Bill Engels added an extensive new Gaussian processes (`gp`) module. Standard GPs can be specified using either `Latent` or `Marginal` classes, depending on the nature of the underlying function. A Student-T process `TP` has been added. In order to accomodate larger datasets, approximate marginal Gaussian processes (`MarginalSparse`) have been added.
1111

1212
Documentation has been improved as the result of the project's monthly "docathons".
@@ -45,6 +45,8 @@ Parts of the test suite have been refactored.
4545

4646
### Fixes
4747

48+
Fixed sampler stats error in NUTS for non-RAM backends
49+
4850
Matplotlib is no longer a hard dependency, making it easier to use in settings where installing Matplotlib is problematic. PyMC will only complain if plotting is attempted.
4951

5052
Several bugs in the Gaussian process covariance were fixed.

0 commit comments

Comments
 (0)