[Scikit-learn-commits] [scikit-learn/scikit-learn] e299cf: MNT Switch to absolute imports in sklearn/tree/_sp...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: e299cf17f6783ec7f9c4f02ef4af33ba744522f2 https://github.com/scikit-learn/scikit-learn/commit/e299cf17f6783ec7f9c4f02ef4af33ba744522f2 Author: Quan H. Nguyen <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/tree/_splitter.pyx Log Message: --- MNT Switch to absolute imports in sklearn/tree/_splitter.pyx (#32383) 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] 434545: MNT Use absolute imports in _argkmin_classmode.pyx...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 4345455b1fa2a979d4cbd5317537a92e5a215e37 https://github.com/scikit-learn/scikit-learn/commit/4345455b1fa2a979d4cbd5317537a92e5a215e37 Author: Andrés H. Zapke <[email protected]> Date: 2025-10-08 (Wed, 08 Oct 2025) Changed paths: M sklearn/metrics/_pairwise_distances_reduction/_argkmin_classmode.pyx.tp Log Message: --- MNT Use absolute imports in _argkmin_classmode.pyx.tp (#32436) 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] fad082: DOC Adapt explanation of non-regression test (#32466)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: fad0826be6af1dd301b1f20629a943259517b94d https://github.com/scikit-learn/scikit-learn/commit/fad0826be6af1dd301b1f20629a943259517b94d Author: Anne Beyer Date: 2025-10-10 (Fri, 10 Oct 2025) Changed paths: M doc/developers/contributing.rst Log Message: --- DOC Adapt explanation of non-regression test (#32466) 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] b83196: MNT Use absolute imports in _radius_neighbors_clas...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: b83196979a255a527e803f965167a46a671160c6 https://github.com/scikit-learn/scikit-learn/commit/b83196979a255a527e803f965167a46a671160c6 Author: HulusiOzy <[email protected]> Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: M sklearn/metrics/_pairwise_distances_reduction/_radius_neighbors_classmode.pyx.tp Log Message: --- MNT Use absolute imports in _radius_neighbors_classmode.pyx.tp (#32418) 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] 50a1d6: :lock: :robot: CI Update lock files for main CI bu...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 50a1d6fdae0209b9e9fa979fddd6e1e4c4d2becd https://github.com/scikit-learn/scikit-learn/commit/50a1d6fdae0209b9e9fa979fddd6e1e4c4d2becd Author: scikit-learn-bot Date: 2025-09-22 (Mon, 22 Sep 2025) Changed paths: M build_tools/azure/debian_32bit_lock.txt M build_tools/azure/pylatest_conda_forge_mkl_linux-64_conda.lock M build_tools/azure/pylatest_conda_forge_mkl_no_openmp_osx-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_openblas_min_dependencies_linux-64_conda.lock M build_tools/azure/pymin_conda_forge_openblas_ubuntu_2204_linux-64_conda.lock M build_tools/azure/pymin_conda_forge_openblas_win-64_conda.lock M build_tools/azure/ubuntu_atlas_lock.txt 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: (#32245) 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] bde39c: CI Do not close automated wheels issue when tests ...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: bde39c1afc8de16ff50ff743b40b89acfd44dd4c https://github.com/scikit-learn/scikit-learn/commit/bde39c1afc8de16ff50ff743b40b89acfd44dd4c Author: Loïc Estève Date: 2025-10-13 (Mon, 13 Oct 2025) Changed paths: M .github/workflows/update_tracking_issue.yml Log Message: --- CI Do not close automated wheels issue when tests pass (#32493) 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] 77e9cb: MNT Switch to absolute imports in sklearn/cluster/...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 77e9cbd91ece2e7ad2302c972eb9b1515f271ecd https://github.com/scikit-learn/scikit-learn/commit/77e9cbd91ece2e7ad2302c972eb9b1515f271ecd Author: Nitin Pratap Singh <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/cluster/_k_means_common.pyx Log Message: --- MNT Switch to absolute imports in sklearn/cluster/_k_means_common.pyx (#32367) 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] b98081: MNT Use absolute imports in sklearn/cluster Cython...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: b98081dfb56a2474590b7d44d05644ebfa2619ac https://github.com/scikit-learn/scikit-learn/commit/b98081dfb56a2474590b7d44d05644ebfa2619ac Author: Nithurshen <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/cluster/_k_means_elkan.pyx M sklearn/cluster/_k_means_lloyd.pyx Log Message: --- MNT Use absolute imports in sklearn/cluster Cython files (#32395) 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] 887e69: MNT Use absolute imports in sklearn/cluster/_hdbsc...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 887e6964413dd835b0ad7a8373c5fd4886fa5c16 https://github.com/scikit-learn/scikit-learn/commit/887e6964413dd835b0ad7a8373c5fd4886fa5c16 Author: BRYANT MUSI BABILA <[email protected]> Date: 2025-10-09 (Thu, 09 Oct 2025) Changed paths: M sklearn/cluster/_hdbscan/_tree.pxd Log Message: --- MNT Use absolute imports in sklearn/cluster/_hdbscan/_tree.pxd (#32451) 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] 3e49c3: :lock: :robot: CI Update lock files for main CI bu...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 3e49c337913212c591ed54826c0deac90a4840ca https://github.com/scikit-learn/scikit-learn/commit/3e49c337913212c591ed54826c0deac90a4840ca Author: scikit-learn-bot Date: 2025-09-30 (Tue, 30 Sep 2025) Changed paths: M build_tools/azure/debian_32bit_lock.txt M build_tools/azure/pylatest_conda_forge_mkl_linux-64_conda.lock M build_tools/azure/pylatest_conda_forge_mkl_no_openmp_osx-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_openblas_min_dependencies_linux-64_conda.lock M build_tools/azure/pymin_conda_forge_openblas_ubuntu_2204_linux-64_conda.lock M build_tools/azure/pymin_conda_forge_openblas_win-64_conda.lock M build_tools/azure/ubuntu_atlas_lock.txt 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: (#32298) 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] a9b389: DOC Add cross-refs to references in examples (#32514)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: a9b3898e56c9e97b63d4699160b1de440e3f2947 https://github.com/scikit-learn/scikit-learn/commit/a9b3898e56c9e97b63d4699160b1de440e3f2947 Author: Christine P. Chai Date: 2025-10-17 (Fri, 17 Oct 2025) Changed paths: M examples/covariance/plot_covariance_estimation.py M examples/covariance/plot_lw_vs_oas.py M examples/kernel_approximation/plot_scalable_poly_kernels.py M examples/neighbors/plot_species_kde.py Log Message: --- DOC Add cross-refs to references in examples (#32514) 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] f63ec5: MNT Clean-up deprecations for 1.8: Rename force_al...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: f63ec5414571268e0bb2613376f35d37591721b2 https://github.com/scikit-learn/scikit-learn/commit/f63ec5414571268e0bb2613376f35d37591721b2 Author: François Paugam <[email protected]> Date: 2025-10-09 (Thu, 09 Oct 2025) Changed paths: M sklearn/ensemble/_hist_gradient_boosting/tests/test_compare_lightgbm.py M sklearn/metrics/pairwise.py M sklearn/metrics/tests/test_pairwise.py M sklearn/utils/deprecation.py M sklearn/utils/tests/test_validation.py M sklearn/utils/validation.py Log Message: --- MNT Clean-up deprecations for 1.8: Rename force_all_finite to ensure_all_finite (#32452) Co-authored-by: Jérémie du Boisberranger 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] baf965: CI Remove python 3.10 wheels (#32522)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: baf965de6b054b9161f1439744d402b57ec732c1 https://github.com/scikit-learn/scikit-learn/commit/baf965de6b054b9161f1439744d402b57ec732c1 Author: Dea María Léon Date: 2025-10-17 (Fri, 17 Oct 2025) Changed paths: M .github/workflows/wheels.yml Log Message: --- CI Remove python 3.10 wheels (#32522) 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] cf908e: MNT Use absolute imports in sklearn/utils/_random...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: cf908eea1406ff09cbca72453fc649061b60ac96 https://github.com/scikit-learn/scikit-learn/commit/cf908eea1406ff09cbca72453fc649061b60ac96 Author: Leomax Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/utils/_random.pyx Log Message: --- MNT Use absolute imports in sklearn/utils/_random.pyx (#32407) 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] c89590: CI Add link to changelog instructions when check-c...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: c895909eb91655b6b8719b9c70f3f6e3932a0f28 https://github.com/scikit-learn/scikit-learn/commit/c895909eb91655b6b8719b9c70f3f6e3932a0f28 Author: Emily (Xinyi) Chen <[email protected]> Date: 2025-10-13 (Mon, 13 Oct 2025) Changed paths: M .github/workflows/check-changelog.yml Log Message: --- CI Add link to changelog instructions when check-changelog fails (#32464) Co-authored-by: Loïc Estève 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] c05ef2: MNT Clean-up deprecations for 1.8: Remove the posi...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: c05ef224774db0d04e30f89f3e782c42f0951f25 https://github.com/scikit-learn/scikit-learn/commit/c05ef224774db0d04e30f89f3e782c42f0951f25 Author: François Paugam <[email protected]> Date: 2025-10-13 (Mon, 13 Oct 2025) Changed paths: M sklearn/feature_selection/_rfe.py Log Message: --- MNT Clean-up deprecations for 1.8: Remove the positional arg deprecation warning for groups param in RFE (#32454) 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] 46a9fb: MNT Use absolute imports in sklearn/svm/_libsvm.py...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 46a9fb7df633c4e6e035094397d2d890cb814ee5 https://github.com/scikit-learn/scikit-learn/commit/46a9fb7df633c4e6e035094397d2d890cb814ee5 Author: Nithurshen <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/svm/_libsvm.pyx Log Message: --- MNT Use absolute imports in sklearn/svm/_libsvm.pyx (#32392) 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] 7ea267: BLD Improve dependency tracking in Cython meson ge...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 7ea267c1e1864b0c306c51586ecdb43fdc900844 https://github.com/scikit-learn/scikit-learn/commit/7ea267c1e1864b0c306c51586ecdb43fdc900844 Author: Loïc Estève Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: M sklearn/meson.build Log Message: --- BLD Improve dependency tracking in Cython meson generator (#32420) 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] a80b9d: :lock: :robot: CI Update lock files for scipy-dev ...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: a80b9d5df138dc995945c6d7cacd1d74216dd38f https://github.com/scikit-learn/scikit-learn/commit/a80b9d5df138dc995945c6d7cacd1d74216dd38f Author: scikit-learn-bot Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M build_tools/azure/pylatest_pip_scipy_dev_linux-64_conda.lock Log Message: --- :lock: :robot: CI Update lock files for scipy-dev CI build(s) :lock: :robot: (#32388) 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] fef3cc: DOC Fix decision boundary colouring in the `plot_s...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: fef3cc01b77d3eb2a9f09f671480858e85b73368 https://github.com/scikit-learn/scikit-learn/commit/fef3cc01b77d3eb2a9f09f671480858e85b73368 Author: Virgil Chan Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M examples/svm/plot_svm_tie_breaking.py Log Message: --- DOC Fix decision boundary colouring in the `plot_svm_tie_breaking.py` example (#32361) 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] fdeeda: MNT Enforce `--ban-relative-imports` in cython-lin...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: fdeeda1550fea670cc216fb6b07f80846fa4a164 https://github.com/scikit-learn/scikit-learn/commit/fdeeda1550fea670cc216fb6b07f80846fa4a164 Author: Marco Edward Gorelli <[email protected]> Date: 2025-10-13 (Mon, 13 Oct 2025) Changed paths: M .pre-commit-config.yaml M build_tools/linting.sh Log Message: --- MNT Enforce `--ban-relative-imports` in cython-lint (#32489) Co-authored-by: Loïc Estève 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] 20a325: MNT Switch to absolute import in _middle_term_comp...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 20a325a962b74447e6b186ef07f33825d7b41fac https://github.com/scikit-learn/scikit-learn/commit/20a325a962b74447e6b186ef07f33825d7b41fac Author: Nicholas Farr <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/metrics/_pairwise_distances_reduction/_middle_term_computer.pxd.tp Log Message: --- MNT Switch to absolute import in _middle_term_computer.pxd.tp (#32359) 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] 90d55e: MNT Use absolute import in sklearn/metrics/_pairwi...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 90d55e84594045e5c1866cd8752447d9077244ac https://github.com/scikit-learn/scikit-learn/commit/90d55e84594045e5c1866cd8752447d9077244ac Author: Yaswanth Kumar <[email protected]> Date: 2025-10-10 (Fri, 10 Oct 2025) Changed paths: M sklearn/metrics/_pairwise_distances_reduction/_base.pyx.tp Log Message: --- MNT Use absolute import in sklearn/metrics/_pairwise_distances_reduction/_base.pyx.tp (#32469) 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] 4ba9a8: DOC Improve the `SelectFromModel` docstring regard...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 4ba9a8a3b20e2b1ad94e15a7f10bd3b2ef66517a https://github.com/scikit-learn/scikit-learn/commit/4ba9a8a3b20e2b1ad94e15a7f10bd3b2ef66517a Author: Tim Head Date: 2025-10-01 (Wed, 01 Oct 2025) Changed paths: M sklearn/feature_selection/_from_model.py Log Message: --- DOC Improve the `SelectFromModel` docstring regarding `max_features` (#32307) 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] fbbd0f: MNT Use absolute import in sklearn/decomposition/_...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: fbbd0f8ae7d1dc3b314784f71b096e886314e6f7 https://github.com/scikit-learn/scikit-learn/commit/fbbd0f8ae7d1dc3b314784f71b096e886314e6f7 Author: Kian Eliasi Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/decomposition/_online_lda_fast.pyx Log Message: --- MNT Use absolute import in sklearn/decomposition/_online_lda_fast.pyx (#32377) 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] 90ef87: Fix `cython-lint` reported problem in `sklearn/clu...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 90ef87a79e959dd6969bc67c2ef1cbb65a11389d https://github.com/scikit-learn/scikit-learn/commit/90ef87a79e959dd6969bc67c2ef1cbb65a11389d Author: Olivier Grisel Date: 2025-10-14 (Tue, 14 Oct 2025) Changed paths: M .pre-commit-config.yaml M sklearn/cluster/_hdbscan/_tree.pyx Log Message: --- Fix `cython-lint` reported problem in `sklearn/cluster/_hdbscan/_tree.pyx` (#32499) 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] c89ea9: MNT Fix script to bump dependencies (#32471)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: c89ea9c4427878d144f475709cf0eb8771cd908a https://github.com/scikit-learn/scikit-learn/commit/c89ea9c4427878d144f475709cf0eb8771cd908a Author: Loïc Estève Date: 2025-10-11 (Sat, 11 Oct 2025) Changed paths: M maint_tools/bump-dependencies-versions.py Log Message: --- MNT Fix script to bump dependencies (#32471) 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] 9d14d1: MNT Use absolute imports in sklearn/utils/_fast_di...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 9d14d129c8d37585b15cb70295a694664390d0d0 https://github.com/scikit-learn/scikit-learn/commit/9d14d129c8d37585b15cb70295a694664390d0d0 Author: Dipak Dhangar Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: M sklearn/utils/_fast_dict.pxd Log Message: --- MNT Use absolute imports in sklearn/utils/_fast_dict.pxd (#32421) 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] 90a449: MNT Use absolute imports in sklearn/tree/_utils.px...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 90a4496fc6b381c8304043a640792efdfcb90273 https://github.com/scikit-learn/scikit-learn/commit/90a4496fc6b381c8304043a640792efdfcb90273 Author: Quan H. Nguyen <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/tree/_utils.pxd Log Message: --- MNT Use absolute imports in sklearn/tree/_utils.pxd (#32397) 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] b2df9e: FIX ColumnTransformer on polars dataframes using t...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: b2df9ed13121a63c4e3b7d1f2b7ed41268a016ec https://github.com/scikit-learn/scikit-learn/commit/b2df9ed13121a63c4e3b7d1f2b7ed41268a016ec Author: ph-ll-pp Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: A doc/whats_new/upcoming_changes/sklearn.compose/32188.fix.rst M sklearn/compose/_column_transformer.py M sklearn/compose/tests/test_column_transformer.py M sklearn/utils/_testing.py Log Message: --- FIX ColumnTransformer on polars dataframes using transformers with sparse output (#32188) Co-authored-by: Jérémie du Boisberranger 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] 7b7ba5: :lock: :robot: CI Update lock files for main CI bu...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 7b7ba5e93f19e515e00840f491c8ea1f24115154 https://github.com/scikit-learn/scikit-learn/commit/7b7ba5e93f19e515e00840f491c8ea1f24115154 Author: scikit-learn-bot Date: 2025-10-13 (Mon, 13 Oct 2025) Changed paths: M build_tools/azure/install.sh M build_tools/azure/pylatest_conda_forge_mkl_linux-64_conda.lock M build_tools/azure/pylatest_conda_forge_mkl_no_openmp_osx-64_conda.lock M build_tools/azure/pylatest_conda_forge_osx-arm64_conda.lock M build_tools/azure/pylatest_pip_openblas_pandas_environment.yml M build_tools/azure/pylatest_pip_openblas_pandas_linux-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/azure/pymin_conda_forge_openblas_win-64_conda.lock M build_tools/azure/ubuntu_atlas_lock.txt 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_environment.yml M build_tools/github/pymin_conda_forge_arm_linux-aarch64_conda.lock M build_tools/update_environments_and_lock_files.py Log Message: --- :lock: :robot: CI Update lock files for main CI build(s) :lock: :robot: (#32486) Co-authored-by: Lock file bot Co-authored-by: Olivier Grisel 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] e65187: :lock: :robot: CI Update lock files for array-api ...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: e65187aa44ad5bbdb1c7a99159071dc449817840 https://github.com/scikit-learn/scikit-learn/commit/e65187aa44ad5bbdb1c7a99159071dc449817840 Author: scikit-learn-bot Date: 2025-10-06 (Mon, 06 Oct 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: (#32389) 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] f851cd: CI Add macOS-15 CI with array API tests (#32349)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: f851cda86c106983718118af710ae1866bc59b6a https://github.com/scikit-learn/scikit-learn/commit/f851cda86c106983718118af710ae1866bc59b6a Author: Loïc Estève Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: M .github/workflows/unit-tests.yml M azure-pipelines.yml M build_tools/azure/install.sh R build_tools/azure/pylatest_conda_forge_mkl_osx-64_conda.lock R build_tools/azure/pylatest_conda_forge_mkl_osx-64_environment.yml A build_tools/azure/pylatest_conda_forge_osx-arm64_conda.lock A build_tools/azure/pylatest_conda_forge_osx-arm64_environment.yml M build_tools/azure/test_script.sh M build_tools/update_environments_and_lock_files.py Log Message: --- CI Add macOS-15 CI with array API tests (#32349) 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] 56c74d: Fix pandas warning for pandas 3.0 (#32523)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 56c74de012ab2c464824938b455e370fd58a34ed https://github.com/scikit-learn/scikit-learn/commit/56c74de012ab2c464824938b455e370fd58a34ed Author: Olivier Grisel Date: 2025-10-17 (Fri, 17 Oct 2025) Changed paths: M sklearn/utils/fixes.py Log Message: --- Fix pandas warning for pandas 3.0 (#32523) 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]
