Skip to content

Commit 3449ee7

Browse files
chore(tinytorch): bump version to tinytorch-v0.1.11
1 parent 451493d commit 3449ee7

3 files changed

Lines changed: 6 additions & 30 deletions

File tree

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.10"
7+
version = "0.1.11"
88
description = "Build ML Systems from Scratch - Educational Deep Learning Framework"
99
readme = "README.md"
1010
requires-python=">=3.10"
Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,7 @@
1-
# =============================================================================
2-
# ANNOUNCEMENT BAR CONFIGURATION - TINYTORCH
3-
# =============================================================================
4-
# Unifying template (shared across all nine Quarto sites, 2026-04):
5-
# Line 1 — identity + primary CTA (what is THIS site)
6-
# Line 2 — the book
7-
# Line 3 — "Alongside the book:" sibling row (3 most-relevant verbs)
8-
# Line 4 — newsletter
9-
#
10-
# TinyTorch's role in the curriculum is the "build" lens, so line 3 omits
11-
# TinyTorch itself and lists the three sibling learner tools.
12-
#
13-
# History: this file was briefly reverted to a v0.1.10 release notice by
14-
# the v0.1.10 publish merge (commit 0009f55a9 on 2026-04-22). Release news
15-
# belongs in a changelog, not in the always-visible nav bar — restored to
16-
# the ecosystem template on 2026-04-24. If a future release warrants a
17-
# top-of-bar mention, add a release_note field to the shared schema so it
18-
# auto-expires rather than silently replacing the ecosystem message.
19-
# =============================================================================
20-
1+
# TinyTorch announcement bar configuration
2+
# Managed via Quarto's built-in announcement feature
213
website:
224
announcement:
23-
icon: megaphone
5+
content: "🎉 v0.1.11 released — Patch: GELU implementation (PR #1690) + OOM acronym expansion · <a href='https://github.com/harvard-edge/cs249r_book/releases/tag/tinytorch-v0.1.11'>See release →</a>"
6+
type: info
247
dismissable: true
25-
type: primary
26-
position: below-navbar
27-
content: |
28-
🔥 **TinyTorch** — build your own ML framework from scratch; the companion framework to the textbook. [Start building →](https://mlsysbook.ai/tinytorch/)<br>
29-
📘 **The book:** [Vol I: Foundations](https://mlsysbook.ai/vol1/) · [Vol II: At Scale](https://mlsysbook.ai/vol2/) — open access, free forever.<br>
30-
🛠️ **Alongside the book:** [Hardware Kits](https://mlsysbook.ai/kits/) (deploy) · [MLSys·im](https://mlsysbook.ai/mlsysim/) (simulate) · [Labs](https://mlsysbook.ai/labs/) (explore)<br>
31-
📬 **Newsletter:** ML Systems insights & updates — [Subscribe →](https://mlsysbook.ai/newsletter/)

tinytorch/settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Python library ###
66
repo = TinyTorch
77
lib_name = tinytorch
8-
version = 0.1.10
8+
version = 0.1.11
99
min_python = 3.10
1010
license = MIT
1111
black_formatting = False

0 commit comments

Comments
 (0)