Skip to content

Commit f7ff310

Browse files
committed
add bugfix entry in whats_new
1 parent a520920 commit f7ff310

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/whats_new.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,13 @@ Bug fixes
375375
- Fix AIC/BIC criterion computation in :class:`linear_model.LassoLarsIC`
376376
by `Alexandre Gramfort`_ and :user:`Mehmet Basbug <mehmetbasbug>`.
377377

378+
- Fixed a bug in :class:`linear_model.RandomizedLasso`,
379+
:class:`linear_model.Lars`, :class:`linear_model.LarsLasso`,
380+
:class:`linear_model.LarsCV` and :class:`linear_model.LarsLassoCV`,
381+
where the parameter ``precompute`` were not used consistently accross
382+
classes, and some values proposed in the docstring could raise errors.
383+
:issue:`5359` by `Tom Dupre la Tour`_.
384+
378385
API changes summary
379386
-------------------
380387

0 commit comments

Comments
 (0)