chore(quantecon): track qe-v5 (book-section-heading-chain, #33)#37
Merged
Conversation
PR #33 was merged onto main after qe-v4 but missed the VERSION.yml append step. Recording it as id 5 with tag qe-v5, and adding its squash SHA to the book-mode-with-section-scope upstream candidate (it patches #22's injectBookSectionDefaults). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates QuantEcon fork tracking metadata to record the merge/tag checkpoint for PR #33 (“book-section-heading-chain”) and keep upstream bundling notes in sync.
Changes:
- Bumps
qe_versionfromqe-v4toqe-v5and records merged feature id5withmerge_sha: 043ddcb5andtag: qe-v5. - Adds commit
043ddcb5(local PR33) to thebook-mode-with-section-scopeupstream candidate and documents why it belongs in that bundle.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
quantecon/VERSION.yml |
Advances qe_version to qe-v5 and appends merged feature id 5 with sha/tag metadata for PR #33. |
quantecon/UPSTREAM-PRS.yml |
Adds PR #33’s squash SHA to the relevant upstream candidate and expands the notes to reflect the follow-up relationship. |
💡 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.
Summary
feat(book): full title→heading chain in injectBookSectionDefaults) inquantecon/VERSION.yml— bumpsqe_versiontoqe-v5and appendsmerged_featuresid 5 withtag: qe-v5.043ddcb5to thebook-mode-with-section-scopeupstream candidate inquantecon/UPSTREAM-PRS.yml. Rationale: feat(book): full title→heading chain in injectBookSectionDefaults #33 patches Book-style numbering: format, label, section-tagged TOC, auto-prefix #22'sinjectBookSectionDefaults(extends the per-section wiring fromheading_1to the fulltitle → heading_1..6chain) — it's the same machinery and belongs in the same upstream story.#33 was merged onto
mainafter qe-v4 but skipped the metadata append step. This brings tracking back in sync.Tag
After squash-merge, tag the resulting commit:
(Same pattern as #31 → qe-v3 and #32 → qe-v4.)
Test plan
VERSION.ymlis self-consistent at the post-merge tag:qe_version: qe-v5matches the new id 5 entry'stag: qe-v5.merge_shainVERSION.ymlappears in some upstream candidate'scommitslist inUPSTREAM-PRS.yml.🤖 Generated with Claude Code