File tree Expand file tree Collapse file tree 7 files changed +18
-7
lines changed
Expand file tree Collapse file tree 7 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -467,6 +467,7 @@ Thanks goes to these wonderful people who have contributed to making this resour
467467 </tr>
468468 <tr>
469469 <td align="center" valign="top" width="11.11%"><a href="https://github.com/harishb00a"><img src="https://avatars.githubusercontent.com/harishb00a?v=4?s=50" width="50px;" alt="harishb00a"/><br /><sub><b>harishb00a</b></sub></a><br />βοΈ</td>
470+ <td align="center" valign="top" width="11.11%"><a href="https://github.com/sotoblanco"><img src="https://avatars.githubusercontent.com/u/46135649?v=4?v=4?s=50" width="50px;" alt="Pastor Soto"/><br /><sub><b>Pastor Soto</b></sub></a><br />βοΈ</td>
470471 </tr>
471472 </tbody >
472473</table >
Original file line number Diff line number Diff line change 205205 "contributions" : [
206206 " doc"
207207 ]
208+ },
209+ {
210+ "login" : " sotoblanco" ,
211+ "name" : " Pastor Soto" ,
212+ "avatar_url" : " https://avatars.githubusercontent.com/u/46135649?v=4" ,
213+ "profile" : " https://github.com/sotoblanco" ,
214+ "contributions" : [
215+ " doc"
216+ ]
208217 }
209218 ]
210219}
Original file line number Diff line number Diff line change @@ -290,6 +290,7 @@ Thanks to these wonderful people who helped improve TinyTorch!
290290 <td align="center" valign="top" width="14.28%"><a href="https://github.com/lalalostcode"><img src="https://avatars.githubusercontent.com/u/149884766?v=4?v=4?s=80" width="80px;" alt="Ilham Rafiqin"/><br /><sub><b>Ilham Rafiqin</b></sub></a><br />πͺ²</td>
291291 <td align="center" valign="top" width="14.28%"><a href="https://github.com/oscarf189"><img src="https://avatars.githubusercontent.com/u/28113740?v=4?v=4?s=80" width="80px;" alt="Oscar Flores"/><br /><sub><b>Oscar Flores</b></sub></a><br />βοΈ</td>
292292 <td align="center" valign="top" width="14.28%"><a href="https://github.com/harishb00a"><img src="https://avatars.githubusercontent.com/harishb00a?v=4?s=80" width="80px;" alt="harishb00a"/><br /><sub><b>harishb00a</b></sub></a><br />βοΈ</td>
293+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/sotoblanco"><img src="https://avatars.githubusercontent.com/u/46135649?v=4?v=4?s=80" width="80px;" alt="Pastor Soto"/><br /><sub><b>Pastor Soto</b></sub></a><br />βοΈ</td>
293294 </tr>
294295 </tbody >
295296</table >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name =" tinytorch"
7- version = " 0.1.8 "
7+ version = " 0.1.9 "
88description = " Build ML Systems from Scratch - Educational Deep Learning Framework"
99readme = " README.md"
1010requires-python =" >=3.8"
Original file line number Diff line number Diff line change 11{
22 "enabled" : true ,
3- "dismissId" : " v0.1.8 " ,
3+ "dismissId" : " v0.1.9 " ,
44 "items" : [
55 {
66 "icon" : " π" ,
7- "text" : " v0.1.8 released β Content updates and improvements" ,
8- "link" : " https://github.com/harvard-edge/cs249r_book/releases/tag/tinytorch-v0.1.8 " ,
7+ "text" : " v0.1.9 released β Content updates and improvements" ,
8+ "link" : " https://github.com/harvard-edge/cs249r_book/releases/tag/tinytorch-v0.1.9 " ,
99 "linkText" : " See β"
1010 }
1111 ]
Original file line number Diff line number Diff line change 88document . addEventListener ( 'DOMContentLoaded' , function ( ) {
99 // Try to get version from meta tag first (set during build)
1010 const versionMeta = document . querySelector ( 'meta[name="tinytorch-version"]' ) ;
11- const version = versionMeta ? versionMeta . content : '0.1.8 ' ;
11+ const version = versionMeta ? versionMeta . content : '0.1.9 ' ;
1212
1313 // Find the footer
1414 const footer = document . querySelector ( '.footer' ) ;
Original file line number Diff line number Diff line change 44 */
55
66// ββ Release info (auto-updated by CI on publish) ββββββββββββββ
7- const TINYTORCH_VERSION = '0.1.8 ' ;
8- const TINYTORCH_RELEASE_DATE = 'Feb 7 , 2026' ;
7+ const TINYTORCH_VERSION = '0.1.9 ' ;
8+ const TINYTORCH_RELEASE_DATE = 'Feb 18 , 2026' ;
99// βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
1010
1111document . addEventListener ( 'DOMContentLoaded' , function ( ) {
You canβt perform that action at this time.
0 commit comments