Skip to content

Glassbox v4.2.1 — Bug Fix Patch

Choose a tag to compare

@designer-coderajay designer-coderajay released this 03 Apr 23:41
· 176 commits to main since this release

Critical patch — 3 bugs fixed via end-to-end test

Fixes

  1. ACDC crash (CRITICAL): AutomatedCircuitDiscovery.discover() crashed on every call with TypeError: hook() got an unexpected keyword argument hook. TransformerLens passes hook point as keyword arg; renamed hook_ctxhook=None.

  2. CrossModelReport properties: .summary and .attribution_table were plain methods — accessing them returned bound-method objects. Added @property decorator to both.

  3. Vault version: _VERSION = "3.6.0" was hardcoded. All compliance reports showed wrong version. Now uses importlib.metadata.version() for dynamic lookup.

pip install glassbox-mech-interp==4.2.1