brightway-lca / brightway2-calc

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

Prepare for switch to sparse arrays #85

Open cmutel opened 7 months ago

cmutel commented 7 months 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.