Skip to content

Commit

Permalink
Added changes to RELEASE-NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
fonnesbeck committed Nov 13, 2017
1 parent 0aed8b2 commit d61e09b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion RELEASE-NOTES.md
Expand Up @@ -2,9 +2,20 @@

## PyMC 3.3. (Unreleased)

### New features

- Added `MatrixNormal` class for representing vectors of multivariate normal variables
- Implemented `HalfStudentT` distribution
- New benchmark suite added (see http://pandas.pydata.org/speed/pymc3/)
- Generalized random seed types

### Fixes

- Improve NUTS initialization `advi+adapt_diag_grad` and add `jitter+adapt_diag_grad` (#2643)
- Fixed `compareplot` to use `loo` output.
- Added `MatrixNormal` class for representing vectors of multivariate normal variables
- Improved `posteriorplot` to scale fonts
- `sample_ppc_w` now broadcasts
- `df_summary` function renamed to `summary`


## PyMC3 3.2 (October 10, 2017)
Expand Down

0 comments on commit d61e09b

Please sign in to comment.