File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " torchlens"
7- version = " 0.21.2 "
7+ version = " 0.21.3 "
88description = " A package for extracting activations from PyTorch models"
99readme = " README.md"
1010license = " GPL-3.0-only"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments