Skip to content

v0.2.19

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 12:35
· 23 commits to main since this release

v0.2.19 (2024-06-12)

Chore

  • chore: setting up pytest (2079d00)

Fix

  • fix: running 'make format' to fix formatting (4c70b63)

Unknown

  • Merge pull request #51 from chanind/fix-formatting

fix: running 'make format' to fix formatting (ecc2fa9)

  • Merge pull request #49 from shehper/pre-encoder-bias

reformatted sae_vis/data_fetching_fns.py to comply with linting rules (a493e42)

  • Merge pull request #50 from afspies/patch-1

Add check for valid feature_idx in save_feature_centric_vis (ff23f13)

  • Add check for valid feature_idx in save_feature_centric_vis

Added an assert which ensures that the feature_idx specified a user is present in the feature_data_dict. If this is not the case then the html will still be produced but will not contain divs for the other features, which made the source of the error a bit tricky to track down. (4dc05ff)

  • reformat sae_vis/data_fetching_fns.py to comply with linting rules (3f6f8bf)

  • Merge pull request #48 from shehper/pre-encoder-bias

config to remove pre-encoder bias (0ca55da)

  • added config for removing pre-encoder bias (c037c41)

  • Merge pull request #44 from chanind/pytest-setup

chore: setting up pytest (034eefa)