Skip to content

Commit b83e0bb

Browse files
committed
tidy up release notes
1 parent ea65542 commit b83e0bb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

RELEASE-NOTES.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ Also check out the [milestones](https://github.com/pymc-devs/pymc/milestones) fo
2626

2727
All of the above apply to:
2828

29-
- `pm.StudentT` now now requires either `sigma` or `lam` as kwarg [#5628](https://github.com/pymc-devs/pymc/pull/5628)
30-
- `pm.StudentT` now requires `nu` to be specified (no longer defaults to 1)
31-
- `pm.AsymmetricLaplace` positional arguments re-ordered
32-
- `pm.AsymmetricLaplace` now requires `mu` to be specified (no longer defaults to 0)
29+
Signature and default parameters changed for several distributions (see [#5628](https://github.com/pymc-devs/pymc/pull/5628)):
30+
- `pm.StudentT` now requires either `sigma` or `lam` as kwarg
31+
- `pm.StudentT` now requires `nu` to be specified (no longer defaults to 1)
32+
- `pm.AsymmetricLaplace` positional arguments re-ordered
33+
- `pm.AsymmetricLaplace` now requires `mu` to be specified (no longer defaults to 0)
3334
- 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)
3435
- `BaseStochasticGradient` was removed (see [#5630](https://github.com/pymc-devs/pymc/pull/5630))
3536
- ⚠ The library is now named, installed and imported as "pymc". For example: `pip install pymc`.

0 commit comments

Comments
 (0)