Skip to content

Commit b5f4431

Browse files
bump: version 2.0.0b8 → 2.0.0b9
1 parent 88419d4 commit b5f4431

4 files changed

Lines changed: 34 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## v2.0.0b9 (2026-02-09)
2+
3+
### Feat
4+
5+
- **circuits**: implement loading and querying of circuit QK node data
6+
- **ui**: target blank for embedded pages
7+
- **ui**: add new route for embedded circuit QK tracing and update related components
8+
- **ui/embed**: add circuit page for embedded iframe
9+
- **ui/embed**: enhance FeatureCardCompactForEmbed with plain mode
10+
- **database**: support removing SAE sets
11+
- **ui/circuits**: implement click outside to close functionality in threshold controls
12+
13+
### Fix
14+
15+
- **ui**: update defaultVisibleRange handling and adjust node colors
16+
- **ui/embed**: remove click effect
17+
- **ui**: swap Q and K labels in QKTracing components for consistency
18+
- **ui**: adjust layout
19+
- **ui**: adjust layout
20+
- **graph**: handle bfloat16 tensor conversion to numpy
21+
- **auxk**: fix log of l_auxk
22+
- **auxk**: fix train and log of auxk
23+
- **math**: topk grad backprop
24+
- **circuit**: adjust default thresholds for graph pruning and circuit retrieval
25+
- **ui/circuits**: remove redundant feature ID display for better narrow screen experience
26+
- **circuit**: minor improvements in attribution
27+
- **circuit**: support batched tracing.
28+
- **feature_interpreter**: correct tensor dimensions in generate_activating_examples
29+
- **ui/circuits**: clarify message regarding circuit generation time
30+
131
## v2.0.0b8 (2026-01-18)
232

333
## v2.0.0b7 (2026-01-18)

README.md

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

3535
```bash
36-
pip install lm-saes==2.0.0b8
36+
pip install lm-saes==2.0.0b9
3737
```
3838

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

4141
```bash
42-
uv add lm-saes==2.0.0b8
42+
uv add lm-saes==2.0.0b9
4343
```
4444

4545
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.0b8"
3+
version = "2.0.0b9"
44
description = "For OpenMOSS Mechanistic Interpretability Team's Sparse Autoencoder (SAE) research. Open-sourced and constantly updated."
55
dependencies = [
66
"transformer-lens",

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)