Skip to content

glum 2.5.2

Compare
Choose a tag to compare
@jtilly jtilly released this 02 Jun 06:25
· 135 commits to main since this release
5206e34

2.5.2 - 2023-06-02

Bug fix

  • Fixed a bug in glum.GeneralizedLinearRegressor when fit on a data set with a constant column and warm_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.