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
.
python-graphblas
/
python-graphblas
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
156
Code
Issues
55
Pull requests
45
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-graphblas
graphblas
tests
on
22-docs
User selector
All users
All time
Commit history
Commits on Aug 7, 2026
Treat __slotnames__ as machinery in the dunder drift guard
eriknw
committed
32893f7
View commit details
Copy full SHA for 32893f7
View code at this point
Browse repository at this point
Add --check mode to autogenerate and a drift-guard test
Show description for bff0d33
eriknw
committed
bff0d33
View commit details
Copy full SHA for bff0d33
View code at this point
Browse repository at this point
Cover the infix expression classes in the automethods guard
Show description for 33c9a93
eriknw
committed
33c9a93
View commit details
Copy full SHA for 33c9a93
View code at this point
Browse repository at this point
Add test_automethods.py: guard the generated expression surface
Show description for 992cea7
eriknw
committed
992cea7
View commit details
Copy full SHA for 992cea7
View code at this point
Browse repository at this point
Ingest multigraphs directly in from_networkx (drop the scipy detour)
Show description for ffc629e
eriknw
committed
ffc629e
View commit details
Copy full SHA for ffc629e
View code at this point
Browse repository at this point
Add a direct (scipy-free) ingestion path to from_networkx
Show description for 535acfa
eriknw
committed
535acfa
View commit details
Copy full SHA for 535acfa
View code at this point
Browse repository at this point
Skip the setitem UDT fallback test without UDF support
eriknw
committed
8657ddb
View commit details
Copy full SHA for 8657ddb
View code at this point
Browse repository at this point
Gate the scalar fast lanes on real integers, matching parse_index
Show description for 04db57a
eriknw
committed
04db57a
View commit details
Copy full SHA for 04db57a
View code at this point
Browse repository at this point
Add single-extract fast path for v[i].value / float(v[i]) scalar reads
Show description for 4e39119
eriknw
committed
4e39119
View commit details
Copy full SHA for 4e39119
View code at this point
Browse repository at this point
Add parity tests for the scalar-access fast paths
Show description for 114d693
eriknw
committed
114d693
View commit details
Copy full SHA for 114d693
View code at this point
Browse repository at this point
Fix gh-559 memory growth: build .ss lazily instead of storing it
Show description for 7a5cb1e
eriknw
committed
7a5cb1e
View commit details
Copy full SHA for 7a5cb1e
View code at this point
Browse repository at this point
Make viz tests skip cleanly on old networkx and broken matplotlib
eriknw
committed
8c3f97f
View commit details
Copy full SHA for 8c3f97f
View code at this point
Browse repository at this point
Fix viz.datashade cell positioning and separate reciprocal edges in viz.draw
Show description for b7fffde
eriknw
committed
b7fffde
View commit details
Copy full SHA for b7fffde
View code at this point
Browse repository at this point
Fix NameError in viz.spy with an explicit figure or axes
Show description for c1fe19b
eriknw
committed
c1fe19b
View commit details
Copy full SHA for c1fe19b
View code at this point
Browse repository at this point
Add smoke tests for graphblas.viz
Show description for 0e28135
eriknw
committed
0e28135
View commit details
Copy full SHA for 0e28135
View code at this point
Browse repository at this point
Skip the 136-byte truediv UDT on SuiteSparse before 9
eriknw
committed
e5fae30
View commit details
Copy full SHA for e5fae30
View code at this point
Browse repository at this point
Silence numpy warnings in the array-op reference computations
eriknw
committed
c6019a0
View commit details
Copy full SHA for c6019a0
View code at this point
Browse repository at this point
Define UDT division on both execution paths
Show description for 85624e4
eriknw
committed
85624e4
View commit details
Copy full SHA for 85624e4
View code at this point
Browse repository at this point
Gate the min max JIT source test on SuiteSparse 9
eriknw
committed
0ef1daf
View commit details
Copy full SHA for 0ef1daf
View code at this point
Browse repository at this point
Allow either signed zero on min and max ties in the UDT test
eriknw
committed
4b4a150
View commit details
Copy full SHA for 4b4a150
View code at this point
Browse repository at this point
Make UDT min and max mean what SuiteSparse's min and max mean
Show description for 75a79f4
eriknw
committed
75a79f4
View commit details
Copy full SHA for 75a79f4
View code at this point
Browse repository at this point
Give the UDT return-type resolver both operands, and each leaf its own dtype
Show description for b4b8736
eriknw
committed
b4b8736
View commit details
Copy full SHA for b4b8736
View code at this point
Browse repository at this point
Gate the udt_op_path jit param on the real JIT probe
eriknw
committed
d436a59
View commit details
Copy full SHA for d436a59
View code at this point
Browse repository at this point
Add a test fixture that pins the UDT operator execution path
Show description for 30704b0
eriknw
committed
30704b0
View commit details
Copy full SHA for 30704b0
View code at this point
Browse repository at this point
Ignore the UDT repr size warning in the nesting mismatch test
eriknw
committed
2f6fb4d
View commit details
Copy full SHA for 2f6fb4d
View code at this point
Browse repository at this point
Reject record UDT pairs whose leaf counts differ
Show description for 75d3b55
eriknw
committed
75d3b55
View commit details
Copy full SHA for 75d3b55
View code at this point
Browse repository at this point
Reject UDT UDF returns that cannot fill the element
Show description for 4d91df6
eriknw
committed
4d91df6
View commit details
Copy full SHA for 4d91df6
View code at this point
Browse repository at this point
Pin the array-UDT any/first/second wrapper to one element's bytes
Show description for fa7b6bc
eriknw
committed
fa7b6bc
View commit details
Copy full SHA for fa7b6bc
View code at this point
Browse repository at this point
Pass and receive numpy views in array-UDT UDFs
Show description for 715c857
eriknw
committed
715c857
View commit details
Copy full SHA for 715c857
View code at this point
Browse repository at this point
Compile UDFs under Numba's numpy error model
Show description for 611eab0
eriknw
committed
611eab0
View commit details
Copy full SHA for 611eab0
View code at this point
Browse repository at this point
Hold the owner of a borrowed GraphBLAS handle in TypedOpBase
Show description for 22af6b1
eriknw
committed
22af6b1
View commit details
Copy full SHA for 22af6b1
View code at this point
Browse repository at this point
Skip pickle3 load in test_udt on Linux aarch64 with numpy 1.x (#624)
Show description for 26123a7
eriknw
authored
26123a7
View commit details
Copy full SHA for 26123a7
View code at this point
Browse repository at this point
Commits on Aug 5, 2026
Fix two numpy monoid identities and guard the table against drift (#586)
Show description for 7575078
eriknw
authored
7575078
View commit details
Copy full SHA for 7575078
View code at this point
Browse repository at this point
Read a nested array UDT scalar at its full extent (#585)
Show description for ec66929
eriknw
authored
ec66929
View commit details
Copy full SHA for ec66929
View code at this point
Browse repository at this point
Zero a UDT scalar's alignment padding instead of leaving it uninitialized (#584)
Show description for d9b1a66
eriknw
authored
d9b1a66
View commit details
Copy full SHA for d9b1a66
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.