Skip to content

Commit 3904236

Browse files
authored
Fix changelog.
1 parent 4c52ba9 commit 3904236

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Changelog
1515
- Added :meth:`aic`, :meth:`aicc` and :meth:`bic` attributes to the :class:`~glum.GeneralizedLinearRegressor`.
1616
These attributes provide the information criteria based on the training data and the effective degrees of freedom
1717
of the maximum likelihood estimate for the model's parameters.
18+
- :meth:`~glum.GeneralizedLinearRegressor.std_errors` and :meth:`~glum.GeneralizedLinearRegressor.covariance_matrix`
19+
of :class:`~glum.GeneralizedLinearRegressor` now accept data frames with categorical data.
1820

1921
**Bug fixes:**
2022

@@ -24,10 +26,7 @@ Changelog
2426
**Other:**
2527

2628
- The CI now runs daily unit tests against the nightly builds of numpy, pandas and scikit-learn.
27-
- ``oldest-supported-numpy`` is used for build.
28-
- :meth:`~glum.GeneralizedLinearRegressor.std_errors` and :meth:`~glum.GeneralizedLinearRegressor.covariance_matrix`
29-
of :class:`~glum.GeneralizedLinearRegressor` now accept data frames with categorical data or high sparsity.
30-
- Updated ``environment.yml`` and ``conda.recipe/meta.yaml`` to use tabmat 3.1.0.
29+
- The minimally required version of tabmat is now 3.1.0.
3130

3231

3332
2.0.3 - 2021-11-05

0 commit comments

Comments
 (0)