Skip to content

Commit b919153

Browse files
authored
update release note (#5573)
1 parent d150d55 commit b919153

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RELEASE-NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Also check out the [milestones](https://github.com/pymc-devs/pymc/milestones) fo
2727

2828
All of the above apply to:
2929

30+
- 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)
3031
- ⚠ The library is now named, installed and imported as "pymc". For example: `pip install pymc`.
3132
- ⚠ 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)).
3233
- `pm.Distribution(...).logp(x)` is now `pm.logp(pm.Distribution(...), x)`.

0 commit comments

Comments
 (0)