Conversation
There was a problem hiding this comment.
Pull request overview
This PR prepares a coordinated workspace release by bumping crate versions across the Rust crates, Python bindings, and tests, and includes a small refactor in the A* shortcut strategy implementation.
Changes:
- Bump
0.21.3 -> 0.21.4across the core Rust crates (generic_a_star,seed_chain,lib_tsalign,lib_tsshow,tsalign) and update dependent version pins. - Bump
lib_ts_chainalign 0.3.3 -> 0.3.4and update dependents. - Bump
python_bindings/tsalign-tests 0.6.3 -> 0.6.4, and updateCargo.lockaccordingly; refactor a match/guard in the shortcut strategy.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tsalign/Cargo.toml | Bumps tsalign and updates internal dependency versions to the new release numbers. |
| tsalign-tests/Cargo.toml | Bumps test crate version for the release. |
| seed_chain/Cargo.toml | Bumps seed_chain and updates generic_a_star dependency version. |
| python_bindings/Cargo.toml | Bumps Python bindings crate and updates lib_tsalign/lib_tsshow dependency versions. |
| lib_tsshow/Cargo.toml | Bumps lib_tsshow and updates lib_tsalign dependency version. |
| lib_tsalign/src/.../shortcut.rs | Refactors successor-generation condition into a match guard (no behavior change intended). |
| lib_tsalign/Cargo.toml | Bumps lib_tsalign and updates internal dependency versions. |
| lib_ts_chainalign/Cargo.toml | Bumps lib_ts_chainalign and updates internal dependency versions. |
| generic_a_star/Cargo.toml | Bumps generic_a_star version for the release. |
| Cargo.lock | Updates locked workspace crate versions to match the release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.