brightway-lca / brightway2-calc

The calculation engine for the Brightway2 life cycle assessment framework.
BSD 3-Clause "New" or "Revised" License
14 stars 16 forks source link

Prepare for switch to sparse arrays #85

Open cmutel opened 1 year ago

cmutel commented 1 year ago

Scipy is changing the sparse interface from sparse matrices to sparse arrays.

This is not ready for us yet, as we use some of the missing constructors, but we could prepare for it.