|
16 | 16 | - `pm.LKJCholeskyCov` now automatically computes and returns the unpacked Cholesky decomposition, the correlations and the standard deviations of the covariance matrix (see [#3881](https://github.com/pymc-devs/pymc3/pull/3881)).
|
17 | 17 |
|
18 | 18 | ### Maintenance
|
19 |
| -- Remove `sample_ppc` and `sample_ppc_w` that were deprecated in 3.6. |
20 | 19 | - Tuning results no longer leak into sequentially sampled `Metropolis` chains (see #3733 and #3796).
|
21 |
| -- Deprecated `sd` in version 3.7 has been replaced by `sigma` now raises `DeprecationWarning` on using `sd` in continuous, mixed and timeseries distributions. (see #3837 and #3688). |
22 |
| -- We'll deprecate the `Text` and `SQLite` backends and the `save_trace`/`load_trace` functions, since this is now done with ArviZ. (see [#3902](https://github.com/pymc-devs/pymc3/pull/3902)) |
23 | 20 | - In named models, `pm.Data` objects now get model-relative names (see [#3843](https://github.com/pymc-devs/pymc3/pull/3843)).
|
24 | 21 | - `pm.sample` now takes 1000 draws and 1000 tuning samples by default, instead of 500 previously (see [#3855](https://github.com/pymc-devs/pymc3/pull/3855)).
|
25 |
| -- Dropped some deprecated kwargs and functions (see [#3906](https://github.com/pymc-devs/pymc3/pull/3906)) |
26 |
| -- Dropped the outdated 'nuts' initialization method for `pm.sample` (see [#3863](https://github.com/pymc-devs/pymc3/pull/3863)). |
27 | 22 | - Moved argument division out of `NegativeBinomial` `random` method. Fixes [#3864](https://github.com/pymc-devs/pymc3/issues/3864) in the style of [#3509](https://github.com/pymc-devs/pymc3/pull/3509).
|
28 | 23 | - The Dirichlet distribution now raises a ValueError when it's initialized with <= 0 values (see [#3853](https://github.com/pymc-devs/pymc3/pull/3853)).
|
| 24 | +- Dtype bugfix in `MvNormal` and `MvStudentT` (see [3836](https://github.com/pymc-devs/pymc3/pull/3836)) |
29 | 25 | - End of sampling report now uses `arviz.InferenceData` internally and avoids storing
|
30 | 26 | pointwise log likelihood (see [#3883](https://github.com/pymc-devs/pymc3/pull/3883))
|
31 | 27 |
|
| 28 | +### Deprecations |
| 29 | +- Remove `sample_ppc` and `sample_ppc_w` that were deprecated in 3.6. |
| 30 | +- Deprecated `sd` in version 3.7 has been replaced by `sigma` now raises `DeprecationWarning` on using `sd` in continuous, mixed and timeseries distributions. (see [#3837](https://github.com/pymc-devs/pymc3/pull/3837) and [#3688](https://github.com/pymc-devs/pymc3/issues/3688)). |
| 31 | +- We'll deprecate the `Text` and `SQLite` backends and the `save_trace`/`load_trace` functions, since this is now done with ArviZ. (see [#3902](https://github.com/pymc-devs/pymc3/pull/3902)) |
| 32 | +- Dropped some deprecated kwargs and functions (see [#3906](https://github.com/pymc-devs/pymc3/pull/3906)) |
| 33 | +- Dropped the outdated 'nuts' initialization method for `pm.sample` (see [#3863](https://github.com/pymc-devs/pymc3/pull/3863)). |
| 34 | + |
| 35 | + |
32 | 36 | ## PyMC3 3.8 (November 29 2019)
|
33 | 37 |
|
34 | 38 | ### New features
|
|
0 commit comments