From 3ff9c85ec61f80ccefac9225a303a0885541b971 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 3 Oct 2024 18:12:58 +0000 Subject: [PATCH] 3.23.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- sae_lens/__init__.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6748fe8..cb1af088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v3.23.1 (2024-10-03) + +### Chore + +* chore: Change print warning messages to warnings.warn messages in activations-store (#314) ([`606f464`](https://github.com/jbloomAus/SAELens/commit/606f4648db6dd5fdee377d5c9e6a5f54a4a848b4)) + +### Fix + +* fix: Correctly load SAE Bench TopK SAEs (#308) ([`4fb5bbe`](https://github.com/jbloomAus/SAELens/commit/4fb5bbe4f066ede1f0bc13bf0146dea2ffd29ea9)) + + ## v3.23.0 (2024-10-01) ### Chore diff --git a/pyproject.toml b/pyproject.toml index bc301403..f79ed43a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sae-lens" -version = "3.23.0" +version = "3.23.1" description = "Training and Analyzing Sparse Autoencoders (SAEs)" authors = ["Joseph Bloom"] readme = "README.md" diff --git a/sae_lens/__init__.py b/sae_lens/__init__.py index b679b608..b8fec041 100644 --- a/sae_lens/__init__.py +++ b/sae_lens/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.23.0" +__version__ = "3.23.1" from .analysis.hooked_sae_transformer import HookedSAETransformer