Skip to content

Bump scikit-learn from 1.2.2 to 1.3.0

WKDV Bot requested to merge dependabot/pip/scikit-learn-1.3.0 into develop

Bumps scikit-learn from 1.2.2 to 1.3.0.

Release notes

Sourced from scikit-learn's releases.

Scikit-learn 1.3.0

We're happy to announce the 1.3.0 release.

You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_3_0.html and the long version of the change log under https://scikit-learn.org/stable/whats_new/v1.3.html

This version supports Python versions 3.8 to 3.11.

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds can be installed using:

conda install -c conda-forge scikit-learn
Commits
  • 7f9bad9 update version [cd build]
  • 300fd9f DOC Release highlights for 1.3 (#26526)
  • b303b9e MAINT Update what's new for 1.3.0 final release (#26730)
  • 4044d15 DOC add pip install sphinx_copybutton to contribution guide (#26722)
  • ce3c609 DOC small documentation changes in the advanced installation guide (#26394)
  • 1691f44 MAINT make sphinx conf more lenient towards missing jupyterlite (#26705)
  • 4250f80 FIX Using custom init for KMeans does a single init (#26657)
  • eb011fd Fix AttributeError use_fallback_lbfgs_solve for newton-cholesky when fitting ...
  • ee89eb8 DOC add meaning of max_patches=None in _compute_n_patches (#25999)
  • cf98b65 DOC Update removed sphinx global var style in layout.html (#26627)
  • Additional commits viewable in compare view

Merge request reports