Skip to content

Commit 5118ef6

Browse files
author
semantic-release
committed
6.16.3
Automatically generated by python-semantic-release
1 parent 9809d8a commit 5118ef6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## v6.16.3 (2025-10-18)
4+
5+
### Fix
6+
7+
* fix: sync matryoshka implementation with dictionary_learning (#571) ([`9809d8a`](https://github.com/jbloomAus/SAELens/commit/9809d8a9a2ea3de4e45f27a336bb9242126f6a14))
8+
39
## v6.16.2 (2025-10-18)
410

511
### 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.2"
3+
version = "6.16.3"
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.2"
2+
__version__ = "6.16.3"
33

44
import logging
55

0 commit comments

Comments
 (0)