Skip to content

ENH: Review exported symbols; redesign test_all #315

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 22 commits into from
Jun 6, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into test_all
  • Loading branch information
crusaderky committed May 16, 2025
commit 02529282d00b41de8b5a7ce981c72c376c72d7ce
2 changes: 1 addition & 1 deletion array_api_compat/numpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

__import__(__package__ + ".fft")

from .linalg import matrix_transpose, vecdot # noqa: F401
from .linalg import matrix_transpose, vecdot # type: ignore[no-redef] # noqa: F401

__array_api_version__: Final = "2024.12"

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.