Skip to content

BUG: cupy/linalg: add all names#399

Merged
ev-br merged 2 commits intodata-apis:mainfrom
ev-br:test_all_2
Feb 26, 2026
Merged

BUG: cupy/linalg: add all names#399
ev-br merged 2 commits intodata-apis:mainfrom
ev-br:test_all_2

Conversation

@ev-br
Copy link
Member

@ev-br ev-br commented Feb 26, 2026

cupy 14 added __all__ to cupy.linalg. Previously, compat.cupy.linalg was working around it, so now we need to work around it either being available or not being available. Plus which, it is not exactly correct as of cupy 14.0.1, cupy/cupy#9749

Thus,

  • add non-array api names in cupy.linalg
  • add 2025.12 additions to test_all

TODO:

  • test with cupy 13
  • test with cupy 14

closes #398

Copilot AI review requested due to automatic review settings February 26, 2026 09:40
@ev-br ev-br added this to the 1.14 milestone Feb 26, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@ev-br
Copy link
Member Author

ev-br commented Feb 26, 2026

The level of support is #366 : we best-effort support cupy 13.x and 14.x; minor glitches are possible, let's worry about them when we face them.

@ev-br ev-br merged commit 176513d into data-apis:main Feb 26, 2026
30 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cupy wrapper hides names

2 participants