Skip to content

Commit 86dd5f2

Browse files
Prepare release 3.1.3 (#978)
* prepare release * plural
1 parent ffd1307 commit 86dd5f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
Changelog
88
=========
99

10-
3.1.3 - unreleased
10+
3.1.3 - 2025-02-18
1111
------------------
1212

13-
**Bug fix:**
13+
**Bug fixes:**
1414

1515
- Fixed ``deviance_path_`` in :class:`~glum.GeneralizedLinearRegressorCV` being scaled down by a factor of ``n_folds`` because test fold weights were not normalized to sum to 1.
1616
- Fixed :class:`~glum.NegativeBinomialDistribution` ``theta`` setter rejecting ``np.number`` types, causing ``dist.theta = dist.theta`` to raise a ``TypeError``.
@@ -33,7 +33,7 @@ Changelog
3333
3.1.1 - 2025-01-13
3434
------------------
3535

36-
**Bug fix:**
36+
**Bug fixes:**
3737

3838
- 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.
3939
- Fixed :class:`glum.InverseGaussianDistribution` not using the optimized gradient, Hessian and deviance implementations, as well as those derivatives having the wrong sign.

0 commit comments

Comments
 (0)