Skip to content

v26.02.00

Latest

Choose a tag to compare

@marcinz marcinz released this 14 Feb 03:27
· 0 commits to branch-25.07 since this release
89d12e6

Changes in this release:

  • Support DUNDER methods for addition, subtraction and negation.
  • Introduce generalized element-wise addition of sparse CSR matrices -- Check geam method in csr_array class.
  • Support block_array -- sub-blocks of sparse CSR matrices can now be used to create a new bigger CSR matrix.
  • Support eigsh -- Finds k eigenvalues and eigenvectors of the real symmetric square matrix or complex Hermitian matrix A.
  • Support spsolve -- Sparse direct linear solver
  • Update examples
  • Improved Typing support

The documentation can be accessed at https://nv-legate.github.io/legate-sparse/.

Conda packages for v26.02 are available here: https://anaconda.org/legate/legate-sparse.