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
main
User selector
honno
Datepicker
All time
Commit History
Commits on Feb 28, 2023
Improvments to doc building with `make` (#587)
honno
authored
d872032
Copy full SHA for d872032
Commits on Jan 18, 2023
Update copyright date (after accidentally reverting it)
honno
committed
399cd77
Copy full SHA for 399cd77
Minor grammar fixes
Show description for 96a38c3
honno
and
kgryte
committed
96a38c3
Copy full SHA for 96a38c3
Commits on Jan 7, 2023
Standardise `dtype.__eq__` autodocs accross versions
honno
committed
6eb8df3
Copy full SHA for 6eb8df3
Update changelog refs
honno
committed
f06c5a0
Copy full SHA for f06c5a0
Fix license page
honno
committed
893d68f
Copy full SHA for 893d68f
Fix image refs, restore old images
honno
committed
58f2e59
Copy full SHA for 58f2e59
Commits on Jan 6, 2023
Update all docs building
honno
committed
a206273
Copy full SHA for a206273
Fix `2022.12` building
honno
committed
85df0ea
Copy full SHA for 85df0ea
Fix `2021.12` building
honno
committed
ada9102
Copy full SHA for ada9102
Resolve accidental merge artifact
honno
committed
c74b390
Copy full SHA for c74b390
Commits on Jan 5, 2023
Fix erroneous draft spec folder structure
honno
committed
c5afa38
Copy full SHA for c5afa38
Copy 2022.12 spec with preserved git history
honno
committed
b441471
Copy full SHA for b441471
Empty commit for 2022.12 docs
honno
committed
988f2f8
Copy full SHA for 988f2f8
Move 2022.12 docs into respective draft folders
honno
committed
c280699
Copy full SHA for c280699
Squashed previous all-versions work
Show description for f56de3c
honno
committed
f56de3c
Copy full SHA for f56de3c
Commits on Jan 3, 2023
Merge older version of docs
Show description for 0683c70
honno
committed
0683c70
Copy full SHA for 0683c70
Move old `2021.12` docs to respective sub-folders
honno
committed
314d1a9
Copy full SHA for 314d1a9
Rudimentary pkg and folder-per-persion docs
honno
committed
dcc5a08
Copy full SHA for dcc5a08
Commits on Dec 14, 2022
Align casting methods with Python behaviour (#497)
Show description for adca8ce
honno
and
kgryte
authored
adca8ce
Copy full SHA for adca8ce
Commits on Nov 4, 2022
`fourier_transform_functions.py` -> `fft.py`, update respective uses (#504)
honno
authored
7572728
Copy full SHA for 7572728
Commits on Oct 6, 2022
`out.dtype` for `iinfo()`
honno
committed
7f15301
Copy full SHA for 7f15301
`out.dtype` for `finfo()`
honno
committed
cce55e3
Copy full SHA for cce55e3
Assign `__array_api_version__` stub to `"YYYY.MM"
honno
committed
1b0491b
Copy full SHA for 1b0491b
Use `:nosignatures:` for `version.rst` auto-summary
honno
committed
8a305c5
Copy full SHA for 8a305c5
`__array_api_version__` docs
honno
committed
d632f24
Copy full SHA for d632f24
Commits on Oct 5, 2022
Complex dtype support in `finfo()` (#484)
honno
authored
67ab474
Copy full SHA for 67ab474
Commits on Apr 5, 2022
`expm1` should having float inputs (#413)
honno
authored
93f8d35
Copy full SHA for 93f8d35
Commits on Mar 23, 2022
Make `logaddexp()` arguments pos-only (#406)
honno
authored
02fa923
Copy full SHA for 02fa923
Commits on Feb 8, 2022
Use `Sequence` from `typing` instead of `collections.abc` (#391)
honno
authored
a952c44
Copy full SHA for a952c44
Commits on Jan 17, 2022
Clarify that the results of division operations on integer array data types resulting in floating-point outputs is implementation-defined (#362)
Show description for 35671a4
honno
and
kgryte
authored
35671a4
Copy full SHA for 35671a4
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
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 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 8, 2021
Fix operator special cases for `__truediv__` and `__pow__` (#320)
Show description for 1bec0e1
honno
authored
1bec0e1
Copy full SHA for 1bec0e1
Pagination
Previous
Next
You can’t perform that action at this time.