[Scikit-learn-commits] [scikit-learn/scikit-learn] ce47cb: :lock: :robot: CI Update lock files for array-api ...

2025-04-28 Thread scikit-learn-bot via Scikit-learn-commits
  Branch: refs/heads/main
  Home:   https://github.com/scikit-learn/scikit-learn
  Commit: ce47cbce5882aebc2babc3e8c1a53f3bfd5f0242
  
https://github.com/scikit-learn/scikit-learn/commit/ce47cbce5882aebc2babc3e8c1a53f3bfd5f0242
  Author: scikit-learn-bot 
  Date:   2025-04-28 (Mon, 28 Apr 2025)

  Changed paths:
M build_tools/github/pylatest_conda_forge_cuda_array-api_linux-64_conda.lock

  Log Message:
  ---
  :lock: :robot: CI Update lock files for array-api CI build(s) :lock: :robot: 
(#31260)

Co-authored-by: Lock file bot 



To unsubscribe from these emails, change your notification settings at 
https://github.com/scikit-learn/scikit-learn/settings/notifications
___
Scikit-learn-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/
Member address: [email protected]


[Scikit-learn-commits] [scikit-learn/scikit-learn] 39aaf1: ENH Add Array API compatibility to Binarizer (#31190)

2025-04-28 Thread Thomas Li via Scikit-learn-commits
  Branch: refs/heads/main
  Home:   https://github.com/scikit-learn/scikit-learn
  Commit: 39aaf13b505096c1646c986d0c320ae82dee58c0
  
https://github.com/scikit-learn/scikit-learn/commit/39aaf13b505096c1646c986d0c320ae82dee58c0
  Author: Thomas Li <[email protected]>
  Date:   2025-04-28 (Mon, 28 Apr 2025)

  Changed paths:
M doc/modules/array_api.rst
A doc/whats_new/upcoming_changes/array-api/31190.feature.rst
M sklearn/preprocessing/_data.py
M sklearn/preprocessing/tests/test_data.py

  Log Message:
  ---
  ENH Add Array API compatibility to Binarizer (#31190)

Co-authored-by: Tialo 
Co-authored-by: Olivier Grisel 
Co-authored-by: Omar Salman 
Co-authored-by: Tialo <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/scikit-learn/scikit-learn/settings/notifications
___
Scikit-learn-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/
Member address: [email protected]


[Scikit-learn-commits] [scikit-learn/scikit-learn] b98dc7: MNT Enforce ruff/pygrep-hooks rules (PGH) (#31226)

2025-04-28 Thread Dimitri Papadopoulos Orfanos via Scikit-learn-commits
  Branch: refs/heads/main
  Home:   https://github.com/scikit-learn/scikit-learn
  Commit: b98dc797c480b1b9495f918e201d45ee07f29feb
  
https://github.com/scikit-learn/scikit-learn/commit/b98dc797c480b1b9495f918e201d45ee07f29feb
  Author: Dimitri Papadopoulos Orfanos 
<[email protected]>
  Date:   2025-04-28 (Mon, 28 Apr 2025)

  Changed paths:
M benchmarks/bench_plot_fastkmeans.py
M benchmarks/bench_plot_lasso_path.py
M benchmarks/bench_plot_svd.py
M doc/api_reference.py
M doc/conf.py
M doc/conftest.py
M examples/ensemble/plot_gradient_boosting_quantile.py
M examples/impute/plot_iterative_imputer_variants_comparison.py
M examples/impute/plot_missing_values.py
M examples/miscellaneous/plot_set_output.py
M examples/model_selection/plot_successive_halving_heatmap.py
M examples/model_selection/plot_successive_halving_iterations.py
M examples/release_highlights/plot_release_highlights_0_23_0.py
M examples/release_highlights/plot_release_highlights_0_24_0.py
M examples/release_highlights/plot_release_highlights_1_0_0.py
M examples/release_highlights/plot_release_highlights_1_1_0.py
M examples/release_highlights/plot_release_highlights_1_2_0.py
M examples/release_highlights/plot_release_highlights_1_3_0.py
M examples/release_highlights/plot_release_highlights_1_4_0.py
M examples/release_highlights/plot_release_highlights_1_5_0.py
M examples/release_highlights/plot_release_highlights_1_6_0.py
M pyproject.toml
M sklearn/__check_build/__init__.py
M sklearn/_loss/tests/test_loss.py
M sklearn/cluster/_agglomerative.py
M sklearn/cluster/tests/test_spectral.py
M sklearn/conftest.py
M sklearn/covariance/_graph_lasso.py
M sklearn/datasets/tests/test_base.py
M sklearn/datasets/tests/test_common.py
M sklearn/ensemble/tests/test_forest.py
M sklearn/impute/__init__.py
M sklearn/impute/tests/test_common.py
M sklearn/impute/tests/test_impute.py
M sklearn/inspection/_partial_dependence.py
M sklearn/linear_model/_coordinate_descent.py
M sklearn/linear_model/_least_angle.py
M sklearn/manifold/_t_sne.py
M sklearn/manifold/tests/test_spectral_embedding.py
M sklearn/manifold/tests/test_t_sne.py
M sklearn/metrics/tests/test_common.py
M sklearn/model_selection/__init__.py
M sklearn/model_selection/tests/test_search.py
M sklearn/model_selection/tests/test_split.py
M sklearn/model_selection/tests/test_successive_halving.py
M sklearn/neighbors/tests/test_neighbors.py
M sklearn/svm/_base.py
M sklearn/svm/tests/test_svm.py
M sklearn/tests/test_common.py
M sklearn/tests/test_docstring_parameters.py
M sklearn/tests/test_docstrings.py
M sklearn/tests/test_init.py
M sklearn/tests/test_metadata_routing.py
M sklearn/tests/test_metaestimators_metadata_routing.py
M sklearn/utils/__init__.py
M sklearn/utils/_mocking.py
M sklearn/utils/_optional_dependencies.py
M sklearn/utils/_pprint.py
M sklearn/utils/_test_common/instance_generator.py
M sklearn/utils/_testing.py
M sklearn/utils/estimator_checks.py
M sklearn/utils/fixes.py
M sklearn/utils/metadata_routing.py
M sklearn/utils/tests/test_deprecation.py
M sklearn/utils/tests/test_estimator_checks.py
M sklearn/utils/tests/test_tags.py

  Log Message:
  ---
  MNT Enforce ruff/pygrep-hooks rules (PGH) (#31226)

Co-authored-by: Adrin Jalali 



To unsubscribe from these emails, change your notification settings at 
https://github.com/scikit-learn/scikit-learn/settings/notifications
___
Scikit-learn-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/
Member address: [email protected]


[Scikit-learn-commits] [scikit-learn/scikit-learn] 53a7f4: MNT Add `ignore_types` to `assert_docstring_consis...

2025-04-28 Thread Lucy Liu via Scikit-learn-commits
  Branch: refs/heads/main
  Home:   https://github.com/scikit-learn/scikit-learn
  Commit: 53a7f4f76311ae65d32de2ae98b4b379660be42b
  
https://github.com/scikit-learn/scikit-learn/commit/53a7f4f76311ae65d32de2ae98b4b379660be42b
  Author: Lucy Liu 
  Date:   2025-04-28 (Mon, 28 Apr 2025)

  Changed paths:
M sklearn/tests/test_docstring_parameters_consistency.py
M sklearn/utils/_testing.py

  Log Message:
  ---
  MNT Add `ignore_types` to `assert_docstring_consistency` (#30944)



To unsubscribe from these emails, change your notification settings at 
https://github.com/scikit-learn/scikit-learn/settings/notifications
___
Scikit-learn-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/
Member address: [email protected]


[Scikit-learn-commits] [scikit-learn/scikit-learn] 0173b9: DOC Improve descriptions of roc_curve-related dosc...

2025-04-28 Thread Arturo Amor via Scikit-learn-commits
  Branch: refs/heads/main
  Home:   https://github.com/scikit-learn/scikit-learn
  Commit: 0173b916739dc17fe522ab64c691682a30d1d17b
  
https://github.com/scikit-learn/scikit-learn/commit/0173b916739dc17fe522ab64c691682a30d1d17b
  Author: Arturo Amor <[email protected]>
  Date:   2025-04-28 (Mon, 28 Apr 2025)

  Changed paths:
M sklearn/metrics/_plot/roc_curve.py
M sklearn/metrics/_ranking.py

  Log Message:
  ---
  DOC Improve descriptions of roc_curve-related dosctrings (#31238)

Co-authored-by: ArturoAmorQ 
Co-authored-by: Lucy Liu 



To unsubscribe from these emails, change your notification settings at 
https://github.com/scikit-learn/scikit-learn/settings/notifications
___
Scikit-learn-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/
Member address: [email protected]


[Scikit-learn-commits] [scikit-learn/scikit-learn] 76eedf: :lock: :robot: CI Update lock files for main CI bu...

2025-04-28 Thread scikit-learn-bot via Scikit-learn-commits
  Branch: refs/heads/main
  Home:   https://github.com/scikit-learn/scikit-learn
  Commit: 76eedf4cbe9652e86ed88b8fb201a2ceebdbc24e
  
https://github.com/scikit-learn/scikit-learn/commit/76eedf4cbe9652e86ed88b8fb201a2ceebdbc24e
  Author: scikit-learn-bot 
  Date:   2025-04-28 (Mon, 28 Apr 2025)

  Changed paths:
M build_tools/azure/pylatest_conda_forge_mkl_linux-64_conda.lock
M build_tools/azure/pylatest_conda_forge_mkl_osx-64_conda.lock
M build_tools/azure/pylatest_pip_openblas_pandas_linux-64_conda.lock
M build_tools/azure/pymin_conda_forge_mkl_win-64_conda.lock
M 
build_tools/azure/pymin_conda_forge_openblas_min_dependencies_linux-64_conda.lock
M 
build_tools/azure/pymin_conda_forge_openblas_ubuntu_2204_linux-64_conda.lock
M build_tools/circle/doc_linux-64_conda.lock
M build_tools/circle/doc_min_dependencies_linux-64_conda.lock
M build_tools/github/pymin_conda_forge_arm_linux-aarch64_conda.lock

  Log Message:
  ---
  :lock: :robot: CI Update lock files for main CI build(s) :lock: :robot: 
(#31261)

Co-authored-by: Lock file bot 



To unsubscribe from these emails, change your notification settings at 
https://github.com/scikit-learn/scikit-learn/settings/notifications
___
Scikit-learn-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/
Member address: [email protected]


[Scikit-learn-commits] [scikit-learn/scikit-learn] 3d6437: MNT Use BLAS_Order.ColMajor sklearn/utils/_cython_...

2025-04-28 Thread Olivier Grisel via Scikit-learn-commits
  Branch: refs/heads/main
  Home:   https://github.com/scikit-learn/scikit-learn
  Commit: 3d643769dfbbd33b90292fd5cec942f9197653eb
  
https://github.com/scikit-learn/scikit-learn/commit/3d643769dfbbd33b90292fd5cec942f9197653eb
  Author: Olivier Grisel 
  Date:   2025-04-28 (Mon, 28 Apr 2025)

  Changed paths:
M azure-pipelines.yml
M sklearn/conftest.py
M sklearn/utils/_cython_blas.pyx

  Log Message:
  ---
  MNT Use BLAS_Order.ColMajor sklearn/utils/_cython_blas.pyx (#31263)



To unsubscribe from these emails, change your notification settings at 
https://github.com/scikit-learn/scikit-learn/settings/notifications
___
Scikit-learn-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/
Member address: [email protected]