FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for graphblas - python-graphblas/python-graphblas · GitHub
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
49
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
on
pre-commit-ci-update-config
User selector
Datepicker
Commit history
Commits on Apr 22, 2026
Maintenance overhaul: Python 3.14 support, drop 3.10, add IndexBinaryOp (#571)
Show description for c726047
eriknw
authored
c726047
View commit details
Copy full SHA for c726047
View code at this point
Browse repository at this point
Commits on Mar 21, 2026
fix segfault, and make repr work with pandas 3 (#570)
jim22k
authored
fec13d7
View commit details
Copy full SHA for fec13d7
View code at this point
Browse repository at this point
Commits on Feb 17, 2025
Fix a numpy 2 deprecation warning (dtype "a" code) (#556)
eriknw
authored
2a4891f
View commit details
Copy full SHA for 2a4891f
View code at this point
Browse repository at this point
Update to support latest versions, including NumPy 2 (#546)
Show description for cf73b37
eriknw
and
jim22k
authored
cf73b37
View commit details
Copy full SHA for cf73b37
View code at this point
Browse repository at this point
Commits on Feb 18, 2024
Adopt SPEC 0 (#537)
eriknw
authored
a621468
View commit details
Copy full SHA for a621468
View code at this point
Browse repository at this point
Commits on Feb 6, 2024
Update to numba 0.59 and other version updates (#536)
eriknw
authored
8f36d46
View commit details
Copy full SHA for 8f36d46
View code at this point
Browse repository at this point
Commits on Dec 17, 2023
Remove deprecated `to_values` and `from_values`. (#529)
Show description for a9598c5
eriknw
authored
a9598c5
View commit details
Copy full SHA for a9598c5
View code at this point
Browse repository at this point
Remove deprecated `gb.core.agg` (#527)
Show description for 919f41c
eriknw
authored
919f41c
View commit details
Copy full SHA for 919f41c
View code at this point
Browse repository at this point
Remove deprecated `gb.io.from_numpy` (and `to_numpy`) (#528)
Show description for 0149cde
eriknw
authored
0149cde
View commit details
Copy full SHA for 0149cde
View code at this point
Browse repository at this point
Commits on Dec 13, 2023
Fix the return type of e.g. `agg.count` to be INT64 by default (#524)
Show description for 6ec05d1
eriknw
authored
6ec05d1
View commit details
Copy full SHA for 6ec05d1
View code at this point
Browse repository at this point
Commits on Dec 12, 2023
Support `A.power(0)` (#518)
eriknw
authored
0bfcb66
View commit details
Copy full SHA for 0bfcb66
View code at this point
Browse repository at this point
Commits on Nov 6, 2023
Add `gb.MAX_SIZE`, which is `GrB_INDEX_MAX + 1` (#519)
eriknw
authored
1ecf333
View commit details
Copy full SHA for 1ecf333
View code at this point
Browse repository at this point
Commits on Nov 4, 2023
Add `semiring(A @ B @ C)` that applies semiring to both matmuls (#501)
Show description for c6d1e31
eriknw
authored
c6d1e31
View commit details
Copy full SHA for c6d1e31
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
Handle dtypes (esp. UDTs) better in ewise_union (#517)
eriknw
authored
7935e50
View commit details
Copy full SHA for 7935e50
View code at this point
Browse repository at this point
Commits on Oct 18, 2023
Add `gb.ss.burble` from python-suitesparse-graphblas (#514)
eriknw
authored
228faa1
View commit details
Copy full SHA for 228faa1
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
Add docstrings for using SS JIT, and make better (#512)
Show description for f0fd194
eriknw
authored
f0fd194
View commit details
Copy full SHA for f0fd194
View code at this point
Browse repository at this point
Commits on Sep 26, 2023
Try to fix failing test (#505)
eriknw
authored
add56c4
View commit details
Copy full SHA for add56c4
View code at this point
Browse repository at this point
Commits on Sep 22, 2023
Add `A.setdiag(x, k)` (#493)
Show description for 2d6faf2
eriknw
authored
2d6faf2
View commit details
Copy full SHA for 2d6faf2
View code at this point
Browse repository at this point
Add docstring for SuiteSparse:GraphBLAS 8 configs (#504)
eriknw
authored
bf28a79
View commit details
Copy full SHA for bf28a79
View code at this point
Browse repository at this point
Commits on Sep 5, 2023
MAINT: update versions of pandas, awkward, and pre-commit linting (#500)
eriknw
authored
36a25ba
View commit details
Copy full SHA for 36a25ba
View code at this point
Browse repository at this point
Commits on Aug 15, 2023
Add tests for `gb.ss.context` (#488)
eriknw
authored
45ccf4b
View commit details
Copy full SHA for 45ccf4b
View code at this point
Browse repository at this point
Commits on Aug 2, 2023
Remove deprecated `{scan,selectk,compactify}_{row,column}wise` (#486)
eriknw
authored
c753947
View commit details
Copy full SHA for c753947
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
Add `matrix.power` to compute e.g. `A @ A @ A @ ...` (#483)
eriknw
authored
8e42ded
View commit details
Copy full SHA for 8e42ded
View code at this point
Browse repository at this point
Allow `__index__` only for integral dtypes on Scalars (#481)
eriknw
authored
3476731
View commit details
Copy full SHA for 3476731
View code at this point
Browse repository at this point
Removed deprecated draw (#485)
paul-tqh-nguyen
authored
ae0366a
View commit details
Copy full SHA for ae0366a
View code at this point
Browse repository at this point
Commits on Jul 5, 2023
Update to support SuiteSparse:GraphBLAS 7 and 8 (#456)
eriknw
authored
f14cbac
View commit details
Copy full SHA for f14cbac
View code at this point
Browse repository at this point
doc: update io.rst for awkward array (#457)
Show description for 79cf3fa
SultanOrazbayev
authored
79cf3fa
View commit details
Copy full SHA for 79cf3fa
View code at this point
Browse repository at this point
Commits on Jun 29, 2023
Move `dtypes._core` to `core.dtypes` (#479)
Show description for b7b25b7
eriknw
authored
b7b25b7
View commit details
Copy full SHA for b7b25b7
View code at this point
Browse repository at this point
Commits on Jun 28, 2023
Backport many of the SS:GB 8 changes to run on 7 (#478)
Show description for cd45197
eriknw
authored
cd45197
View commit details
Copy full SHA for cd45197
View code at this point
Browse repository at this point
Commits on Jun 23, 2023
xfail awkward tests when using numpy 1.25 (#467)
eriknw
authored
6bbf0cd
View commit details
Copy full SHA for 6bbf0cd
View code at this point
Browse repository at this point
Commits on Jun 22, 2023
Fix testing fix_test_suitesparse_graphblas (#464)
Show description for a762cae
eriknw
authored
a762cae
View commit details
Copy full SHA for a762cae
View code at this point
Browse repository at this point
Commits on Jun 3, 2023
Don't install graphblas=8.0 yet (#459)
Show description for f0e0324
eriknw
authored
f0e0324
View commit details
Copy full SHA for f0e0324
View code at this point
Browse repository at this point
Commits on May 19, 2023
blacken docs (and other misc) (#455)
Show description for f8682ff
eriknw
authored
f8682ff
View commit details
Copy full SHA for f8682ff
View code at this point
Browse repository at this point
Commits on May 14, 2023
Use double (not single) backtick in docstrings (#454)
Show description for 4c16653
eriknw
authored
4c16653
View commit details
Copy full SHA for 4c16653
View code at this point
Browse repository at this point
Commits on May 6, 2023
include conftest.py in MANIFEST.in (#451)
Show description for f140f9c
eriknw
authored
f140f9c
View commit details
Copy full SHA for f140f9c
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL