[PR #1236] [CLOSED] Add compatibility layer for textbook scenarios #5060

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

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1236
Author: @hzeljko
Created: 3/14/2026
Status: Closed

Base: devHead: mlsysim-patch


📝 Commits (1)

  • efeda20 Add compatibility layer for textbook scenarios

📊 Changes

10 files changed (+170 additions, -4 deletions)

View changed files

📝 book/quarto/_quarto.yml (+1 -1)
📝 book/quarto/tex/header-includes.tex (+1 -1)
📝 mlsysim/__init__.py (+10 -1)
📝 mlsysim/core/models.py (+35 -0)
📝 mlsysim/core/scenarios.py (+43 -1)
📝 mlsysim/hardware/registry.py (+10 -0)
📝 mlsysim/hardware/types.py (+51 -0)
📝 mlsysim/models/registry.py (+1 -0)
📝 mlsysim/models/types.py (+11 -0)
📝 mlsysim/systems/registry.py (+7 -0)

📄 Description

Izmene na fajlovima u mlsysim


🔄 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/1236 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 3/14/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `mlsysim-patch` --- ### 📝 Commits (1) - [`efeda20`](https://github.com/harvard-edge/cs249r_book/commit/efeda2067d360249c0e8283bd1488dde637d9e9b) Add compatibility layer for textbook scenarios ### 📊 Changes **10 files changed** (+170 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `book/quarto/_quarto.yml` (+1 -1) 📝 `book/quarto/tex/header-includes.tex` (+1 -1) 📝 `mlsysim/__init__.py` (+10 -1) 📝 `mlsysim/core/models.py` (+35 -0) 📝 `mlsysim/core/scenarios.py` (+43 -1) 📝 `mlsysim/hardware/registry.py` (+10 -0) 📝 `mlsysim/hardware/types.py` (+51 -0) 📝 `mlsysim/models/registry.py` (+1 -0) 📝 `mlsysim/models/types.py` (+11 -0) 📝 `mlsysim/systems/registry.py` (+7 -0) </details> ### 📄 Description Izmene na fajlovima u mlsysim --- <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:16 -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#5060