Skip to content

Commit 64f0b2c

Browse files
committed
More fixes to release notes.
1 parent 3e47cd7 commit 64f0b2c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

RELEASE-NOTES.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,9 @@
5151

5252
- `nuts_kwargs` and `step_kwargs` have been deprecated in favor of using the standard `kwargs` to pass optional step method arguments.
5353
- `SGFS` and `CSG` have been removed (Fix for [#3353](https://github.com/pymc-devs/pymc3/issues/3353)). They have been moved to [pymc3-experimental](https://github.com/pymc-devs/pymc3-experimental).
54-
<<<<<<< master
5554
- References to `live_plot` and corresponding notebooks have been removed.
5655
- Function `approx_hessian` was removed, due to `numdifftools` becoming incompatible with current `scipy`. The function was already optional, only available to a user who installed `numdifftools` separately, and not hit on any common codepaths. [#3485](https://github.com/pymc-devs/pymc3/pull/3485).
5756
- Deprecated `vars` parameter of `sample_posterior_predictive` in favor of `varnames`.
58-
=======
5957
- References to `live_plot` and corresponding notebooks have been removed.
6058
- Deprecated `vars` parameters of `sample_posterior_predictive` and `sample_prior_predictive` in favor of `var_names`. At least for the latter, this is more accurate, since the `vars` parameter actually took names.
6159

0 commit comments

Comments
 (0)