Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 0.14.0 release #1065

Merged
merged 3 commits into from
Jan 23, 2024
Merged

Prepare 0.14.0 release #1065

merged 3 commits into from
Jan 23, 2024

Conversation

mtreinish
Copy link
Member

@mtreinish mtreinish commented Jan 22, 2024

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:

  • Wait for last milestone target PRs to merge

@mtreinish mtreinish added this to the 0.14.0 milestone Jan 22, 2024
@coveralls
Copy link

coveralls commented Jan 22, 2024

Pull Request Test Coverage Report for Build 7629914467

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.94%

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

💛 - Coveralls

Copy link
Collaborator

@IvanIsCoding IvanIsCoding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for writing the release notes and compiling all the functions that were not in the documentation! I feel that is harder to keep track of them now that we no longer have a single api.rst, I might try to come up with something to remind us of the documentations

Comment on lines +28 to +30
rustworkx.is_bipartite
rustworkx.isolates
rustworkx.has_path
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will try to catch the documentation entries more often, this release we let many slip through

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.
@mtreinish mtreinish added automerge Queue a approved PR for merging and removed on hold labels Jan 23, 2024
@mtreinish mtreinish merged commit 8984d9a into Qiskit:main Jan 23, 2024
25 checks passed
@mtreinish mtreinish deleted the prepare-0.14 branch January 23, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Queue a approved PR for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants