[PR #906] [MERGED] New Tikz figures in chapters 9 and 10 #1000

Closed
opened 2026-03-22 15:57:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/906
Author: @hzeljko
Created: 7/25/2025
Status: Merged
Merged: 7/25/2025
Merged by: @profvjreddi

Base: devHead: new_tikz_figures


📝 Commits (5)

  • 04af2f5 New Tikz figures in chapters 9 and 10
  • cf7cdaf Auto stash before merge of "dev" and "improve-captions"
  • beca0fe Delete unnecessary files
  • 580c29f Removes ML operations content
  • a24e59a Merge remote-tracking branch 'hzeljko/new_tikz_figures' into new_tikz_figures

📊 Changes

8 files changed (+834 additions, -197 deletions)

View changed files

📝 .codespell-ignore (+2 -0)
📝 _quarto.yml (+6 -5)
📝 contents/core/dnn_architectures/dnn_architectures.qmd (+16 -15)
📝 contents/core/efficient_ai/efficient_ai.qmd (+358 -43)
📝 contents/core/frameworks/frameworks.qmd (+9 -1)
📝 contents/core/optimizations/optimizations.qmd (+430 -130)
📝 contents/core/training/training.qmd (+9 -1)
📝 tex/header-includes.tex (+4 -2)

📄 Description

Updated chapter image code in chapters 7-10
In chapters 9 and 10, new TIkz figures have been added
Updated Tikz figure 4.11
The library \usepgfplotslibrary{dateplot} has been added to the yml file

Before submitting your Pull Request, please review and complete the items on this checklist.

  • The text has been proofread for grammar and spelling errors.
  • All images, figures, and tables render properly without any glitches.
  • All images have a source or they are properly linked to external sites.
  • The chapter's formatting is consistent with the rest of the book.
  • The chapter has been locally built and tested using Quarto.

🔄 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/906 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 7/25/2025 **Status:** ✅ Merged **Merged:** 7/25/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `new_tikz_figures` --- ### 📝 Commits (5) - [`04af2f5`](https://github.com/harvard-edge/cs249r_book/commit/04af2f53be1a40eae878f8d3b69209a3f90213a0) New Tikz figures in chapters 9 and 10 - [`cf7cdaf`](https://github.com/harvard-edge/cs249r_book/commit/cf7cdafe35ba3149f3679e31c6a83af3a666d620) Auto stash before merge of "dev" and "improve-captions" - [`beca0fe`](https://github.com/harvard-edge/cs249r_book/commit/beca0fe9139f6cb743a8b938e65d4cfbbd918dbd) Delete unnecessary files - [`580c29f`](https://github.com/harvard-edge/cs249r_book/commit/580c29fe07fda57fc8d59416a961f812ffbaeb0e) Removes ML operations content - [`a24e59a`](https://github.com/harvard-edge/cs249r_book/commit/a24e59a8a663a1c6a4f06842854b551ee78aba5f) Merge remote-tracking branch 'hzeljko/new_tikz_figures' into new_tikz_figures ### 📊 Changes **8 files changed** (+834 additions, -197 deletions) <details> <summary>View changed files</summary> 📝 `.codespell-ignore` (+2 -0) 📝 `_quarto.yml` (+6 -5) 📝 `contents/core/dnn_architectures/dnn_architectures.qmd` (+16 -15) 📝 `contents/core/efficient_ai/efficient_ai.qmd` (+358 -43) 📝 `contents/core/frameworks/frameworks.qmd` (+9 -1) 📝 `contents/core/optimizations/optimizations.qmd` (+430 -130) 📝 `contents/core/training/training.qmd` (+9 -1) 📝 `tex/header-includes.tex` (+4 -2) </details> ### 📄 Description Updated chapter image code in chapters 7-10 In chapters 9 and 10, new TIkz figures have been added Updated Tikz figure 4.11 The library \usepgfplotslibrary{dateplot} has been added to the yml file Before submitting your Pull Request, please review and complete the items on this checklist. - [x] The text has been proofread for grammar and spelling errors. - [x] All images, figures, and tables render properly without any glitches. - [x] All images have a source or they are properly linked to external sites. - [x] The chapter's formatting is consistent with the rest of the book. - [x] The chapter has been locally built and tested using Quarto. --- <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-03-22 15:57:27 -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#1000