sparsemat / sprs

sparse linear algebra library for rust
Apache License 2.0
394 stars 46 forks source link

Bump ndarray #279

Closed mulimoen closed 3 years ago

mulimoen commented 3 years ago

ndarray had a version bump, but we are still compatible with all versions. This is not a breaking change.

mulimoen commented 3 years ago

While it would in theory work the current MRSV, the newest ndarray version requires 1.49. This makes the msrv CI job a bit tricky, as we can not require ndarray=0.14 for just this run. I'm leaving this open, and we'll merge it when we gather more breaking changes.

SilvanCodes commented 3 years ago

Any chances of seeing this merged soon? :)

mulimoen commented 3 years ago

MulAcc is a breaking change, so it is no harm in merging this. Thanks for the reminder @SilvanCodes!