Qiskit / rustworkx

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

Prepare 0.14.1 release #1111

Closed mtreinish closed 6 months ago

mtreinish commented 6 months ago

This commit prepares for a 0.14.1 release which just includes #1109 to fix ppc64le builds and #1096 to fix the overhead of __getitem__ on custom sequence return types.

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 8010098496

Details


Files with Coverage Reduction New Missed Lines %
src/shortest_path/all_pairs_bellman_ford.rs 6 95.53%
<!-- Total: 6 -->
Totals Coverage Status
Change from base Build 8005870784: -0.03%
Covered Lines: 16740
Relevant Lines: 17335

💛 - Coveralls