Skip to content

Commit dfc41e5

Browse files
author
semantic-release
committed
6.15.0
Automatically generated by python-semantic-release
1 parent 43977ad commit dfc41e5

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

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

3+
## v6.15.0 (2025-10-13)
4+
5+
### Feature
6+
7+
* feat: adding support for training Matryoshka BatchTopK SAEs (#567)
8+
9+
* feat: adding MatryoshkaBatchTopKSAE
10+
11+
* Apply suggestion from @anthonyduong9
12+
13+
Co-authored-by: Anthony Duong <[email protected]>
14+
15+
* changes from CR
16+
17+
* Update sae_lens/llm_sae_training_runner.py
18+
19+
Co-authored-by: Anthony Duong <[email protected]>
20+
21+
---------
22+
23+
Co-authored-by: Anthony Duong <[email protected]> ([`43977ad`](https://github.com/jbloomAus/SAELens/commit/43977ad2c1054d4868ec124f7a5c398c4a8e0f2b))
24+
325
## v6.14.2 (2025-10-10)
426

527
### 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.14.2"
3+
version = "6.15.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.14.2"
2+
__version__ = "6.15.0"
33

44
import logging
55

0 commit comments

Comments
 (0)