Skip to content

Commit

Permalink
3.23.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 7, 2024
1 parent 5e70edc commit e2a692a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@



## v3.23.2 (2024-10-07)

### Chore

* chore: adds black-jupyter to dependencies (#318)

* adds black-jupyter to dependencies

* formats notebooks ([`ed5d791`](https://github.com/jbloomAus/SAELens/commit/ed5d79148fa161c2e69e959f4ea7a8d9d3a87290))

### Fix

* fix: `hook_sae_acts_post` for Gated models should be post-masking (#322)

* first commit

* formatting ([`5e70edc`](https://github.com/jbloomAus/SAELens/commit/5e70edc0a167d895931cf85a4b068970599128b8))


## v3.23.1 (2024-10-03)

### Chore
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sae-lens"
version = "3.23.1"
version = "3.23.2"
description = "Training and Analyzing Sparse Autoencoders (SAEs)"
authors = ["Joseph Bloom"]
readme = "README.md"
Expand Down Expand Up @@ -41,7 +41,7 @@ typing-extensions = "^4.10.0"


[tool.poetry.group.dev.dependencies]
black = { version = "24.4.0", extras = ["jupyter"] }
black = { version = "3.23.2", extras = ["jupyter"] }
pytest = "^8.0.2"
pytest-cov = "^4.1.0"
pre-commit = "^3.6.2"
Expand Down
2 changes: 1 addition & 1 deletion sae_lens/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.23.1"
__version__ = "3.23.2"


from .analysis.hooked_sae_transformer import HookedSAETransformer
Expand Down

0 comments on commit e2a692a

Please sign in to comment.