Version 1.7#

Legend for changelogs

  • Major Feature something big that you couldn’t do before.

  • Feature something that you couldn’t do before.

  • Efficiency an existing feature now may not require as much computation or memory.

  • Enhancement a miscellaneous minor improvement.

  • Fix something that previously didn’t work as documented – or according to reasonable expectations – should now work.

  • API Change you will need to change your code to have the same effect in the future; or a feature will be removed in the future.

Version 1.7.dev0#

January 2025

Support for Array API#

Additional estimators and functions have been updated to include support for all Array API compliant inputs.

See Array API support (experimental) for more details.

sklearn.datasets#

sklearn.decomposition#

sklearn.inspection#

sklearn.linear_model#

sklearn.metrics#

sklearn.mixture#

sklearn.multioutput#

sklearn.neural_network#

sklearn.pipeline#

sklearn.utils#

  • Enhancement Warning filters from the main process are propagated to joblib workers. By Thomas Fan #30380

Code and documentation contributors

Thanks to everyone who has contributed to the maintenance and improvement of the project since version 1.7, including:

TODO: update at the time of the release.