graphblas-algorithms icon indicating copy to clipboard operation
graphblas-algorithms copied to clipboard

Graph algorithms written in GraphBLAS

Results 19 graphblas-algorithms issues
Sort by recently updated
recently updated
newest added

A few days ago a user posted an issue describing calculation's from NetworkX not matching against Graphblas's implementation on SO. Thought i'd pass on the details along as another kind...

in `ga.Graph.__init__` we can specify `key_to_id`. I can't see any reason why this _must_ be a `stdlib.dict` and not any other class that implements the `typing.Mapping` protocol (`__getitem__`, `__len__`, `__iter__`)....

updates: - [github.com/abravalheri/validate-pyproject: v0.15 → v0.16](https://github.com/abravalheri/validate-pyproject/compare/v0.15...v0.16) - [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.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.2) - [github.com/psf/black: 23.12.1 → 24.3.0](https://github.com/psf/black/compare/23.12.1...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.9...v0.3.4) - [github.com/PyCQA/flake8: 6.1.0 →...

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...

dependencies

The main thing we still need to add it the ability to support a structure-only graph. For example, when we convert from a graphblas Graph to a networkx Graph, we...

enhancement
hygiene

Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. Release notes Sourced from pre-commit/action's releases. pre-commit/[email protected] Misc Update actions/cache to v4 #190 PR by @​SukiCZ. #189 issue by @​bakerkj. Commits 2c7b380 v3.0.1 8e2deeb...

dependencies

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies

We compute and cache many properties such as `has_self_edges`, `degrees-` (w/o diagonals), `degrees+` (with diagonals), etc., which is actually very handy. However, the code is a little complicated (_cough cough_,...

From #82, showing `` is not the most helpful even though a `NodeMap` is a `MutableMapping`. So, the repr of `NodeMap` should be updated to look more dict-like. Same for...

Now that we have a logo for `python-graphblas` (https://github.com/python-graphblas/python-graphblas/pull/506), I suppose the logical next step is to make a logo for `graphblas-algorithms`. It would probably make sense to use a...