Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
1.13k stars 154 forks source link

Remove unused feature from `sprs` dependency #1299

Closed IvanIsCoding closed 1 week ago

IvanIsCoding commented 1 month ago

In short, this disables the alga feature of the sprs crate. It is enabled by default and we don't use those traits, so the code still compiles and our tests still pass.

It also solves the annoying issue of having a older num-complex in Cargo.lock, because sometimes cargo update swaps the version we use which causes issues with PyO3 and ndarray/NumPy.

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 11769424238

Details


Totals Coverage Status
Change from base Build 11709175986: 0.0%
Covered Lines: 18016
Relevant Lines: 18801

💛 - Coveralls