You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the option to take varnames (`var_names`), rather than var objects
as parameters.
Extend the set of parameters to accept varnames as an alternative to
vars, preserving backwards compatibility.
Also revise the docstring, to clarify the return type and add type comments.
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+7
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,15 @@
51
51
52
52
-`nuts_kwargs` and `step_kwargs` have been deprecated in favor of using the standard `kwargs` to pass optional step method arguments.
53
53
-`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
54
55
- References to `live_plot` and corresponding notebooks have been removed.
55
56
- 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).
57
+
- Deprecated `vars` parameter of `sample_posterior_predictive` in favor of `varnames`.
58
+
=======
59
+
- References to `live_plot` and corresponding notebooks have been removed.
60
+
- 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.
0 commit comments