Python-graphblas

Latest version: v2025.2.0

Safety actively analyzes 723882 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 23

2023.2.1a0

2023.2.0

- Add scripts to run benchmarks and download data (39)
- Add `floyd_warshall` algorithm for all-pairs shortest path (42)
- Add `floyd_warshall_predecessor_and_distance` (43)
- Add `all_pairs_bellman_ford_path_length` and `single_source_bellman_ford_path_length` (44)
- Add `NodeNodeMap` class and `matrix_to_nodenodemap` and `matrix_to_vectornodemap` methods (43)
- These can replace `matrix_to_dicts`
- Add `fill_value` to `NodeMap` (43)
- Allow `NodeMap` values to be interpreted as keys (43)
- Add more cached properties (44)
- `min_diagonal` (and other `{monoid_name}_diagonal`)
- `has_negative_diagonal`
- `has_negative_edges-` and `has_negative_edges+`
- `is_iso`
- `iso_value`
- Add `normalize_chunksize` and `partition` utility functions to help run algorithms chunkwise (47)
- Misc. maintenance (41, 45, 46)

2023.1.0

Deprecations
------------
- Move operators specific to SuiteSparse:GraphBLAS to `.ss` namespaces (and deprecate previous locations)
- Unary: `erf`, `erfc`, `frexpe`, `frexpx`, `lgamma`, `tgamma`, `positioni`, `positioni1`, `positionj`, `positionj1`
- Binary: `firsti`, `firsti1`, `firstj`, `firstj1`, `secondi`, `secondi1`, `secondj`, `secondj1`
- Semirings that use deprecated binary operators such as `any_firsti`
- Aggregators: `argmin`, `argmax`, `first`, `last`, `first_index`, `last_index`
- Use e.g. `gb.unary.ss.erf` or `gb.agg.ss.argmin` instead
- Will be removed in version 2023.9.0 or later

Enhancements
------------
- Support computation on scalars (358)
- `gb.unary.exp(1)`
- `s.ewise_add(t)`
- Add conversions to and from [`pydata/sparse`](https://github.com/pydata/sparse) objects (#347)
- Add `Matrix.from_edgelist` and `matrix.to_edgelist` to handle `(row, col)` pairs or `(row, col, val)` triples (374)
- Add `Vector.from_pairs` to handle `(index, value)` pairs (374)
- Add default of `1.0` for `values` in `Vector.from_*` and `Matrix.from_*` methods (375)
- Add contributor guidelines and `dev-requirements.txt` (345)
- Add more to FAQ documentation (367)
- Give informative errors for bad descriptor options (353)

Maintenance
-----------
- Use `setuptools-git-versioning` for versions; remove use of `versioneer.py` (362)
- Determine supported dependency versions (368)
- Add script `scripts/check_versions.sh` to easily see if there are new versions of dependencies (366)
- Move package metadata and build info from `setup.py` to `pyproject.toml` (366)
- Add config for PyLint (not enabled by default) (354, 369)
- Add `ruff` linter to git pre-commit (354, 373)
- Add `black-jupyter` to git pre-commit (366)
- New GitHub Action just for testing imports (357)
- New GitHub Action for linting (354, 359)
- Make readthedocs fail if there's a warning building the docs (361)
- Add `--no-mapnumpy` to `pytest` options and other CI improvements (365)
- Randomize versions of dependencies to test against (368, 371)

2023.1.0a0

**_This is a pre-release; see [2023.1.0](https://github.com/python-graphblas/python-graphblas/releases/tag/2023.1.0)_**

2022.12.0

- Update README to show installation instructions and basic usage (34)
- Including use as a NetworkX plugin!
- Create Graph from Matrix as `Graph(A)` instead of `Graph.from_graphblas(A)`(35)
- Update more places to use `to_coo` and `from_coo` instead of `to_values` and `from_values` (32)
- Use faster algorithm for `s_metric` (38)
- Add environment.yml to create developer environment (37)
- Add DOI from Zenodo to README (33)

2022.11.1

Deprecations
------------
- Deprecate `A.ss.scan_rowwise`, `A.ss.compactify_rowwise`, `A.ss.selectk_rowwise` (336)
- And `A.ss.scan_columnwise`, `A.ss.compactify_columnwise`, `A.ss.selectk_columnwise`
- Use e.g. `Matrix.ss.scan(order="columnwise")` instead
- Will be removed in version 2023.7.0 or later

Enhancements
------------
- Add GxB sort methods as e.g. `A.ss.sort(op.lt, order="rowwise")` (333)
- Add vanilla recipe for index slicing (341)
- This converts a Python slice to a full numpy array of indices
- Improve vanilla recipe of `ewise_union` to be a lazy expression (337)
- Add `"complete"` option to `wait` methods for multithreaded applications (334)
- Add DOI from Zenodo to README (332)
- Add `environment.yml` in repo to create developer environment (340)
- Update "Development Status" in setup.py to "Production/Stable" (339)

Bug fixes
---------
- Fix environment for building docs so environment solving is faster (338)

Page 3 of 23

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.