Skip to content

Commit 8bde367

Browse files
bump: version 2.0.0b15 → 2.0.0b16
1 parent 48af1c1 commit 8bde367

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v2.0.0b16 (2026-02-27)
2+
3+
### Fix
4+
5+
- wrongly placed type ignore
6+
7+
### Refactor
8+
9+
- remove TransformerLens submodule and fix lorsa type errors
10+
- drop forked TransformerLens; reimplement run_with_cache_until in lm-saes
11+
- **ui**: remove legacy ui codebase
12+
113
## v2.0.0b15 (2026-02-14)
214

315
## v2.0.0b14 (2026-02-12)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
Use [pip](https://pypi.org/project/pip/) to install Language-Model-SAEs:
3636

3737
```bash
38-
pip install lm-saes==2.0.0b15
38+
pip install lm-saes==2.0.0b16
3939
```
4040

4141
We also highly recommend using [uv](https://docs.astral.sh/uv/) to manage your own project dependencies. You can use
4242

4343
```bash
44-
uv add lm-saes==2.0.0b15
44+
uv add lm-saes==2.0.0b16
4545
```
4646

4747
to add Language-Model-SAEs as your project dependency.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lm-saes"
3-
version = "2.0.0b15"
3+
version = "2.0.0b16"
44
description = "For OpenMOSS Mechanistic Interpretability Team's Sparse Autoencoder (SAE) research. Open-sourced and constantly updated."
55
dependencies = [
66
"transformer-lens>=2.17.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)