Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
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
/
Sign in
Sign up
Appearance settings
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 }}
steff456
/
array-api
Public
forked from
data-apis/array-api
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 11, 2021
Merge branch 'main' of github.com:data-apis/array-api into main
steff456
committed
8cc75c1
View commit details
Copy full SHA for 8cc75c1
Browse repository at this point
Commits on Oct 7, 2021
Small fixes to the linalg extension (#277)
Show description for cd77bf9
asmeurer
and
kgryte
authored
cd77bf9
View commit details
Copy full SHA for cd77bf9
Browse repository at this point
Commits on Oct 4, 2021
Update the default `axis` value for `vecdot` to be `-1` (#281)
kgryte
authored
43edaa2
View commit details
Copy full SHA for 43edaa2
Browse repository at this point
Update guidance for output array dtype inference in `full_like` (#274)
Show description for 436c97f
kgryte
authored
436c97f
View commit details
Copy full SHA for 436c97f
Browse repository at this point
Require single-axis indexing expressions be provided for each axis (#272)
Show description for c587656
kgryte
authored
c587656
View commit details
Copy full SHA for c587656
Browse repository at this point
Commits on Sep 29, 2021
disallow `k=None` for the `eye` function (#278)
BvB93
authored
be6d7c5
View commit details
Copy full SHA for be6d7c5
Browse repository at this point
Commits on Sep 28, 2021
Remove the `Sequence` encapsulation of variadic parameters (#276)
Show description for 77a921a
BvB93
authored
77a921a
View commit details
Copy full SHA for 77a921a
Browse repository at this point
Commits on Sep 20, 2021
Require that data type objects implement `__eq__` in order to test for data type equality (#273)
Show description for 70fcdd7
kgryte
authored
70fcdd7
View commit details
Copy full SHA for 70fcdd7
Browse repository at this point
Update device guidance for `*_like` functions (#268)
Show description for 0c99ea2
kgryte
authored
0c99ea2
View commit details
Copy full SHA for 0c99ea2
Browse repository at this point
Add note to `__abs__` concerning signed integer dtype behavior (#271)
Show description for 614f8c1
kgryte
authored
614f8c1
View commit details
Copy full SHA for 614f8c1
Browse repository at this point
Add note to `negative` for signed integer dtype behavior (#270)
Show description for 4e51c5b
kgryte
authored
4e51c5b
View commit details
Copy full SHA for 4e51c5b
Browse repository at this point
Indicate that abs() of the minimum integer value for signed dtypes is undefined (#250)
Show description for 5565ac4
asmeurer
and
kgryte
authored
5565ac4
View commit details
Copy full SHA for 5565ac4
Browse repository at this point
Remove `einsum` TODO (#269)
Show description for 7c638f3
kgryte
authored
7c638f3
View commit details
Copy full SHA for 7c638f3
Browse repository at this point
Clarify the exact bounds of what is required for slices (#138)
Show description for 12c2bd9
asmeurer
and
kgryte
authored
12c2bd9
View commit details
Copy full SHA for 12c2bd9
Browse repository at this point
Remove upper keyword from `eigh` and `eigvalsh`. (#226)
Show description for b0b23be
lezcano
and
kgryte
authored
b0b23be
View commit details
Copy full SHA for b0b23be
Browse repository at this point
Add specifications for returning upper (`triu`) and lower (`tril`) triangular matrices (#243)
Show description for 5593253
kgryte
authored
5593253
View commit details
Copy full SHA for 5593253
Browse repository at this point
Rename (and move) `transpose` to `permute_dims` (#247)
Show description for d57a1f8
kgryte
authored
d57a1f8
View commit details
Copy full SHA for d57a1f8
Browse repository at this point
Commits on Sep 17, 2021
Add `dtype` keyword argument to `sum` and `prod` (#238)
Show description for 25e24ca
3 people
authored
25e24ca
View commit details
Copy full SHA for 25e24ca
Browse repository at this point
Commits on Sep 15, 2021
Specify behavior of statistical reductions over the empty set (#262)
Show description for 85d6b31
kgryte
authored
85d6b31
View commit details
Copy full SHA for 85d6b31
Browse repository at this point
Add a note clarifying edge case (#261)
kgryte
authored
7499649
View commit details
Copy full SHA for 7499649
Browse repository at this point
Commits on Sep 14, 2021
Add `__index__` to array object (#263)
kgryte
authored
5e33e0d
View commit details
Copy full SHA for 5e33e0d
Browse repository at this point
Clarify output dtype guidance for `mean`, `var`, and `std` (#260)
kgryte
authored
85d3170
View commit details
Copy full SHA for 85d3170
Browse repository at this point
Merge pull request #171 from rgommers/device-support-tweak
Show description for e810a81
leofang
authored
e810a81
View commit details
Copy full SHA for e810a81
Browse repository at this point
Commits on Sep 13, 2021
Fix error in remainder (#253)
Show description for 378255c
asmeurer
authored
378255c
View commit details
Copy full SHA for 378255c
Browse repository at this point
Clarify guidance regarding non-boolean input array dtypes in the logical_* functions (#251)
Show description for fa99036
asmeurer
and
kgryte
authored
fa99036
View commit details
Copy full SHA for fa99036
Browse repository at this point
Add specification for `.mT` attribute (#246)
kgryte
authored
38bbea7
View commit details
Copy full SHA for 38bbea7
Browse repository at this point
Add specification for computing the matrix transpose (#248)
kgryte
authored
527ec4f
View commit details
Copy full SHA for 527ec4f
Browse repository at this point
Restrict the `T` attribute to two-dimensional arrays (#245)
Show description for 8009f8b
kgryte
authored
8009f8b
View commit details
Copy full SHA for 8009f8b
Browse repository at this point
Specify input dtypes for the statistical functions (#234)
Show description for b134073
asmeurer
authored
b134073
View commit details
Copy full SHA for b134073
Browse repository at this point
Commits on Sep 10, 2021
Fix wrong function name in array_object.py (#258)
soraros
authored
8232c5f
View commit details
Copy full SHA for 8232c5f
Browse repository at this point
Commits on Aug 23, 2021
Split `linalg.norm` into separate vector and matrix APIs (#236)
kgryte
authored
a7a91fe
View commit details
Copy full SHA for a7a91fe
Browse repository at this point
Remove linalg.lstsq (#240)
kgryte
authored
3002279
View commit details
Copy full SHA for 3002279
Browse repository at this point
Merge branch 'main' of github.com:data-apis/array-api into main
steff456
committed
a4c3eb4
View commit details
Copy full SHA for a4c3eb4
Browse repository at this point
Run action only in the main repo
steff456
authored
3d81da4
View commit details
Copy full SHA for 3d81da4
Browse repository at this point
Test commit
steff456
authored
4c76abd
View commit details
Copy full SHA for 4c76abd
Browse repository at this point
Previous
Next
You can’t perform that action at this time.