Skip to content

MAINT Remove unused utils.fixes #12928

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

Merged
merged 4 commits into from
Jan 8, 2019
Merged

Conversation

rth
Copy link
Member

@rth rth commented Jan 5, 2019

This continues the work done in #12639 on dropping the python 2 support by,

@rth rth requested a review from adrinjalali January 5, 2019 12:13
@adrinjalali
Copy link
Member

#12791 is removing almost all of the __future__ imports, but the tests fail for the same reason as pointed out in #12906, so I guess that part is kind of a duplicate work.

@rth rth changed the title MAINT Remove unused utils.fixes and __future__ imports MAINT Remove unused utils.fixes Jan 5, 2019
@rth
Copy link
Member Author

rth commented Jan 5, 2019

Thanks, I didn't see that PR. Reverted the last commit which should only leave changes relative to unused util.fixes here.

Copy link
Member

@adrinjalali adrinjalali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't checked for completeness, otherwise LGTM!

@jnothman jnothman merged commit 7011445 into scikit-learn:master Jan 8, 2019
@jnothman
Copy link
Member

jnothman commented Jan 8, 2019

Thanks @rth

xhluca pushed a commit to xhluca/scikit-learn that referenced this pull request Apr 28, 2019
This continues the work done in scikit-learn#12639 on dropping the python 2 support by,
 - ~~removing unnecessary `from __future__` imports~~
 - removing unused `sklearn.utils.fixes` assuming we can agree in scikit-learn#12927 that `sklearn.utils.fixes` are private as was stated e.g. in scikit-learn#6616 (comment)
xhluca pushed a commit to xhluca/scikit-learn that referenced this pull request Apr 28, 2019
xhluca pushed a commit to xhluca/scikit-learn that referenced this pull request Apr 28, 2019
koenvandevelde pushed a commit to koenvandevelde/scikit-learn that referenced this pull request Jul 12, 2019
This continues the work done in scikit-learn#12639 on dropping the python 2 support by,
 - ~~removing unnecessary `from __future__` imports~~
 - removing unused `sklearn.utils.fixes` assuming we can agree in scikit-learn#12927 that `sklearn.utils.fixes` are private as was stated e.g. in scikit-learn#6616 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants