chore(release): reconnect v0.13.2 merge history#1881
Merged
njzjz merged 2 commits intoMay 12, 2026
Conversation
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added automatic calculation of spin multiplicity for CP2K input generation based on system composition and charge. * **Bug Fixes** * Improved handling of pseudopotential and orbital file mapping for atomic species in ABACUS SCF input preparation. * Prevented empty systems from being included in CP2K post-processing results. * **Refactor** * Standardized reading of model deviation data and improved coordinate shuffling behavior. * Extended perturbation handling in VASP MD data collection. * **Chores** * Updated pre-commit hook version. * Simplified example configuration by removing redundant batch size entries. * **Tests** * Removed unnecessary test data assignment in bulk ABACUS structure test. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Merge the v0.13.2 release merge commit back into master so the release tag is again reachable from the default branch. This is a history-only merge; the working tree is unchanged because master already contains the same file contents and later follow-up commits. Authored by OpenClaw (model: gpt-5.5)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1881 +/- ##
=======================================
Coverage 49.80% 49.80%
=======================================
Files 83 83
Lines 14986 14986
=======================================
Hits 7464 7464
Misses 7522 7522 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Problem
279738d) is tagged but is not reachable frommaster.mastertree already contains the relevant follow-up contents.Change
v0.13.2tag into currentmasterwith a history-only merge.master; this only reconnects ancestry so279738dbecomes reachable.Notes
git merge-base --is-ancestor 279738d HEADon the PR branch.git diff --stat origin/master...HEADis empty by design.Authored by OpenClaw (model: gpt-5.5)