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: CHANGELOG.rst
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@
7
7
Changelog
8
8
=========
9
9
10
-
UNRELEASED
11
-
----------
10
+
3.1.1 - 2025-01-13
11
+
------------------
12
12
13
-
**Bug fix:
13
+
**Bug fix:**
14
14
15
15
- Fixed a bug where :meth:`~glum.TweedieDistribution._rowwise_gradient_hessian` and :meth:`~glum.TweedieDistribution._eta_mu_deviance` would call functions with wrong arguments in the ``p = 3`` case.
16
16
- Fixed :class:`glum.InverseGaussianDistribution` not using the optimized gradient, Hessian and deviance implementations, as well as those derivatives having the wrong sign.
@@ -34,6 +34,7 @@ UNRELEASED
34
34
- Fixed a bug where :meth:`glum.GeneralizedLinearRegressor.fit` would raise a ``dtype`` mismatch error if fit with ``alpha_search=True``.
35
35
- Use data type (``float64`` or ``float32``) dependent precision in solvers.
36
36
37
+
37
38
3.0.2 - 2024-06-25
38
39
------------------
39
40
@@ -48,6 +49,7 @@ UNRELEASED
48
49
- Removed libblas MKL from the development environment.
49
50
- Replaced deprecated 'oldest-supported-numpy' dependency with 'numpy' to support 2.0 release.
0 commit comments