chore(tinytorch): bump version to tinytorch-v0.1.11

This commit is contained in:
github-actions[bot]
2026-05-11 23:44:10 +00:00
parent 451493d8dc
commit 3449ee7050
3 changed files with 6 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name="tinytorch"
version = "0.1.10"
version = "0.1.11"
description = "Build ML Systems from Scratch - Educational Deep Learning Framework"
readme = "README.md"
requires-python=">=3.10"

View File

@@ -1,31 +1,7 @@
# =============================================================================
# ANNOUNCEMENT BAR CONFIGURATION - TINYTORCH
# =============================================================================
# Unifying template (shared across all nine Quarto sites, 2026-04):
# Line 1 — identity + primary CTA (what is THIS site)
# Line 2 — the book
# Line 3 — "Alongside the book:" sibling row (3 most-relevant verbs)
# Line 4 — newsletter
#
# TinyTorch's role in the curriculum is the "build" lens, so line 3 omits
# TinyTorch itself and lists the three sibling learner tools.
#
# History: this file was briefly reverted to a v0.1.10 release notice by
# the v0.1.10 publish merge (commit 0009f55a9 on 2026-04-22). Release news
# belongs in a changelog, not in the always-visible nav bar — restored to
# the ecosystem template on 2026-04-24. If a future release warrants a
# top-of-bar mention, add a release_note field to the shared schema so it
# auto-expires rather than silently replacing the ecosystem message.
# =============================================================================
# TinyTorch announcement bar configuration
# Managed via Quarto's built-in announcement feature
website:
announcement:
icon: megaphone
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>"
type: info
dismissable: true
type: primary
position: below-navbar
content: |
🔥 **TinyTorch** — build your own ML framework from scratch; the companion framework to the textbook. [Start building →](https://mlsysbook.ai/tinytorch/)<br>
📘 **The book:** [Vol I: Foundations](https://mlsysbook.ai/vol1/) · [Vol II: At Scale](https://mlsysbook.ai/vol2/) — open access, free forever.<br>
🛠️ **Alongside the book:** [Hardware Kits](https://mlsysbook.ai/kits/) (deploy) · [MLSys·im](https://mlsysbook.ai/mlsysim/) (simulate) · [Labs](https://mlsysbook.ai/labs/) (explore)<br>
📬 **Newsletter:** ML Systems insights & updates — [Subscribe →](https://mlsysbook.ai/newsletter/)

View File

@@ -5,7 +5,7 @@
### Python library ###
repo = TinyTorch
lib_name = tinytorch
version = 0.1.10
version = 0.1.11
min_python = 3.10
license = MIT
black_formatting = False