Skip to content

Commit

Permalink
4.4.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 24, 2024
1 parent e35f998 commit 0fd5271
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v4.4.4 (2024-11-24)

### Fix

* fix: add missing np ([`3192463`](https://github.com/jbloomAus/SAELens/commit/31924632d0e49c57fb3cf939a789e0b2aa10152d))

### Unknown

* Merge pull request #386 from jbloomAus/np_yaml

fix: add missing neuronpedia yaml entries ([`e35f998`](https://github.com/jbloomAus/SAELens/commit/e35f998f3d51ec5491347a3157838c96794f09d9))


## v4.4.3 (2024-11-24)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sae-lens"
version = "4.4.3"
version = "4.4.4"
description = "Training and Analyzing Sparse Autoencoders (SAEs)"
authors = ["Joseph Bloom"]
readme = "README.md"
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__ = "4.4.3"
__version__ = "4.4.4"


from .analysis.hooked_sae_transformer import HookedSAETransformer
Expand Down

0 comments on commit 0fd5271

Please sign in to comment.