Skip to content

Commit

Permalink
5.3.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 17, 2025
1 parent 06b6669 commit c128e32
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v5.3.2 (2025-01-17)

### Fix

* fix: fixing jumprelu threshold when folding dec norm (#404) ([`06b6669`](https://github.com/jbloomAus/SAELens/commit/06b66695ddcab4ee37969ba07e59b0ed76615748))


## v5.3.1 (2025-01-14)

### Chore
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 = "5.3.1"
version = "5.3.2"
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,5 +1,5 @@
# ruff: noqa: E402
__version__ = "5.3.1"
__version__ = "5.3.2"

import logging

Expand Down

0 comments on commit c128e32

Please sign in to comment.