Skip to content

Commit 00d4372

Browse files
committed
Update distribution-related changes in RELEASE-NOTES.md
1 parent c2d96cf commit 00d4372

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

RELEASE-NOTES.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,14 @@ Also check out the [milestones](https://github.com/pymc-devs/pymc/milestones) fo
2525

2626
All of the above apply to:
2727

28-
Signature and default parameters changed for several distributions (see [#5628](https://github.com/pymc-devs/pymc/pull/5628)):
29-
- `pm.StudentT` now requires either `sigma` or `lam` as kwarg
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)
28+
Signature and default parameters changed for several distributions:
29+
- `pm.StudentT` now requires either `sigma` or `lam` as kwarg (see [#5628](https://github.com/pymc-devs/pymc/pull/5628))
30+
- `pm.StudentT` now requires `nu` to be specified (no longer defaults to 1) (see [#5628](https://github.com/pymc-devs/pymc/pull/5628))
31+
- `pm.AsymmetricLaplace` positional arguments re-ordered (see [#5628](https://github.com/pymc-devs/pymc/pull/5628))
32+
- `pm.AsymmetricLaplace` now requires `mu` to be specified (no longer defaults to 0) (see [#5628](https://github.com/pymc-devs/pymc/pull/5628))
33+
- `ZeroInflatedPoisson` `theta` parameter was renamed to `mu` (see [#5584](https://github.com/pymc-devs/pymc/pull/5584)).
34+
- `pm.GaussianRandomWalk` initial distribution defaults to unit normal instead of flat (see[#5779](https://github.com/pymc-devs/pymc/pull/5779))
35+
- `pm.AR` initial distribution defaults to unit normal instead of flat (see[#5779](https://github.com/pymc-devs/pymc/pull/5779))
3336
- 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)
3437
- The `pm.EllipticalSlice` sampler was removed (see [#5756](https://github.com/pymc-devs/pymc/issues/5756)).
3538
- `BaseStochasticGradient` was removed (see [#5630](https://github.com/pymc-devs/pymc/pull/5630))
@@ -80,7 +83,7 @@ Signature and default parameters changed for several distributions (see [#5628](
8083
- The function `replace_with_values` function has been added to `gp.utils`.
8184
- `MarginalSparse` has been renamed `MarginalApprox`.
8285
- Removed `MixtureSameFamily`. `Mixture` is now capable of handling batched multivariate components (see [#5438](https://github.com/pymc-devs/pymc/pull/5438)).
83-
- `ZeroInflatedPoisson` `theta` parameter was renamed to `mu` (see [#5584](https://github.com/pymc-devs/pymc/pull/5584)).
86+
- Removed `AR1`, `AR` of order 1 should be used instead. (see [5734](https://github.com/pymc-devs/pymc/pull/5734)).
8487
- ...
8588

8689
### Expected breaks

0 commit comments

Comments
 (0)