Quantco / tabmat

Efficient matrix representations for working with tabular data
https://tabmat.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
112 stars 6 forks source link

Replace `scipy.sparse.*_matrix.A` by `scipy.sparse.*_matrix.toarray()` #357

Closed MatthiasSchmidtblaicherQC closed 5 months ago

MatthiasSchmidtblaicherQC commented 6 months ago

Currently, tabmat does not run with pre-release of scipi because the .A-shorthand has been deprecated there, see, e.g., here.