Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
data-apis
/
array-api
Public
Notifications
You must be signed in to change notification settings
Fork
52
Star
260
Code
Issues
79
Pull requests
15
Discussions
Actions
Projects
1
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Commits
Branch selector
94bd0cb
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 10, 2022
Fix block quotes
steff456
committed
94bd0cb
Copy full SHA for 94bd0cb
Commits on Dec 15, 2021
Fix typo and warnings
steff456
committed
13a0dd5
Copy full SHA for 13a0dd5
Transform broadcasting.md to .rst
steff456
committed
1850abe
Copy full SHA for 1850abe
Commits on Dec 8, 2021
Specify numeric arrays for `argmin` and `argmax` (#342)
honno
authored
a854ff1
Copy full SHA for a854ff1
Commits on Dec 6, 2021
Add note concerning subnormal numbers (#341)
kgryte
authored
0602a5f
Copy full SHA for 0602a5f
Transform sorting function specification file from Markdown to RST (#333)
Show description for 657a8f4
steff456
authored
657a8f4
Copy full SHA for 657a8f4
Special case when NaNs present in statistical functions (#335)
Show description for 545d7f1
honno
and
kgryte
authored
545d7f1
Copy full SHA for 545d7f1
Commits on Nov 29, 2021
Update guidance for unsigned integer data types (#340)
kgryte
authored
11a3d2c
Copy full SHA for 11a3d2c
Add floating-point special cases for `floor_divide` (#329)
Show description for 3e47648
kgryte
authored
3e47648
Copy full SHA for 3e47648
Commits on Nov 22, 2021
Changes Implementation section of data-interchange to close #337 (#338)
Show description for e181da8
oleksandr-pavlyk
authored
e181da8
Copy full SHA for e181da8
Commits on Nov 18, 2021
Update guidance for `pow` and `divide` concerning arrays with integer dtypes (#330)
kgryte
authored
f4fb0f2
Copy full SHA for f4fb0f2
Commits on Nov 15, 2021
Fix `matmul` broadcasting guidance (#328)
Show description for 02fae2c
kgryte
authored
02fae2c
Copy full SHA for 02fae2c
Commits on Nov 11, 2021
`expand_dims()` signature change (and slight doc fix) (#331)
Show description for 4c041ea
honno
authored
4c041ea
Copy full SHA for 4c041ea
Commits on Nov 9, 2021
Remove `axis` kwarg support from `matrix_norm` (#321)
kgryte
authored
ec731d6
Copy full SHA for ec731d6
Update the description of the entry point in purpose and scope (#327)
Show description for ba1ffe7
3 people
authored
ba1ffe7
Copy full SHA for ba1ffe7
Disallow providing a stack of vectors to `linalg.solve` (#305)
Show description for f8bbcd4
kgryte
and
leofang
authored
f8bbcd4
Copy full SHA for f8bbcd4
Fix guidance for tensordot broadcasting (#324)
Show description for 9efd1a3
kgryte
authored
9efd1a3
Copy full SHA for 9efd1a3
Merge pull request #325 from rgommers/dlpack-notes
Show description for 2f3ba6c
leofang
authored
2f3ba6c
Copy full SHA for 2f3ba6c
Update data interchange page with notes on DLPack
Show description for 11de18c
rgommers
committed
11de18c
Copy full SHA for 11de18c
Commits on Nov 8, 2021
Update return data types for those APIs returning indices (#323)
kgryte
authored
7525316
Copy full SHA for 7525316
Update guidance for default data types (#322)
Show description for 8115f50
kgryte
authored
8115f50
Copy full SHA for 8115f50
Fix operator special cases for `__truediv__` and `__pow__` (#320)
Show description for 1bec0e1
honno
authored
1bec0e1
Copy full SHA for 1bec0e1
Add `unique_counts()` and fix the description of `unique_all()` (#317)
Show description for b6f5ad7
leofang
and
kgryte
authored
b6f5ad7
Copy full SHA for b6f5ad7
Add guidance for when rounding special floating-point values (#312)
Show description for 65305a4
kgryte
authored
65305a4
Copy full SHA for 65305a4
Add note concerning division by zero for integer dtypes (#311)
kgryte
authored
3a6d47f
Copy full SHA for 3a6d47f
Commits on Nov 6, 2021
Require static allocation for capsule names (#300)
leofang
authored
a5489e3
Copy full SHA for a5489e3
Add note concerning float sort order (#316)
kgryte
authored
568f81f
Copy full SHA for 568f81f
Commits on Nov 5, 2021
Add guidance requiring support for zero-dimensional arrays (#315)
kgryte
authored
aa6c89c
Copy full SHA for aa6c89c
Remove obsolete TODOs (#314)
kgryte
authored
f4c8c7f
Copy full SHA for f4c8c7f
Clarify matmul error conditions and fix linalg docs (#282)
Show description for e471e8a
asmeurer
and
kgryte
authored
e471e8a
Copy full SHA for e471e8a
Update namedtuple field names for `linalg.qr` and `linalg.svd` (#313)
kgryte
authored
c08d302
Copy full SHA for c08d302
Specify shape behavior (#289)
Show description for 654d58d
kgryte
authored
654d58d
Copy full SHA for 654d58d
Commits on Nov 4, 2021
Require that NaNs be considered distinct when returning unique elements (#310)
Show description for e3e1a46
kgryte
authored
e3e1a46
Copy full SHA for e3e1a46
Add guidance concerning how to check for an array API compliant object (#309)
kgryte
authored
d7df6ae
Copy full SHA for d7df6ae
Group operators into separate classes (#308)
Show description for 2e17ca1
kgryte
authored
2e17ca1
Copy full SHA for 2e17ca1
Pagination
Previous
Next
You can’t perform that action at this time.