mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-26 18:17:29 -05:00
[PR #1238] [MERGED] Update Matplotlib in vol2/ch5 #2414
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/1238
Author: @hzeljko
Created: 3/15/2026
Status: ✅ Merged
Merged: 3/15/2026
Merged by: @profvjreddi
Base:
dev← Head:vol2/ch5📝 Commits (2)
dd95855Add compatibility layer for textbook scenarios5c92f5eUpdate 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.