Skip to content

Commit

Permalink
3.23.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 1, 2024
1 parent f04c0f9 commit 799ce00
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@



## v3.23.0 (2024-10-01)

### Chore

* chore: deletes print() in unit tests (#306) ([`7d9fe10`](https://github.com/jbloomAus/SAELens/commit/7d9fe10d4173ea90030866bf7621151fdbf7d24c))

### Feature

* feat: allow smaller context size of a tokenized dataset (#310)

* fix: Changing the activations store to handle context sizes smaller than dataset lengths for tokenized datasets.

* fix: Found bug which allowed for negative context lengths. Removed the bug

* Update pytest to test new logic for context size of tokenized dataset

* Reformat code to pass CI tests

* Add warning for when context_size is smaller than the dataset context_size

---------

Co-authored-by: liuman <zhenninghimme@gmail.com> ([`f04c0f9`](https://github.com/jbloomAus/SAELens/commit/f04c0f92df19922f38d41bb9e7dd623ff7818073))

### Fix

* fix: Add entity argument to wandb.init (#309) ([`305e576`](https://github.com/jbloomAus/SAELens/commit/305e576290b1e82412d1c0376e63084271cce3d3))


## v3.22.2 (2024-09-27)

### 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 = "3.22.2"
version = "3.23.0"
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__ = "3.22.2"
__version__ = "3.23.0"


from .analysis.hooked_sae_transformer import HookedSAETransformer
Expand Down

0 comments on commit 799ce00

Please sign in to comment.