Qiskit / rustworkx

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

Prepare 0.14.0 release #1065

Closed mtreinish closed 7 months ago

mtreinish commented 8 months ago

This commit prepares the 0.14.0 release. It moves the release notes for the release into a separate directory and adds a prelude to the release notes. This should be the last commit to merge for the 0.14.0 release and after it merges that commit will be what is should be tagged as the 0.14.0 release.

As part of this there are few small changes other changes being made. The release notes are update to have consistent formatting and wording, a missing universal function for all_shortest_paths is added, missing doc toctree entries are added, and the ahash version in the lock file is downgraded to 0.8.6 as 0.8.7 has an undocumented MSRV on Rust 1.72 when building for aarch64 CPU architectures which is incompatible with rustworkx's documented MSRV.

TODO:

coveralls commented 8 months ago

Pull Request Test Coverage Report for Build 7629914467


Totals Coverage Status
Change from base Build 7629401816: 0.0%
Covered Lines: 16636
Relevant Lines: 17340

💛 - Coveralls