mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-23 07:23:03 -05:00
[PR #1521] [MERGED] mlsysim: v0.1.0 release — Apache-2.0 relicense #14438
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/1521
Author: @profvjreddi
Created: 4/24/2026
Status: ✅ Merged
Merged: 4/24/2026
Merged by: @profvjreddi
Base:
dev← Head:release/mlsysim-v0.1.0📝 Commits (2)
b5d50bemlsysim: relicense code under Apache-2.0 for v0.1.0 PyPI releasecaa57a4mlsysim/README: add License section explaining Apache-2.0 / CC-BY-NC-SA split📊 Changes
7 files changed (+209 additions, -9 deletions)
View changed files
📝
mlsysim/CITATION.cff(+1 -1)📝
mlsysim/LICENSE.md(+191 -3)📝
mlsysim/README.md(+12 -0)📝
mlsysim/RELEASE_NOTES_0.1.0.md(+1 -1)📝
mlsysim/docs/config/_quarto-html.yml(+1 -1)📝
mlsysim/paper/paper.tex(+1 -1)📝
mlsysim/pyproject.toml(+2 -2)📄 Description
Summary
Ships mlsysim 0.1.0 to PyPI as the first public release: https://pypi.org/project/mlsysim/0.1.0/.
Relicenses the `mlsysim` Python package from `CC-BY-NC-SA-4.0` to Apache-2.0 so the package is usable in commercial and non-commercial contexts — defeating adoption blockers for industry engineers using the textbook. The textbook prose itself remains under CC-BY-NC-SA-4.0; the docs-site footer is updated to state both licenses.
Changes
Release state
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.