Bump scikit-learn from 1.0.2 to 1.1.1
Bumps scikit-learn from 1.0.2 to 1.1.1.
Release notes
Sourced from scikit-learn's releases.
scikit-learn 1.1.1
We're happy to announce the 1.1.1 release with several bugfixes:
You can see the changelog here: https://scikit-learn.org/dev/whats_new/v1.1.html#version-1-1-1
You can upgrade with pip as usual:
pip install -U scikit-learn
The conda-forge builds will be available shortly, which you can then install using:
conda install -c conda-forge scikit-learn
scikit-learn 1.1.0
We're happy to announce the 1.1.0 release.
You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_1_0.html and the long version of the change log under https://scikit-learn.org/stable/whats_new/v1.1.html#changes-1-1
This version supports Python versions 3.8 to 3.10.
Commits
-
8059890
Trigger wheel builder workflow: [cd build] -
38d956c
DOC some more fixes for changelog preparing release 1.1.1 (#23420) -
019de42
bumpversion to 1.1.1 -
205357e
FIX solving mistake of indentation in splitter when merging -
628ed35
DOC additional fixes what's new 1.1.1 (#23417) -
13eeca3
DOC update and add release date 1.1.1 (#23416) -
0dfcaee
FIX fix performance regression in trees with low-cardinality features (#23410) -
1c4d5cf
DOC fix minor typo (#23414) -
0cbced9
Update model persistence URL (#23402) -
98549c3
FIX spherical k-means confusion in example (#23380) - Additional commits viewable in compare view