Improved
TinyTorch v0.1.4 - Bug fixes and CI improvements
๐ฅ TinyTorch v0.1.4 - Bug Fixes & CI Improvements
Release Date: January 22, 2026
This release fixes test ordering issues and improves CI reliability. Note: v0.1.3 was an internal release that introduced bugs fixed here.
๐ Bug Fixes
- Test ordering dependencies - Fixed module tests that could fail when run in different order (Fixes #1127, #1128)
- Non-interactive mode - Fixed
tito dev validate --ciandtito milestone runfor CI environments (Fixes #1129) - CLI command naming - Tests now use correct command
milestone(singular) instead ofmilestones - Path corrections - Fixed module directory (
src/notmodules/) and milestone script paths
๐ง CI Improvements
- Test summary table - CI now shows pass/fail status for each test suite in job summary
- All tests required - E2E and CLI tests must pass (removed
continue-on-error) - JUnit XML output - Test results exported for better CI integration
๐งช Test Fixes
TransformerBlock: Useff_dimparameter (nothidden_dim)LayerNorm: Usenormalized_shapeparameter (notembed_dim)- Skip advanced autograd tests not supported in educational version
- Fix regression test imports to use
tinytorch.core.*paths
๐ ๏ธ Other Improvements
- fix: initialize parameter gradient after creating Optimizer object by @minhdang26403 in #1114
- fix: correct RandomHorizontalFlip axis for HWC inputs by @minhdang26403 in #1113
- fix: fix module import in Transformers module test by @minhdang26403 in #1117
- fix: miscellaneous fix for Tokenizer by @minhdang26403 in #1115
- fix: fix memory calculation result by @minhdang26403 in #1118
- fix: matmul should not allow 0D tensors by @minhdang26403 in #1120
- Remove unused next_functions from Function class by @profvjreddi in #1123
- Add per-project All Contributors setup by @profvjreddi in #1125
๐ฅ Contributors
Thanks to the contributors who made this release possible!
- @minhdang26403 - First contribution! ๐
- @profvjreddi
๐ Notes
- No breaking API changes from v0.1.2
- Recommended update for all users, especially those running CI/CD
Learn More
- ๐ TinyTorch Website
- ๐ Documentation
- ๐ฌ Discussions
Full Changelog: https://github.com/harvard-edge/cs249r_book/compare/tinytorch-v0.1.2...tinytorch-v0.1.4