-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC move some fixes from 1.4 to 1.3.1 #27402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The following needs to be moved to 1.4: |
Doesn't this (#26760) need to be in 1.4? It's kind of a new feature. |
One could argue it's a fix in the parameter checks that were too strict. No strong opinion though. If we don't consider this a fix we should document it as an enhancement and keep it for 1.4. |
we got that random error on |
Yep this is the pickling issue. We should investigate it at some point. Not sure how to reproduce this one. |
While preparing the release 1.3.1, I intend to move some fixes from 1.4 to 1.3.1 when it comes for free, meaning that those changes do not rely on bigger other changes or enhancements implemented in 1.4.
In short I am moving the following:
precisions_cholesky_
fromprecisions_init
#26416mutual_info_regression
whenX
is of integer dtype #26748PLSRegression
when fitted on 1dy
#26602