There is a newer version of the record available.

Published November 30, 2022 | Version 2022.11.1
Software Open

python-graphblas/python-graphblas: 2022.11.1

  • 1. Anaconda

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

Files

python-graphblas/python-graphblas-2022.11.1.zip

Files (1.1 MB)

Additional details