8000 Release 0.24.1 by glemaitre · Pull Request #19199 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

Release 0.24.1 #19199

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 38 commits into from
Jan 19, 2021
Merged

Release 0.24.1 #19199

merged 38 commits into from
Jan 19, 2021

Conversation

glemaitre
Copy link
Member
@glemaitre glemaitre commented Jan 18, 2021
pick 3e736795d6 CI Use Travis secret tokens to upload the ARM64 wheels (#19017)
pick b026c4d7c9 DOC 0.24.0 release highlights formatting (#19059)
pick ae3c48cf89 MNT update the number of wheels generated to upload to PyPI
pick 2fda48b7d4 MNT fix publish to pypi conditions
pick aacb1de05e CI Publish to Pypi workflow for aarch64 wheels (#19060)
pick 377776b4de DOC typo correction in neighbors.rst (#19099)
pick 2800878993 DOC fix dataset used for visualization in digits classification example (#19095)
pick da395dde38 DOC Fix cross-validation wording in RidgeCV (#19121)                 
pick 6902b10147 TST Skips test_compare_to_ELKI for arm (#19115)                      
pick cbfe0ede80 CI Reduce travis nightly load (#19113)                               
pick c83125c04b DOC Fix docstring of HalvingSearch estimators (#19133)               
pick 6d3d1b853e FIX accept meta-estimator in SelfTrainingClassifier (#19126)         
pick 22cd233e19 DOC Fix typo in datasets.rst (#19136)
pick 266a11b2e1 DOC Update docs guideline regarding docstring formatting (#18243)
pick 1e46db6693 DOC Update docs for StandardScaler.scale_ to include 0 variance (#19124)
pick fe52d1e87a CI Use macos-10.13 compatible libomp when building the wheels (#19064)
pick 8ce2c2ba92 DOC minor broken links fix in parallelism docs (#19151)
pick 8df0aa6bae DOC Adds default to SpectralClustering (#19149)
pick 158584a8ca DOC Update installation instructions for macos/arm64 (#19146)
pick aa1918cecf DOC Mention to use a command prompt in Windows install (#19125)
pick 4ecddb01d9 DOC Uses float instead of real in cross_decomposition (#19156)
pick be4c1d1fee MNT Replace PDF build by ZIP of the HTML (#17564)
pick 9f86a25a38 DOC Normalization of linear_model decision_function (#19142)
pick ea5342c1c9 CI Adds skipping to azure pipelines with commit message (#19134)
pick d6435b7f06 DOC Clarifies docstrings in decomposition (#19161)
pick a5d858cd16 MNT fix strict comparison in version listing (#19163)
pick 0e546ebe5b TST Download datasets before running pytest-xdist (#19118)
pick 9b2a3e8ba5 CI Use stable numpy scipy release for [icc-build] and [arm64] on travis (#19176)
pick 4b8ab9291b FIX Fixes issue with exatly_zero_info_score (#19179)
pick 5a63f903ff DOC description for Calinski-Harabasz Index (#19167)
pick 1fca00b0b4 DOC Add link to video for contributing: Andreas video Volume 2 (#19180)
pick a6659f885b DOC Replacing swarmplot with stripplot to avoid seaborn warning (#19195)
pick 8452642f0c DOC add entry in whats new for 0.24.1 (#19196)
pick TST Adapts wminkowski for scipy 1.6.0 (#19096) 
pick TST Fix scipy DeprecationWarning from wminkowski in nightly (#18930) 

ogrisel and others added 30 commits January 18, 2021 19:26
* TST Skips test for arm [cd build]

* CI Skip for 32bit linux [cd build]
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
…n#18243)

Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
…-learn#19064)

Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
…19125)

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
…is (scikit-learn#19176)

The scipy-dev builds have moved to Azure Pipelines and there is no
reason to not use stable versions of numpy and scipy to run the ICC
and ARM64 tests on travis.

This should fix the invalid wheel metadata failure observed on travis
which was already resolved on Azure Pipelines by using the legacy
pip dependency resolver for the scipy-dev build.
* ENH Fixes issue with exatly_zero_info_score [scipy-dev]

* ENH Remove unneeded line [scipy-dev]

* WIP Keep types [scipy-dev]

* REV Smaller diff [scipy-dev]

* WIP Expand mutual_info_score [scipy-dev]

* WIP Removes float casting [scipy-dev]

* WIP Adds casting back in

* CI [scipy-dev]

* WIP Casting is not needed [scipy-dev]

* WIP Only clip [scipy-dev]

* REV Smaller diff [scipy-dev]

* WIP Place expected_mutual_information diff back [scipy-dev]

* ENH Uses around

* WIP Use where again [scipy-dev]

* ENH Adjust comments to match code
abhinavtps and others added 2 commits January 18, 2021 19:27
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
@glemaitre glemaitre marked this pull request as draft January 18, 2021 18:29
@glemaitre glemaitre changed the title [WIP] Release 0.24.1 Release 0.24.1 Jan 18, 2021
@thomasjpfan
Copy link
Member

I guess we need ef4e95f here as well?

@glemaitre
Copy link
Member Author

Apparently yes.

@glemaitre glemaitre marked this pull request as ready for review January 19, 2021 08:10
Copy link
Member
@ogrisel ogrisel left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks @glemaitre. After merging we will need to push an empty commit in 0.24.X with [cd build] in the message.

Copy link
Member
@jeremiedbb jeremiedbb left a comment

Choose a reason for hiding this comment

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

thanks @glemaitre

@jeremiedbb jeremiedbb merged commit 3fea406 into scikit-learn:0.24.X Jan 19, 2021
@glemaitre
Copy link
Member Author

I triggered the wheels building.

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.

0