mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 10:08:50 -05:00
[PR #1512] [MERGED] fix(tinytorch/announcement): restore unified ecosystem template #9178
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1512
Author: @profvjreddi
Created: 4/24/2026
Status: ✅ Merged
Merged: 4/24/2026
Merged by: @profvjreddi
Base:
dev← Head:fix/tinytorch-announcement-restore📝 Commits (1)
48bc468fix(tinytorch/announcement): restore unified ecosystem template📊 Changes
1 file changed (+28 additions, -4 deletions)
View changed files
📝
tinytorch/quarto/config/announcement.yml(+28 -4)📄 Description
Summary
The TinyTorch announcement bar was reverted during the v0.1.10 publish merge (commit `0009f55a9` on 2026-04-22) from the unified 4-line template shipped in PR #1505 back to a single-line release notice:
```
🎉 v0.1.10 released — v0.1.10 (retry after TINYTORCH_SITE path fix) · See release →
```
Restores to the template used by all eight other Quarto sites (and the StaffML React banner).
What the bar now says
```
🔥 TinyTorch — build your own ML framework from scratch; the companion framework to the textbook. [Start building →]
📘 The book: [Vol I: Foundations] · [Vol II: At Scale] — open access, free forever.
🛠️ Alongside the book: Hardware Kits (deploy) · MLSys·im (simulate) · Labs (explore)
📬 Newsletter: ML Systems insights & updates — [Subscribe →]
```
Also:
Why not keep a release notice
If a release ever genuinely needs a top-of-bar mention, the clean way is an optional `release_note` field on the shared schema that auto-expires — not overwriting the ecosystem-navigation copy.
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.