Skip to content

v25.03.00

Choose a tag to compare

@marcinz marcinz released this 16 Apr 04:31
bfd1b1f

Conda packages for v25.03 are available here: https://anaconda.org/legate/legate-sparse.

Notes

Features:

  • Nonzero API for CSR matrices is now supported
  • Setting a CSR matrix with a boolean CSR matrix to a scalar value is now supported
  • Comparison of a CSR matrix to a scalar returning a boolean CSR matrix is now supported
  • spGEMM for matrices with integer and boolean datatypes is supported for OMP and CPU processor variants

Bug Fixes:

  • An error while instantiating a CSR matrix with empty rows, cols, and vals is now resolved.