glum 2.5.2
2.5.2 - 2023-06-02
Bug fix
- Fixed a bug in
glum.GeneralizedLinearRegressor
when fit on a data set with a constant column andwarm_start=True
. See #645.
Other changes:
- We now pin
llvm-openmp=11
when creating the wheel for macOS in line with scikit-learn. This should prevent segfaults on macOS with Intel architecture. - Fixed a bug in the
glm_benchmarks_analyze
command line tool. See #642. - Remove dev dependency on
dask_ml
.