[PR #1238] [MERGED] Update Matplotlib in vol2/ch5 #5062

Closed
opened 2026-04-19 12:47:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1238
Author: @hzeljko
Created: 3/15/2026
Status: Merged
Merged: 3/15/2026
Merged by: @profvjreddi

Base: devHead: vol2/ch5


📝 Commits (2)

  • dd95855 Add compatibility layer for textbook scenarios
  • 5c92f5e Update Matplotlib in vol2/ch5

📊 Changes

11 files changed (+362 additions, -23 deletions)

View changed files

📝 book/quarto/_quarto.yml (+1 -1)
📝 book/quarto/contents/vol2/distributed_training/distributed_training.qmd (+49 -19)
📝 book/quarto/tex/header-includes.tex (+1 -1)
📝 mlsysim/__init__.py (+12 -1)
mlsysim/core/models.py (+170 -0)
📝 mlsysim/core/scenarios.py (+43 -1)
📝 mlsysim/hardware/registry.py (+12 -0)
📝 mlsysim/hardware/types.py (+51 -0)
📝 mlsysim/models/registry.py (+1 -0)
📝 mlsysim/models/types.py (+15 -0)
📝 mlsysim/systems/registry.py (+7 -0)

📄 Description

Matplotlib graphs 5.7 and 5.16 have been updated.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1238 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 3/15/2026 **Status:** ✅ Merged **Merged:** 3/15/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `vol2/ch5` --- ### 📝 Commits (2) - [`dd95855`](https://github.com/harvard-edge/cs249r_book/commit/dd9585543cd3f6a83937add2b232705f4a876a54) Add compatibility layer for textbook scenarios - [`5c92f5e`](https://github.com/harvard-edge/cs249r_book/commit/5c92f5e31ad97b6fb69d6186e6995f63f25588a9) Update Matplotlib in vol2/ch5 ### 📊 Changes **11 files changed** (+362 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `book/quarto/_quarto.yml` (+1 -1) 📝 `book/quarto/contents/vol2/distributed_training/distributed_training.qmd` (+49 -19) 📝 `book/quarto/tex/header-includes.tex` (+1 -1) 📝 `mlsysim/__init__.py` (+12 -1) ➕ `mlsysim/core/models.py` (+170 -0) 📝 `mlsysim/core/scenarios.py` (+43 -1) 📝 `mlsysim/hardware/registry.py` (+12 -0) 📝 `mlsysim/hardware/types.py` (+51 -0) 📝 `mlsysim/models/registry.py` (+1 -0) 📝 `mlsysim/models/types.py` (+15 -0) 📝 `mlsysim/systems/registry.py` (+7 -0) </details> ### 📄 Description Matplotlib graphs 5.7 and 5.16 have been updated. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 12:47:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#5062