You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,24 +17,12 @@
17
17
- Add logitnormal distribution
18
18
- Densityplot: add support for discrete variables
19
19
- Fix the Binomial likelihood in `.glm.families.Binomial`, with the flexibility of specifying the `n`.
20
+
- Add `offset` kwarg to `.glm`.
20
21
21
22
### Fixes
22
23
23
24
-`VonMises` does not overflow for large values of kappa. i0 and i1 have been removed and we now use log_i0 to compute the logp.
24
-
- The bandwidth for KDE plots is computed using a modified version of Scott's rule. The new version uses entropy instead of standard
25
-
deviation. This works better for multimodal distributions. Functions using KDE plots has a new argument `bw` controlling the bandwidth.
26
-
27
-
=======
28
-
- Add `logit_p` keyword to `pm.Bernoulli`, so that users can specify the logit
29
-
of the success probability. This is faster and more stable than using
30
-
`p=tt.nnet.sigmoid(logit_p)`.
31
-
- Add `random` keyword to `pm.DensityDist` thus enabling users to pass custom random method
32
-
which in turn makes sampling from a `DensityDist` possible.
33
-
34
-
### Fixes
35
-
36
-
-`VonMises` does not overflow for large values of kappa. i0 and i1 have been removed and we now use
37
-
log_i0 to compute the logp.
25
+
- The bandwidth for KDE plots is computed using a modified version of Scott's rule. The new version uses entropy instead of standard deviation. This works better for multimodal distributions. Functions using KDE plots has a new argument `bw` controlling the bandwidth.
0 commit comments