Skip to content

2022.11.1

Compare
Choose a tag to compare
@eriknw eriknw released this 30 Nov 20:20
· 126 commits to main since this release
944d075

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)