python-graphblas
python-graphblas copied to clipboard
Python library for GraphBLAS: high-performance sparse linear algebra for scalable graph analytics
Bumps [ddradar/choose-random-action](https://github.com/ddradar/choose-random-action) from 2.0.2 to 3.0.0. Commits 48b56fb build: deploy via e04d934d9e3bcedf429fccf1734987fb724799e5 351be81 build: deploy via 31a94efc220dbefd4c5e8d5ef9827c1803d026e2 a0c3c61 chore: add gitignore See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...
I noticed that when converting an _**undirected**_ and unweighted graph from NetworkX, each self loop is represented by 1 (and not 2) on the diagonal. Example: ``` g = nx.Graph([(0,1),...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/abravalheri/validate-pyproject: v0.16 → v0.18](https://github.com/abravalheri/validate-pyproject/compare/v0.16...v0.18) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](https://github.com/PyCQA/autoflake/compare/v2.2.1...v2.3.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.16.0) - [github.com/MarcoGorelli/auto-walrus: v0.2.2 → 0.3.4](https://github.com/MarcoGorelli/auto-walrus/compare/v0.2.2...0.3.4) - [github.com/psf/black: 24.1.1 →...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 to 1.8.14. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.8.14 🛠️ Internal Dependencies Nothing changed feature-wise. The only notable update is that the underlying container runtime now...
Hey, This is a request about doc formatting. I think it would be helpful if I could see a table of contents for all the methods of a class when...
From , C-API can use `GrB_assign (A, A, NULL, A, GrB_ALL, nrows, GrB_ALL, ncols, Replace) ;` to drop zeros for A. But `A[:A.nrows, :A.ncols] = A[:A.nrows, :A.ncols]` does not work....
We have found that many applications want 3d arrays, and some may need arrays of even higher dimensions. This is typically handled by _stacking_ arrays such that a single dimension...
These functions are user-facing and need docstrings (oops!): ```python gb.agg.from_string gb.binary.from_string gb.indexunary.from_string gb.monoid.from_string gb.op.from_string gb.select.from_string gb.semiring.from_string gb.unary.from_string ``` These are what power strings to be passed in place of operators,...
## tl;dr: - Weekly calls at 10:00am ET / 7:00am PT for about 1 hour (2:00pm or 3:00pm GMT depending on daylight savings in the US) - Zoom link: https://anaconda.zoom.us/j/97267234756?pwd=Q00wSjE2dDV6NmF3eFBZSFBtVDFSQT09...