mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-29 17:20:21 -05:00
feat(tinytorch): single source of truth for version management
- install.sh now fetches version from GitHub tags API instead of hardcoding - README.md badge uses dynamic shields.io GitHub tag filter - Add release.sh script for version bumping and tagging workflow Version is now managed solely in pyproject.toml. Other files read it at runtime or via GitHub API, eliminating version drift across files.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
### Build Your Own ML Framework From Scratch
|
||||
|
||||
[](https://github.com/harvard-edge/cs249r_book/releases?q=tinytorch)
|
||||
[](https://github.com/harvard-edge/cs249r_book/releases?q=tinytorch)
|
||||
[](https://github.com/harvard-edge/cs249r_book/discussions/1076)
|
||||
[](https://mlsysbook.ai/tinytorch)
|
||||
[](https://python.org)
|
||||
|
||||
Reference in New Issue
Block a user