Skip to content

Commit 24e5231

Browse files
author
github-actions
committed
5.4.1
Automatically generated by python-semantic-release
1 parent 38370d4 commit 24e5231

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33

44

5+
## v5.4.1 (2025-02-03)
6+
7+
### Chore
8+
9+
* chore: moves files in tests/unit to tests (#417) ([`251d3cd`](https://github.com/jbloomAus/SAELens/commit/251d3cd853e19ae54d09959a1b853e45c09b57b0))
10+
11+
* chore: removing overlooked legacy file (#416) ([`02360b0`](https://github.com/jbloomAus/SAELens/commit/02360b06931cdc9b67f2b81bc96929253f7a7e19))
12+
13+
* chore: delete legacy files (#415)
14+
15+
* deleting legacy files
16+
17+
* moving tsea stuff into tutorials dir ([`157e2ad`](https://github.com/jbloomAus/SAELens/commit/157e2ad127467b4d7bda555b24a526e85d437a50))
18+
19+
### Fix
20+
21+
* fix: ensure flattened_mask is on correct device in evals (#418) ([`38370d4`](https://github.com/jbloomAus/SAELens/commit/38370d41c02507d84f95fa58e5b070d46fb88d7f))
22+
23+
524
## v5.4.0 (2025-02-02)
625

726
### Feature

pyproject.toml

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

sae_lens/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ruff: noqa: E402
2-
__version__ = "5.4.0"
2+
__version__ = "5.4.1"
33

44
import logging
55

0 commit comments

Comments
 (0)