sparsemat / sprs

sparse linear algebra library for rust
Apache License 2.0
396 stars 47 forks source link

sprs to version 0.6.5, sprs-ldl to version 0.4.1 #165

Closed vbarrielle closed 5 years ago

vbarrielle commented 5 years ago

Aside from new features, this version fixes the warning reported by the transition mode of the borrow checker (see https://github.com/rust-lang/rust/issues/60680). This will enable dependent crates to upgrade and be able to continue building once the transition is over.