Skip to content

Tags: jim22k/python-graphblas

Tags

v1.3.2

Toggle v1.3.2's commit message
- Subassign syntax to allow masks sized for the assignment dimensions…

… only

- input_mask to allow masks to apply to the full input on extraction
- Call recorder for auto-generating C-code from grblas code
- to_values() returns numpy arrays instead of tuples
- fast_import/fast_export suitesparse extension are now exposed

v1.3.1

Toggle v1.3.1's commit message
Prettier formatting (take that black!)

v1.3.0

Toggle v1.3.0's commit message
Update to SuiteSparse::GraphBlas 3.3.1

- Apply binary
- Kronecker
- Remove element
- Resize
- Complex numbers
- Additional builtin unary, binary, monoid, semiring

v1.2.6

Toggle v1.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request python-graphblas#12 from jim22k/bugfix/update_setu…

…p_py

Fix setup.py

v1.2.6-alpha

Toggle v1.2.6-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request python-graphblas#10 from eriknw/anonymous_functions

Add `register_anonymous` to BinaryOp and use this for `isclose`.

v1.2.5

Toggle v1.2.5's commit message
Update header to v3.2.2

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from jim22k/rename_operators

Move operator instances to own module

v1.2.3

Toggle v1.2.3's commit message
Fix for building dist

v1.2.1

Toggle v1.2.1's commit message
Update recipe

v1.2.0

Toggle v1.2.0's commit message
Update dependency to reflect rename of graphblas->ss_graphblas