Skip to content

Commit 4e21ae5

Browse files
Remove BaseStochasticGradient step method
Closes #5138
1 parent 52682eb commit 4e21ae5

File tree

2 files changed

+1
-227
lines changed

2 files changed

+1
-227
lines changed

RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ We plan to get these working again, but at this point their inner workings have
1515
- Timeseries distributions (see [#4642](https://github.com/pymc-devs/pymc/issues/4642))
1616
- Nested Mixture distributions (see [#5533](https://github.com/pymc-devs/pymc/issues/5533))
1717
- Elliptical slice sampling (see [#5137](https://github.com/pymc-devs/pymc/issues/5137))
18-
- `BaseStochasticGradient` (see [#5138](https://github.com/pymc-devs/pymc/issues/5138))
1918
- `pm.sample_posterior_predictive_w` (see [#4807](https://github.com/pymc-devs/pymc/issues/4807))
2019
- Partially observed Multivariate distributions (see [#5260](https://github.com/pymc-devs/pymc/issues/5260))
2120

@@ -28,6 +27,7 @@ Also check out the [milestones](https://github.com/pymc-devs/pymc/milestones) fo
2827
All of the above apply to:
2928

3029
- BART was removed [#5566](https://github.com/pymc-devs/pymc/pull/5566). It is now available from [pymc-experimental](https://github.com/pymc-devs/pymc-experimental)
30+
- `BaseStochasticGradient` was removed (see [#5630](https://github.com/pymc-devs/pymc/pull/5630))
3131
- ⚠ The library is now named, installed and imported as "pymc". For example: `pip install pymc`.
3232
- ⚠ Theano-PyMC has been replaced with Aesara, so all external references to `theano`, `tt`, and `pymc3.theanof` need to be replaced with `aesara`, `at`, and `pymc.aesaraf` (see [4471](https://github.com/pymc-devs/pymc/pull/4471)).
3333
- `pm.Distribution(...).logp(x)` is now `pm.logp(pm.Distribution(...), x)`.

pymc/step_methods/sgmcmc.py

Lines changed: 0 additions & 226 deletions
This file was deleted.

0 commit comments

Comments
 (0)