Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion quantecon/UPSTREAM-PRS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/<topic> 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)
Expand Down
7 changes: 7 additions & 0 deletions quantecon/VERSION.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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