Skip to content

Bump scikit-learn from 1.3.0 to 1.3.2

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

Bumps scikit-learn from 1.3.0 to 1.3.2.

Release notes

Sourced from scikit-learn's releases.

Scikit-learn 1.3.2

We're happy to announce the 1.3.2 release.

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.3.html#version-1-3-2

This version supports Python versions 3.8 to 3.12.

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

Scikit-learn 1.3.1

We're happy to announce the 1.3.1 release.

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.3.html#version-1-3-1

This version supports Python versions 3.8 to 3.12.

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
  • 093e0cf [cd build][azure parallel] trigger CI/CD
  • fc24542 TST change random seed to make graphical lasso test pass (#27616)
  • 7e3705d DOC move somes fixes from 1.4 to 1.3.2 (#27602)
  • e43ad8b MAINT remove prerelease flag for Python 3.12 (#27605)
  • b54a13a DOC add version 1.3.2 into landing page (#27604)
  • 6d086c2 REL bump to 1.3.2
  • 8a3c16c FIX Make decision tree pickles deterministic (#27580)
  • 9b977e9 FIX make sure that KernelPCA works with pandas output and arpack solver (#27583)
  • d53756e FIX validate properly zero_division=np.nan when used in parallel processing (...
  • 1df363c FIX make dataset fetchers accept os.Pathlike for data_home (#27468)
  • Additional commits viewable in compare view

Merge request reports