Skip to content

Commit 0a40f36

Browse files
ferrineColCarroll
authored andcommitted
remove deprecated code (#2781)
* move deprecated code to `legacy` subfolder * add to release notes * add note for OPVI * fix imports * remove old advi
1 parent f6d96ff commit 0a40f36

File tree

4 files changed

+5
-985
lines changed

4 files changed

+5
-985
lines changed

RELEASE-NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
- Fixed `sample_ppc` and `sample_ppc_w` to iterate all chains(#2633, #2748)
2828
- Add Bayesian R2 score (for GLMs) `stats.r2_score` (#2696) and test (#2729).
2929
- SMC works with transformed variables (#2755)
30+
- Speedup OPVI (#2759)
31+
32+
### Deprecations
33+
34+
- Old (`minibatch-`)`advi` is removed (#2781)
3035

3136

3237
## PyMC3 3.2 (October 10, 2017)

pymc3/variational/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
from .advi import advi, sample_vp
2-
from .advi_minibatch import advi_minibatch
3-
41
# commonly used
52
from . import updates
63
from .updates import (

0 commit comments

Comments
 (0)