Skip to content

Commit 04fa27a

Browse files
author
semantic-release
committed
chore(release): 0.21.3
1 parent cb959a7 commit 04fa27a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# CHANGELOG
22

33

4+
## v0.21.3 (2026-03-11)
5+
6+
### Bug Fixes
7+
8+
- **tests**: Make SIGALRM signal safety test deterministic
9+
([`b3fc461`](https://github.com/johnmarktaylor91/torchlens/commit/b3fc46154f0942c829c3bbeb9b07f3d900471b79))
10+
11+
Replace timer-based SIGALRM with direct os.kill() inside forward() so the signal always fires
12+
mid-logging. Eliminates flaky skips when the forward pass completes before the timer.
13+
14+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15+
16+
417
## v0.21.2 (2026-03-09)
518

619
### Bug Fixes

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 = "torchlens"
7-
version = "0.21.2"
7+
version = "0.21.3"
88
description = "A package for extracting activations from PyTorch models"
99
readme = "README.md"
1010
license = "GPL-3.0-only"

torchlens/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
first imported. See the bottom of this file for details.
1010
"""
1111

12-
__version__ = "0.21.2"
12+
__version__ = "0.21.3"
1313

1414
# ---- Public API: user-facing entry points --------------------------------
1515

0 commit comments

Comments
 (0)