Glassbox v4.2.1 — Bug Fix Patch
·
176 commits
to main
since this release
Critical patch — 3 bugs fixed via end-to-end test
Fixes
-
ACDC crash (CRITICAL):
AutomatedCircuitDiscovery.discover()crashed on every call withTypeError: hook() got an unexpected keyword argument hook. TransformerLens passes hook point as keyword arg; renamedhook_ctx→hook=None. -
CrossModelReport properties:
.summaryand.attribution_tablewere plain methods — accessing them returned bound-method objects. Added@propertydecorator to both. -
Vault version:
_VERSION = "3.6.0"was hardcoded. All compliance reports showed wrong version. Now usesimportlib.metadata.version()for dynamic lookup.
pip install glassbox-mech-interp==4.2.1