[PR #973] [MERGED] Merge dev improvements into main #4910

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

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/973
Author: @profvjreddi
Created: 10/9/2025
Status: Merged
Merged: 10/9/2025
Merged by: @profvjreddi

Base: mainHead: temp-main-merge


📝 Commits (10+)

  • 980c966 Improves fast build config handling
  • 038c503 Implement comprehensive flow optimization for DNN architectures chapter
  • b27af5a refactor(dl_primer): implement flow optimization fixes based on chapter analysis
  • 2497ce9 Refines footnote and review processes
  • e168b47 Updates and standardizes BibTeX entries
  • 468e26d Refines AI systems engineering content
  • 1b3a85e Improves fast build config handling
  • 4bdca12 Removes Claude Code working rules document
  • 87cdcec Removes editorial workflow document.
  • 99540cb feat: implement expert consensus recommendations for DNN architectures chapter

📊 Changes

471 files changed (+138063 additions, -19668 deletions)

View changed files

📝 .all-contributorsrc (+1 -1)
.codespell-ignore (+0 -111)
.envrc (+12 -0)
📝 .github/workflows/link-check.yml (+5 -5)
📝 .github/workflows/publish-live.yml (+48 -31)
📝 .github/workflows/quarto-build-baremetal.yml (+81 -27)
📝 .github/workflows/validate-dev.yml (+1 -1)
📝 .gitignore (+19 -1)
.lycheeignore (+0 -17)
📝 .pre-commit-config.yaml (+59 -5)
📝 .vale/styles/textbook/TechnicalTerms.yml (+2 -1)
.vscode/settings.json (+42 -0)
📝 CHANGELOG.md (+84 -17)
📝 README.md (+18 -14)
📝 cli/commands/build.py (+735 -36)
📝 cli/main.py (+59 -14)
📝 config/linting/.codespell-ignore (+2 -1)
📝 docker/linux/Dockerfile (+0 -0)
📝 docker/linux/README.md (+0 -0)
docker/windows/Dockerfile (+373 -0)

...and 80 more files

📄 Description

Summary

  • Enhanced announcement banner with corrected MIT Press 2026 timeline
  • Improved AI-powered release note generation to focus on user-facing changes
  • Better changelog filtering to highlight educational improvements
  • Updated website content and infrastructure improvements from dev branch

Key Changes

  • Announcement Updates: Corrected MIT Press publication timeline to 2026, reordered content for better user flow
  • Release Infrastructure: Enhanced AI prompts to filter out internal changes and focus on educational value
  • Workflow Improvements: Better changelog generation with impact bars and user-focused summaries
  • Content Sync: Latest dev branch improvements merged into main

Test plan

  • Verified announcement banner displays correctly
  • Tested changelog generation with improved filtering
  • Confirmed all dev branch changes are included
  • Resolved merge conflicts in frameworks xref file

🤖 Generated with Claude Code


🔄 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/973 **Author:** [@profvjreddi](https://github.com/profvjreddi) **Created:** 10/9/2025 **Status:** ✅ Merged **Merged:** 10/9/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `main` ← **Head:** `temp-main-merge` --- ### 📝 Commits (10+) - [`980c966`](https://github.com/harvard-edge/cs249r_book/commit/980c966e545849263604a666fa94c6dc0b44d305) Improves fast build config handling - [`038c503`](https://github.com/harvard-edge/cs249r_book/commit/038c503bfaa126b448b3c448f479e2feb03e7861) Implement comprehensive flow optimization for DNN architectures chapter - [`b27af5a`](https://github.com/harvard-edge/cs249r_book/commit/b27af5a69861fcde071d8b1bbb6629842e298f51) refactor(dl_primer): implement flow optimization fixes based on chapter analysis - [`2497ce9`](https://github.com/harvard-edge/cs249r_book/commit/2497ce91399058d40d60207c134fdfa2ce2aaea9) Refines footnote and review processes - [`e168b47`](https://github.com/harvard-edge/cs249r_book/commit/e168b4779e8d2e12178aa1f2dd554cdacd33a72f) Updates and standardizes BibTeX entries - [`468e26d`](https://github.com/harvard-edge/cs249r_book/commit/468e26db105af95beca467a7dfb885680a46bac1) Refines AI systems engineering content - [`1b3a85e`](https://github.com/harvard-edge/cs249r_book/commit/1b3a85e675c783c458e7ee36db4602a076968881) Improves fast build config handling - [`4bdca12`](https://github.com/harvard-edge/cs249r_book/commit/4bdca12e39b7805ab9cd66f8cae8516398a69a66) Removes Claude Code working rules document - [`87cdcec`](https://github.com/harvard-edge/cs249r_book/commit/87cdcec5dd18c8c42ed420344df168aebb713351) Removes editorial workflow document. - [`99540cb`](https://github.com/harvard-edge/cs249r_book/commit/99540cb8618e1b253c8634476a4bf4b66788b46e) feat: implement expert consensus recommendations for DNN architectures chapter ### 📊 Changes **471 files changed** (+138063 additions, -19668 deletions) <details> <summary>View changed files</summary> 📝 `.all-contributorsrc` (+1 -1) ➖ `.codespell-ignore` (+0 -111) ➕ `.envrc` (+12 -0) 📝 `.github/workflows/link-check.yml` (+5 -5) 📝 `.github/workflows/publish-live.yml` (+48 -31) 📝 `.github/workflows/quarto-build-baremetal.yml` (+81 -27) 📝 `.github/workflows/validate-dev.yml` (+1 -1) 📝 `.gitignore` (+19 -1) ➖ `.lycheeignore` (+0 -17) 📝 `.pre-commit-config.yaml` (+59 -5) 📝 `.vale/styles/textbook/TechnicalTerms.yml` (+2 -1) ➕ `.vscode/settings.json` (+42 -0) 📝 `CHANGELOG.md` (+84 -17) 📝 `README.md` (+18 -14) 📝 `cli/commands/build.py` (+735 -36) 📝 `cli/main.py` (+59 -14) 📝 `config/linting/.codespell-ignore` (+2 -1) 📝 `docker/linux/Dockerfile` (+0 -0) 📝 `docker/linux/README.md` (+0 -0) ➕ `docker/windows/Dockerfile` (+373 -0) _...and 80 more files_ </details> ### 📄 Description ## Summary - Enhanced announcement banner with corrected MIT Press 2026 timeline - Improved AI-powered release note generation to focus on user-facing changes - Better changelog filtering to highlight educational improvements - Updated website content and infrastructure improvements from dev branch ## Key Changes - **Announcement Updates**: Corrected MIT Press publication timeline to 2026, reordered content for better user flow - **Release Infrastructure**: Enhanced AI prompts to filter out internal changes and focus on educational value - **Workflow Improvements**: Better changelog generation with impact bars and user-focused summaries - **Content Sync**: Latest dev branch improvements merged into main ## Test plan - [x] Verified announcement banner displays correctly - [x] Tested changelog generation with improved filtering - [x] Confirmed all dev branch changes are included - [x] Resolved merge conflicts in frameworks xref file 🤖 Generated with [Claude Code](https://claude.ai/code) --- <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:43:06 -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#4910