-
Notifications
You must be signed in to change notification settings - Fork 39
REL: release 1.13.0 #370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
REL: release 1.13.0 #370
+30
−1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ev-br
reviewed
Dec 28, 2025
ev-br
reviewed
Dec 28, 2025
ev-br
approved these changes
Dec 28, 2025
Member
Author
scikit-learn on 🎋 main [🔨] via 🐍
❯ git diff -U0
diff --git a/maint_tools/vendor_array_api_compat.sh b/maint_tools/vendor_array_api_compat.sh
index 51056ce477..100ac3b4e2 100755
--- a/maint_tools/vendor_array_api_compat.sh
+++ b/maint_tools/vendor_array_api_compat.sh
@@ -8,2 +8,2 @@ set -o errexit
-URL="https://github.com/data-apis/array-api-compat.git"
-VERSION="1.12"
+URL="https://github.com/lucascolley/array-api-compat.git"
+VERSION="35193a156c334674427856a75559a3015d97ff7f"
scikit-learn on 🎋 main [🔨] via 🐍
❯ ./maint_tools/vendor_array_api_compat.shpython-stack/scikit-learn on 🎋 main [🔨] via 🧚 v0.62.0
❯ git diff -U0
diff --git a/scikit-learn/pixi.toml b/scikit-learn/pixi.toml
index aec17e7..575f70e 100644
--- a/scikit-learn/pixi.toml
+++ b/scikit-learn/pixi.toml
@@ -60,0 +61,4 @@ conda-lock = "==2.5.6"
+[feature.array-api.dependencies]
+array-api-strict = "*"
+pytorch = "*"
+
@@ -107,0 +112 @@ tests = { cmd = "spin test", cwd = "scikit-learn" }
+tests-array-api = { cmd = "spin test -v -- -k 'array_api'", cwd = "scikit-learn", env = { SCIPY_ARRAY_API = "1" } }
@@ -110 +115 @@ tests = { cmd = "spin test", cwd = "scikit-learn" }
-dev = { features = ["source", "dev", "lint", "docs", "tests"], no-default-feature = true }
+dev = { features = ["source", "dev", "lint", "docs", "tests", "array-api"], no-default-feature = true }python-stack/scikit-learn on 🎋 main [🔨] via 🧚 v0.62.0
❯ pixi run tests
...
==================== 38628 passed, 6050 skipped, 150 xfailed, 65 xpassed, 5742 warnings in 598.10s (0:09:58) =====================
python-stack/scikit-learn on 🎋 main [🔨] via 🧚 v0.62.0
❯ pixi run tests-array-api
...
============================== 2145 passed, 2447 skipped, 40301 deselected, 847 warnings in 21.49s =============================== |
Member
|
https://pypi.org/project/array-api-compat/1.13.0/ --- thank you Lucas for seeing it through! |
Member
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.