[Scikit-learn-commits] [scikit-learn/scikit-learn] aecc21: MNT bump array-api-extra to v0.7.1, array-api-comp...

2025-03-26 Thread Lucas Colley via Scikit-learn-commits
  Branch: refs/heads/main
  Home:   https://github.com/scikit-learn/scikit-learn
  Commit: aecc2181e3b020c0ed01f30a1576ecde58de86aa
  
https://github.com/scikit-learn/scikit-learn/commit/aecc2181e3b020c0ed01f30a1576ecde58de86aa
  Author: Lucas Colley 
  Date:   2025-03-26 (Wed, 26 Mar 2025)

  Changed paths:
M maint_tools/vendor_array_api_compat.sh
M maint_tools/vendor_array_api_extra.sh
M sklearn/externals/array_api_compat/__init__.py
M sklearn/externals/array_api_compat/common/_aliases.py
M sklearn/externals/array_api_compat/torch/_aliases.py
M sklearn/externals/array_api_extra/__init__.py
M sklearn/externals/array_api_extra/_delegation.py
M sklearn/externals/array_api_extra/_lib/_at.py
M sklearn/externals/array_api_extra/_lib/_funcs.py
M sklearn/externals/array_api_extra/_lib/_lazy.py
M sklearn/externals/array_api_extra/_lib/_testing.py
M sklearn/externals/array_api_extra/_lib/_utils/_helpers.py
M sklearn/externals/array_api_extra/testing.py

  Log Message:
  ---
  MNT bump array-api-extra to v0.7.1, array-api-compat to v1.11.2 (#31080)



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] e17a12: MNT co-vendor array-api-{compat, extra} (#30340)

2025-03-25 Thread Lucas Colley via Scikit-learn-commits
  Branch: refs/heads/main
  Home:   https://github.com/scikit-learn/scikit-learn
  Commit: e17a12abfb3c443157a9beef5c04e95b72c19a22
  
https://github.com/scikit-learn/scikit-learn/commit/e17a12abfb3c443157a9beef5c04e95b72c19a22
  Author: Lucas Colley 
  Date:   2025-03-25 (Tue, 25 Mar 2025)

  Changed paths:
M build_tools/azure/pylatest_conda_forge_mkl_linux-64_conda.lock
M build_tools/azure/pylatest_conda_forge_mkl_linux-64_environment.yml
M build_tools/azure/pylatest_conda_forge_mkl_osx-64_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_mkl_win-64_conda.lock
M 
build_tools/azure/pymin_conda_forge_openblas_min_dependencies_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/pylatest_conda_forge_cuda_array-api_linux-64_conda.lock
M 
build_tools/github/pylatest_conda_forge_cuda_array-api_linux-64_environment.yml
M build_tools/github/pymin_conda_forge_arm_linux-aarch64_conda.lock
M build_tools/update_environments_and_lock_files.py
M doc/modules/array_api.rst
A doc/whats_new/upcoming_changes/array-api/30340.other.rst
A maint_tools/vendor_array_api_compat.sh
A maint_tools/vendor_array_api_extra.sh
M pyproject.toml
M setup.cfg
M sklearn/decomposition/tests/test_pca.py
A sklearn/externals/_array_api_compat_vendor.py
A sklearn/externals/array_api_compat/LICENSE
A sklearn/externals/array_api_compat/README.md
A sklearn/externals/array_api_compat/__init__.py
A sklearn/externals/array_api_compat/_internal.py
A sklearn/externals/array_api_compat/common/__init__.py
A sklearn/externals/array_api_compat/common/_aliases.py
A sklearn/externals/array_api_compat/common/_fft.py
A sklearn/externals/array_api_compat/common/_helpers.py
A sklearn/externals/array_api_compat/common/_linalg.py
A sklearn/externals/array_api_compat/common/_typing.py
A sklearn/externals/array_api_compat/cupy/__init__.py
A sklearn/externals/array_api_compat/cupy/_aliases.py
A sklearn/externals/array_api_compat/cupy/_info.py
A sklearn/externals/array_api_compat/cupy/_typing.py
A sklearn/externals/array_api_compat/cupy/fft.py
A sklearn/externals/array_api_compat/cupy/linalg.py
A sklearn/externals/array_api_compat/dask/__init__.py
A sklearn/externals/array_api_compat/dask/array/__init__.py
A sklearn/externals/array_api_compat/dask/array/_aliases.py
A sklearn/externals/array_api_compat/dask/array/_info.py
A sklearn/externals/array_api_compat/dask/array/fft.py
A sklearn/externals/array_api_compat/dask/array/linalg.py
A sklearn/externals/array_api_compat/numpy/__init__.py
A sklearn/externals/array_api_compat/numpy/_aliases.py
A sklearn/externals/array_api_compat/numpy/_info.py
A sklearn/externals/array_api_compat/numpy/_typing.py
A sklearn/externals/array_api_compat/numpy/fft.py
A sklearn/externals/array_api_compat/numpy/linalg.py
A sklearn/externals/array_api_compat/torch/__init__.py
A sklearn/externals/array_api_compat/torch/_aliases.py
A sklearn/externals/array_api_compat/torch/_info.py
A sklearn/externals/array_api_compat/torch/fft.py
A sklearn/externals/array_api_compat/torch/linalg.py
A sklearn/externals/array_api_extra/LICENSE
A sklearn/externals/array_api_extra/README.md
A sklearn/externals/array_api_extra/__init__.py
A sklearn/externals/array_api_extra/_delegation.py
A sklearn/externals/array_api_extra/_lib/__init__.py
A sklearn/externals/array_api_extra/_lib/_at.py
A sklearn/externals/array_api_extra/_lib/_backends.py
A sklearn/externals/array_api_extra/_lib/_funcs.py
A sklearn/externals/array_api_extra/_lib/_lazy.py
A sklearn/externals/array_api_extra/_lib/_testing.py
A sklearn/externals/array_api_extra/_lib/_utils/__init__.py
A sklearn/externals/array_api_extra/_lib/_utils/_compat.py
A sklearn/externals/array_api_extra/_lib/_utils/_compat.pyi
A sklearn/externals/array_api_extra/_lib/_utils/_helpers.py
A sklearn/externals/array_api_extra/_lib/_utils/_typing.py
A sklearn/externals/array_api_extra/_lib/_utils/_typing.pyi
A sklearn/externals/array_api_extra/py.typed
A sklearn/externals/array_api_extra/testing.py
M sklearn/metrics/_classification.py
M sklearn/preprocessing/_label.py
M sklearn/tests/test_common.py
M sklearn/tests/test_config.py
M sklearn/tests/test_docstring_parameters.py
M sklearn/utils/_array_api.py
M sklearn/utils/_encode.py
M sklearn/utils/_testing.py
M sklearn/utils/tests/test_array_api.py
M sklearn/utils/tests/test_estimator_checks.py

  Log Message:
  ---
  MNT co-vendor array-api-{compat, extra} (#30340)

Co-authored-by: Guido Imperiale 



To unsubscribe from these em

[Scikit-learn-commits] [scikit-learn/scikit-learn] f2cd67: MNT bump array-api-extra to v0.8.0 (#31993)

2025-08-25 Thread Lucas Colley via Scikit-learn-commits
  Branch: refs/heads/main
  Home:   https://github.com/scikit-learn/scikit-learn
  Commit: f2cd677bcbcf693d7fe9e8a857a5d518e806
  
https://github.com/scikit-learn/scikit-learn/commit/f2cd677bcbcf693d7fe9e8a857a5d518e806
  Author: Lucas Colley 
  Date:   2025-08-25 (Mon, 25 Aug 2025)

  Changed paths:
M maint_tools/vendor_array_api_extra.sh
M sklearn/externals/array_api_extra/__init__.py
M sklearn/externals/array_api_extra/_delegation.py
M sklearn/externals/array_api_extra/_lib/__init__.py
M sklearn/externals/array_api_extra/_lib/_at.py
M sklearn/externals/array_api_extra/_lib/_backends.py
M sklearn/externals/array_api_extra/_lib/_funcs.py
M sklearn/externals/array_api_extra/_lib/_lazy.py
M sklearn/externals/array_api_extra/_lib/_testing.py
M sklearn/externals/array_api_extra/_lib/_utils/_compat.py
M sklearn/externals/array_api_extra/_lib/_utils/_compat.pyi
M sklearn/externals/array_api_extra/_lib/_utils/_helpers.py
M sklearn/externals/array_api_extra/_lib/_utils/_typing.py
M sklearn/externals/array_api_extra/testing.py

  Log Message:
  ---
  MNT bump array-api-extra to v0.8.0 (#31993)



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] ef4885: MNT `np.nan_to_num` -> `xpx.nan_to_num` (#32033)

2025-08-28 Thread Lucas Colley via Scikit-learn-commits
  Branch: refs/heads/main
  Home:   https://github.com/scikit-learn/scikit-learn
  Commit: ef4885fc6dc1f7a071d847d7f42702cf090352bc
  
https://github.com/scikit-learn/scikit-learn/commit/ef4885fc6dc1f7a071d847d7f42702cf090352bc
  Author: Lucas Colley 
  Date:   2025-08-28 (Thu, 28 Aug 2025)

  Changed paths:
M maint_tools/vendor_array_api_extra.sh
M sklearn/externals/array_api_extra/__init__.py
M sklearn/externals/array_api_extra/_delegation.py
M sklearn/externals/array_api_extra/_lib/_at.py
M sklearn/externals/array_api_extra/_lib/_backends.py
M sklearn/externals/array_api_extra/_lib/_funcs.py
M sklearn/externals/array_api_extra/_lib/_lazy.py
M sklearn/externals/array_api_extra/_lib/_testing.py
M sklearn/externals/array_api_extra/_lib/_utils/_compat.pyi
M sklearn/externals/array_api_extra/_lib/_utils/_helpers.py
M sklearn/externals/array_api_extra/_lib/_utils/_typing.pyi
M sklearn/externals/array_api_extra/testing.py
M sklearn/metrics/_classification.py
M sklearn/metrics/cluster/_unsupervised.py
M sklearn/metrics/tests/test_pairwise.py
M sklearn/model_selection/_search.py
M sklearn/tree/tests/test_tree.py

  Log Message:
  ---
  MNT `np.nan_to_num` -> `xpx.nan_to_num` (#32033)



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]