Skip to content

Commit

Permalink
prepare for 2.2.0 release (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoineSchmidtQC authored Nov 25, 2022
1 parent e3bdf6b commit c90ff0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Changelog
UNRELEASED
----------

2.2.0 - 2022-11-25
------------------

**New features:**

- Add an argument to GeneralizedLinearRegressorBase to drop the first category in a Categorical column using [implementation in tabmat](https://github.com/Quantco/tabmat/pull/168)

**New feature**

- One may now request the Tweedie loss by setting the ``'family'`` parameter of
:class:`~glum.GeneralizedLinearRegressor` and :class:`~glum.GeneralizedLinearRegressorCV`
to ``'tweedie'``.
Expand Down

0 comments on commit c90ff0a

Please sign in to comment.