Skip to content

TinyTorch v0.1.3 - CLI Reorganization

Choose a tag to compare

@profvjreddi profvjreddi released this 22 Jan 21:07

⚠️ 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 tito bare 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 complete no 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 run fails 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: tinytorch-v0.1.2...tinytorch-v0.1.3