- Direct support for pandas categorical types in ``fit`` and ``predict``. These will be converted into a :class:`CategoricalMatrix`.
1.0.1
------------------
This is a maintenance release to be compatible with ``tabmat>=1.0.0``.
1.0.0
------------------
**Other:**
- Renamed ``alpha_level`` attribute of :class:`~glum.GeneralizedLinearRegressor` and :class:`~glum.GeneralizedLinearRegressorCV` to ``alpha_index``. - Clarified behavior of ``scale_predictors``.
0.0.15
-------------------
**Other:**
- Pin ``tabmat<1.0.0`` as we are expecting a breaking change with version 1.0.0.
0.0.14
-------------------
**New features:**
- Add Tweedie Link. - Allow infinite bounds.
**Bug fixes:**
- Unstandardize regularization path. - No copying in predict.
**Other:**
- Various memory and performance improvements. - Update pre-commit hooks.