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
* remove all references to live plots
* remove references to live_sample_plots
* remove miscellaneous files
* update RELEASE-NOTES
* remove more references to live_plot
* rebase with master
* remove miscellaneous files
* remove unused plot import from pymc3/sampling.py
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@
36
36
37
37
-`nuts_kwargs` and `step_kwargs` have been deprecated in favor of using the standard `kwargs` to pass optional step method arguments.
38
38
-`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).
39
+
- References to `live_plot` and corresponding notebooks have been removed.
0 commit comments