Improved
TinyTorch v0.1.3 - CLI Reorganization
⚠️ TinyTorch v0.1.3 - CLI Reorganization
Release Date: January 14, 2026
This release reorganized CLI commands and added new features, but introduced test ordering bugs. Please use v0.1.4 instead.
✨ Features
- CLI reorganization: Commands restructured for better discoverability
- Welcome message: New
titobare command shows helpful welcome screen - Feedback link: Added feedback link to announcement bar
- nbgrader docs: Marked as experimental with updated instructor guide
🐛 Bug Fixes (in this release)
tito module completeno longer overwrites student notebooks- Announcement bar no longer overlaps navbar
⚠️ Known Issues (Fixed in v0.1.4)
- #1127: Module 05 tests fail due to test ordering dependencies
- #1128: Module 06 autograd test ordering issue
- #1129:
tito milestone runfails in non-interactive mode
📝 Upgrade Notice
Do not use this version. Please upgrade to v0.1.4 which fixes all known issues.
# Update to latest version
cd tinytorch && git pull origin main
Full Changelog: https://github.com/harvard-edge/cs249r_book/compare/tinytorch-v0.1.2...tinytorch-v0.1.3