Skip to content

Commit 6a28376

Browse files
πŸ”₯ TinyTorch tinytorch-v0.1.9: Content updates and improvements
2 parents 1ecc918 + f655cdf commit 6a28376

File tree

7 files changed

+18
-7
lines changed

7 files changed

+18
-7
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

β€Žtinytorch/.all-contributorsrcβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,15 @@
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
}

β€Žtinytorch/README.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

β€Žtinytorch/pyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name="tinytorch"
7-
version = "0.1.8"
7+
version = "0.1.9"
88
description = "Build ML Systems from Scratch - Educational Deep Learning Framework"
99
readme = "README.md"
1010
requires-python=">=3.8"

β€Žtinytorch/site/_static/announcement.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
]

β€Žtinytorch/site/_static/version-badge.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
document.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');

β€Žtinytorch/site/_static/wip-banner.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
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

1111
document.addEventListener('DOMContentLoaded', function() {

0 commit comments

Comments
Β (0)