Published November 30, 2022
| Version 2022.11.1
Software
Open
python-graphblas/python-graphblas: 2022.11.1
Description
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
- And
- 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_unionto be a lazy expression (#337) - Add
"complete"option towaitmethods for multithreaded applications (#334) - Add DOI from Zenodo to README (#332)
- Add
environment.ymlin repo to create developer environment (#340) - Update "Development Status" in setup.py to "Production/Stable" (#339)
- Fix environment for building docs so environment solving is faster (#338)
Files
python-graphblas/python-graphblas-2022.11.1.zip
Files
(1.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:f2d7e32fea6856a23b842c545afe3141
|
1.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/python-graphblas/python-graphblas/tree/2022.11.1 (URL)