Skip to content

Commit f4217b5

Browse files
fonnesbecktwiecki
authored andcommitted
Add recent changes to RELEASE-NOTES (#2713)
* Added MatrixNormal to RELEASE-NOTES * Added changes to RELEASE-NOTES
1 parent 0a72bca commit f4217b5

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

RELEASE-NOTES.md

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

3-
43
## PyMC 3.3. (Unreleased)
5-
6-
### New features
7-
8-
- Improve NUTS initialization `advi+adapt_diag_grad` and add `jitter+adapt_diag_grad` (#2643)
4+
5+
### New features
6+
7+
- Improve NUTS initialization `advi+adapt_diag_grad` and add `jitter+adapt_diag_grad` (#2643)
8+
- Added `MatrixNormal` class for representing vectors of multivariate normal variables
9+
- Implemented `HalfStudentT` distribution
10+
- New benchmark suite added (see http://pandas.pydata.org/speed/pymc3/)
11+
- Generalized random seed types
912
- Update loo, new improved algorithm (#2730)
1013
- New CSG (Constant Stochastic Gradient) approximate posterior sampling
1114
algorithm (#2544)
12-
### Fixes
15+
16+
### Fixes
17+
18+
- Fixed `compareplot` to use `loo` output.
19+
- Improved `posteriorplot` to scale fonts
20+
- `sample_ppc_w` now broadcasts
21+
- `df_summary` function renamed to `summary`
1322
- Fixed `compareplot` to use `loo` output.
1423
- Add test for `model.logp_array` and `model.bijection` (#2724)
1524
- Fixed `sample_ppc` and `sample_ppc_w` to iterate all chains(#2633)

0 commit comments

Comments
 (0)