-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
[MRG] Release 0.20.4 #14443
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
[MRG] Release 0.20.4 #14443
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
d2b405c
FIX Shuffle each class's samples with different random_state in Strat…
qinhanmin2014 319f27a
FIX Explicitly ignore SparseEfficiencyWarning in DBSCAN (#13539)
peay 936a9fa
[MRG] Save sample_weight_arr instead of sample_weight in KernelDensit…
aditya1702 3e14f61
DOC Make explicit that groups required *Group* splitter (#14235)
glemaitre 4f9e557
FIX IndexError due to imprecision in KMeans++ (#11756)
jnothman e423647
What's new for #11756
jnothman 9474386
FIX ColumnTransformer: raise error on reordered columns with remainde…
schuderer a2d1b07
MNT Set release version to 0.20.4
jnothman 1569889
Upgrade joblib to version 0.13.2
jnothman ac2efa2
DOC what's new for joblib upgrade
jnothman 92af13d
Require sphinx 1.6.* rather than 1.6.2
jnothman 6dd45f0
Upgrade doc build requirements since packages are gone from conda
jnothman 21d3033
Use arbitrary versions in Python 2 Circle
jnothman 9498fa6
remove matplotlib version req
jnothman f9687ca
TST Manually scramble the indices in svm tests (#12890)
qinhanmin2014 c4d6722
Fixes for travis on latest deps
jnothman 686cde8
Add conda-forge to test old deps no longer on main channels
jnothman 92a6ef0
Docstring indent
jnothman 09b3b52
TST Sets decimal
thomasjpfan 22ca031
Debug conda install
jnothman 4b143a4
Add tol to silence warning
jnothman 87f67ca
Not getting anywhere with scipy 0.16. Try 0.17.
jnothman 824f7aa
Fix up use of ignore_warnings
jnothman 34ec4ea
Scipy.sparse may only accept arrays, not lists
jnothman 7b0b97b
ignore SparseSeries warning
jnothman 6df9737
Disable coverage in py3.4 due to deps
jnothman 2dc1aff
Avoid installing pytest-cov if no COVERAGE
jnothman bfaefaf
Make sure coverage is there even if conda removes it
jnothman 201ef7a
DOC update release date
jnothman 989fbf4
DOC update news from 0.20 perspective
jnothman 91bd0fe
DOC fix typo in what's new version numbers
jnothman c0bd85f
DOC update news
jnothman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this entry is not included in master (and 0.21.3)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, true. It's now included in the 0.20.4 section in master at least...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for missing it.