From 41309e4103f089e6110b8a33f95eb850684637af Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Fri, 12 Jun 2026 15:01:44 +1000 Subject: [PATCH] Track PR #64 (ipynb-attachment-fixes) in fork metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Records squash a34ab190 as merged feature 13 (untagged) and appends it to the myst-to-ipynb upstream candidate's commits — it fixes edge cases in that feature's own code, so it ships in the same cherry-pick. Co-Authored-By: Claude Fable 5 --- quantecon/UPSTREAM-PRS.yml | 8 +++++++- quantecon/VERSION.yml | 7 +++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/quantecon/UPSTREAM-PRS.yml b/quantecon/UPSTREAM-PRS.yml index 9e2fe14d9..7b9da33e4 100644 --- a/quantecon/UPSTREAM-PRS.yml +++ b/quantecon/UPSTREAM-PRS.yml @@ -34,13 +34,19 @@ upstream_candidates: - sha: a045d57d local_pr: 16 title: "feat(ipynb): CommonMark ipynb export + image attachment embedding" + - sha: a34ab190 + local_pr: 64 + title: "ipynb attachments: preserve image titles, resolve files/ output URLs" depends_on: [] upstream: pr: null branch: null # set when the upstream/ branch is pushed merged_sha: null notes: | - Self-contained; can ship upstream any time. + Self-contained; can ship upstream any time. #64 is a follow-up + fixing the attachment-embedding edge cases from the original + review (image titles, files/ output-folder resolution, async + reads) — cherry-pick it in the same upstream PR. - id: book-mode-with-section-scope title: Book-style numbering (with LaTeX-style section scope and counter sharing) diff --git a/quantecon/VERSION.yml b/quantecon/VERSION.yml index 4fbbb9e26..0e63d5907 100644 --- a/quantecon/VERSION.yml +++ b/quantecon/VERSION.yml @@ -119,3 +119,10 @@ merged_features: local_pr: 62 merge_sha: e2bac528 tag: null + + - id: 13 + name: ipynb-attachment-fixes + description: ipynb attachment embedding — preserve image titles, resolve files/ output-folder URLs, async image reads + local_pr: 64 + merge_sha: a34ab190 + tag: null