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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
NVIDIA
/
cuda-python
Public
Notifications
You must be signed in to change notification settings
Fork
326
Star
3.3k
Code
Issues
206
Pull requests
95
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Add edge mutation and MutableSet interface for graph nodes
- #1850
#1850
Merged
Andy-Jost
merged 8 commits into
NVIDIA:main
NVIDIA/cuda-python:main
from
Andy-Jost:graph-edge-mutation
Andy-Jost/cuda-python:graph-edge-mutation
Copy head branch name to clipboard
Apr 3, 2026
Conversation
Commits
8
(8)
Checks
Files changed
Merged
Add edge mutation and MutableSet interface for graph nodes
#1850
Andy-Jost
merged 8 commits into
NVIDIA:main
NVIDIA/cuda-python:main
from
Andy-Jost:graph-edge-mutation
Andy-Jost/cuda-python:graph-edge-mutation
Copy head branch name to clipboard
Commits
Commits on Apr 2, 2026
Reorganize graph test files for clarity
Show description for dc92437
Andy-Jost
committed
dc92437
View commit details
Copy full SHA for dc92437
Browse repository at this point
Enhance Graph.update() and add whole-graph update tests
Show description for 281ed82
Andy-Jost
committed
281ed82
View commit details
Copy full SHA for 281ed82
Browse repository at this point
Add AdjacencySet proxy for pred/succ and GraphNode.remove()
Show description for 7854b76
Andy-Jost
committed
7854b76
View commit details
Copy full SHA for 7854b76
Browse repository at this point
Add edge mutation support and MutableSet interface for GraphNode adjacencies
Show description for 5fbd288
Andy-Jost
committed
5fbd288
View commit details
Copy full SHA for 5fbd288
Browse repository at this point
Use requires_module mark for numpy version checks in mutation tests
Show description for aa84e26
Andy-Jost
committed
aa84e26
View commit details
Copy full SHA for aa84e26
Browse repository at this point
Fix empty-graph return type: return set() instead of () for nodes/edges
Show description for b27dd93
Andy-Jost
committed
b27dd93
View commit details
Copy full SHA for b27dd93
Browse repository at this point
Rename AdjacencySet to AdjacencySetProxy, add bulk ops and safety guards
Show description for 8554d30
Andy-Jost
committed
8554d30
View commit details
Copy full SHA for 8554d30
Browse repository at this point
Add destroy() method with handle invalidation, remove GRAPH_NODE_SENTINEL
Show description for 9813c20
Andy-Jost
committed
9813c20
View commit details
Copy full SHA for 9813c20
Browse repository at this point
You can’t perform that action at this time.