Skip to content

chore(release): reconnect v0.13.2 merge history#1881

Merged
njzjz merged 2 commits into
deepmodeling:masterfrom
njzjz-bot:openclaw-merge-v0.13.2-history
May 12, 2026
Merged

chore(release): reconnect v0.13.2 merge history#1881
njzjz merged 2 commits into
deepmodeling:masterfrom
njzjz-bot:openclaw-merge-v0.13.2-history

Conversation

@njzjz-bot
Copy link
Copy Markdown
Contributor

Problem

  • The v0.13.2 release merge commit (279738d) is tagged but is not reachable from master.
  • This makes the release history look disconnected even though the current master tree already contains the relevant follow-up contents.

Change

  • Merge the v0.13.2 tag into current master with a history-only merge.
  • The resulting tree is unchanged relative to master; this only reconnects ancestry so 279738d becomes reachable.

Notes

  • Verified with git merge-base --is-ancestor 279738d HEAD on the PR branch.
  • git diff --stat origin/master...HEAD is empty by design.

Authored by OpenClaw (model: gpt-5.5)

njzjz and others added 2 commits August 7, 2025 15:41
<!-- 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
Copy link
Copy Markdown

codecov Bot commented May 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.80%. Comparing base (c618be3) to head (a42d4fb).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@njzjz njzjz merged commit 66232e5 into deepmodeling:master May 12, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants