Skip to content

Commit 40ff301

Browse files
author
semantic-release
committed
6.17.0
Automatically generated by python-semantic-release
1 parent dee399c commit 40ff301

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# CHANGELOG
22

3+
## v6.17.0 (2025-10-18)
4+
5+
### Feature
6+
7+
* feat: Resume training from checkpoints (#561)
8+
9+
* setting up saving / resuming from checkpoints in training
10+
11+
* adding some tests for checkpointing
12+
13+
* more tests
14+
15+
* adding docs
16+
17+
* reverting notebooks, not sure why they changed
18+
19+
* try busting CI cache
20+
21+
* fixing tests
22+
23+
* fixing tests
24+
25+
* changes from CR ([`dee399c`](https://github.com/jbloomAus/SAELens/commit/dee399c4ccdc9e29ed1f539c4af03c17aba48c4a))
26+
327
## v6.16.3 (2025-10-18)
428

529
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sae-lens"
3-
version = "6.16.3"
3+
version = "6.17.0"
44
description = "Training and Analyzing Sparse Autoencoders (SAEs)"
55
authors = ["Joseph Bloom"]
66
readme = "README.md"

sae_lens/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ruff: noqa: E402
2-
__version__ = "6.16.3"
2+
__version__ = "6.17.0"
33

44
import logging
55

0 commit comments

Comments
 (0)