Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
257
Code
Issues
79
Pull requests
14
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
9615aba
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 15, 2022
Introduce `array_api_stubs.py`
honno
committed
9615aba
Copy full SHA for 9615aba
Commits on Jul 29, 2022
CI: fix deploy to gh-pages branch
Show description for 792f11e
rgommers
committed
792f11e
Copy full SHA for 792f11e
CI: fix broken gh-pages CI job, should only run on commits in main (#467)
Show description for 0ddf4f9
rgommers
authored
0ddf4f9
Copy full SHA for 0ddf4f9
Commits on Jul 27, 2022
Add `self` param to array object properties (#464)
IsaacBreen
authored
bc49588
Copy full SHA for bc49588
Commits on Jul 7, 2022
Add complex number support to `sin` (#457)
Show description for 3c7395c
kgryte
authored
3c7395c
Copy full SHA for 3c7395c
Add complex number support to `sinh` (#456)
Show description for 39911e8
kgryte
authored
39911e8
Copy full SHA for 39911e8
Add complex number support to `cos` (#454)
Show description for e3fdf17
kgryte
authored
e3fdf17
Copy full SHA for e3fdf17
Add complex number support to `cosh` (#453)
Show description for b43dcb1
kgryte
authored
b43dcb1
Copy full SHA for b43dcb1
Add complex number support to `exp` (#451)
Show description for 19b830d
kgryte
authored
19b830d
Copy full SHA for 19b830d
Add complex number support to `round` (#440)
Show description for 596ef94
kgryte
authored
596ef94
Copy full SHA for 596ef94
Commits on Jun 20, 2022
Use raw string for docstrings containing escape sequences (#455)
kmaehashi
authored
42eb7a0
Copy full SHA for 42eb7a0
Commits on Jun 11, 2022
Add complex number support to `full` and `full_like` (#435)
Show description for 6a35bc1
kgryte
authored
6a35bc1
Copy full SHA for 6a35bc1
Commits on Jun 6, 2022
Clarify expected behavior when providing a complex number array to `nonzero` (#441)
kgryte
authored
41b1b39
Copy full SHA for 41b1b39
Add complex number support to `asarray` (#434)
Show description for b09cda6
kgryte
authored
b09cda6
Copy full SHA for b09cda6
Add complex number support to `linalg.cholesky` (#443)
Show description for 660ed01
kgryte
authored
660ed01
Copy full SHA for 660ed01
Add complex number support to `positive` (#447)
kgryte
authored
3049999
Copy full SHA for 3049999
Add complex number support to `negative` (#448)
kgryte
authored
ac7ce5d
Copy full SHA for ac7ce5d
Clarify expected values in `ones` and `ones_like` when `dtype` is a complex number data type (#438)
kgryte
authored
9a0960a
Copy full SHA for 9a0960a
Add note concerning complex number output arrays to `eye` (#436)
kgryte
authored
454398d
Copy full SHA for 454398d
Clarify expected behavior when providing a complex number array to `all` and `any` (#442)
kgryte
authored
7ee81a5
Copy full SHA for 7ee81a5
Commits on May 29, 2022
Add complex number support to `meshgrid` (#437)
kgryte
authored
5ba86db
Copy full SHA for 5ba86db
Commits on May 24, 2022
Fix typo (#444)
oleksandr-pavlyk
authored
2dd9e6c
Copy full SHA for 2dd9e6c
Commits on May 23, 2022
Update `iinfo` description to be consistent with `finfo` (#439)
kgryte
authored
34aa925
Copy full SHA for 34aa925
PR: Rename `signatures` module to array_api (#430)
Show description for fc77b0a
3 people
authored
fc77b0a
Copy full SHA for fc77b0a
Commits on May 22, 2022
Add complex floating-point data types (#418)
Show description for 48c09fc
kgryte
authored
48c09fc
Copy full SHA for 48c09fc
Move broadcast functions to list of functions for manipulating arrays (#426)
Show description for 73dbcb5
kgryte
authored
73dbcb5
Copy full SHA for 73dbcb5
Add sphinx extension for rendering TeX equations (#432)
steff456
authored
965aac9
Copy full SHA for 965aac9
Commits on May 2, 2022
Remove existing artifact directory
kgryte
committed
f80d74a
Copy full SHA for f80d74a
Rename output build directory to `draft`
kgryte
committed
dbff26a
Copy full SHA for dbff26a
Copy to draft directory
kgryte
committed
dd1aa87
Copy full SHA for dd1aa87
Fix field name
kgryte
committed
82027c8
Copy full SHA for 82027c8
Make push contingent on successful commit
kgryte
committed
7e4cebe
Copy full SHA for 7e4cebe
Fix failing preview.yml GitHub Actions job (#422)
rgommers
authored
edf2c30
Copy full SHA for edf2c30
Update build sequence
kgryte
committed
cabc301
Copy full SHA for cabc301
Update deployment sequence
kgryte
committed
20a1df3
Copy full SHA for 20a1df3
Pagination
Previous
Next
You can’t perform that action at this time.