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 }}
data-apis
/
array-api-extra
Public
Notifications
You must be signed in to change notification settings
Fork
32
Star
33
Code
Issues
34
Pull requests
6
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
ENH: add
partition
and
argpartition
functions
- #449
#449
Merged
lucascolley
merged 15 commits into
data-apis:main
data-apis/array-api-extra:main
from
cakedev0:partition
cakedev0/array-api-extra:partition
Copy head branch name to clipboard
Oct 3, 2025
Conversation
Commits
15
(15)
Checks
Files changed
Merged
ENH: add
partition
and
argpartition
functions
#449
lucascolley
merged 15 commits into
data-apis:main
data-apis/array-api-extra:main
from
cakedev0:partition
cakedev0/array-api-extra:partition
Copy head branch name to clipboard
Commits
Commits on Oct 1, 2025
initial work with a small test; fails for sparse backend as it has not argsort;
cakedev0
committed
51ade21
View commit details
Copy full SHA for 51ade21
Browse repository at this point
Support for multi-dimensional arrays
cakedev0
committed
81b8ac3
View commit details
Copy full SHA for 81b8ac3
Browse repository at this point
Test input validation
cakedev0
committed
45121c5
View commit details
Copy full SHA for 45121c5
Browse repository at this point
Commits on Oct 2, 2025
adress PR comments
cakedev0
committed
74c509f
View commit details
Copy full SHA for 74c509f
Browse repository at this point
improved tests & coverage
cakedev0
committed
6efc73a
View commit details
Copy full SHA for 6efc73a
Browse repository at this point
fix xfail thingy
cakedev0
committed
6e69083
View commit details
Copy full SHA for 6e69083
Browse repository at this point
add in err msg: no argsort
cakedev0
committed
259f93d
View commit details
Copy full SHA for 259f93d
Browse repository at this point
Docstring improvements
cakedev0
committed
c88e93e
View commit details
Copy full SHA for c88e93e
Browse repository at this point
rewrite of the torch logic
cakedev0
committed
579b3bc
View commit details
Copy full SHA for 579b3bc
Browse repository at this point
dask support in argpart tests
cakedev0
committed
c2827da
View commit details
Copy full SHA for c2827da
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into partition
cakedev0
committed
8d5af47
View commit details
Copy full SHA for 8d5af47
Browse repository at this point
Commits on Oct 3, 2025
Fix docstring format
Show description for b2a567e
cakedev0
and
lucascolley
authored
b2a567e
View commit details
Copy full SHA for b2a567e
Browse repository at this point
numpy doc: notes format
cakedev0
committed
ac19a23
View commit details
Copy full SHA for ac19a23
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into partition
cakedev0
committed
2a3fd9f
View commit details
Copy full SHA for 2a3fd9f
Browse repository at this point
comment about peak memory
cakedev0
committed
1084835
View commit details
Copy full SHA for 1084835
Browse repository at this point
You can’t perform that action at this time.