-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
MAINT: _lib
: co-vendor array-api-extra and array-api-compat
#22062
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
Conversation
c79f6d2
to
0846c22
Compare
0846c22
to
aa8468a
Compare
perhaps the hook file needs to be added as a Python source in |
ead88f9
to
f31e0d8
Compare
f31e0d8
to
5f18499
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if CI is happy!
_lib
: co-vendor array-api-extra and array-api-compat
feel free to just silence any mypy warnings. The other failures are due to a bug in xpx for |
I'm baffled by this. How can it be green in main (numpy 1+array-api-compat 1.9.1)?!? |
I was also baffled 😅 unfortunately there isn't any magic going on - this diff is part of your bump in array-api-extra - diag = xp.zeros(n**2, dtype=x.dtype)
+ diag = xp.zeros(n**2, dtype=x.dtype, device=x.device) Fix at https://github.com/data-apis/array-api-extra/pull/63/files |
_lib
: co-vendor array-api-extra and array-api-compat_lib
: co-vendor array-api-extra and array-api-compat
I think this isn't so important - we can merge and then bump again when the releases are out |
smoke-docs failure looks real |
if you want to submit that |
let's put this in to unblock gh-21783 - we can bump array-api-compat again when it cuts a release. Thanks @crusaderky ! |
array-api-extra has introduced a dependency to array-api-compat (data-apis/array-api-extra#47).