finch-tensor / finch-tensor-python

Sparse and Structured Tensor Programming in Python
MIT License
8 stars 3 forks source link

API: Add `Tensor.to_scipy_sparse` #31

Closed mtsokol closed 6 months ago

mtsokol commented 6 months ago

Hi @willow-ahrens @hameerabbasi,

This PR adds compat changes to make finch backend compatible with Scipy, sklearn, etc., by adding:

SciPy PR: https://github.com/scipy/scipy/pull/19796

mtsokol commented 6 months ago

The PR is ready from my side!