mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-21 13:31:55 -05:00
[GH-ISSUE #1079] Establish Version Numbering System for tinytorch (Similar to mlsysbook) #1684
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?
Originally created by @profvjreddi on GitHub (Dec 14, 2025).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/1079
We need to develop and implement a version numbering system for tinytorch, similar to the system used in mlsysbook. This will help track changes and improvements efficiently and ensure consistent referencing across documentation and releases.
Tasks:
Context:
Let’s discuss and finalize the versioning policy as soon as possible.
@profvjreddi commented on GitHub (Jan 23, 2026):
This has been implemented!
Versioning system established in commit 858c762ca (January 13, 2026).
What was implemented:
pyproject.tomlas the single source of truth for version (commit b2a4a927)tinytorch-v*prefixThe versioning approach mirrors the book's system (
book-v*tags) for consistency across the project.