Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: johnmarktaylor91/torchlens
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.3
Choose a base ref
...
head repository: johnmarktaylor91/torchlens
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.4
Choose a head ref
  • 4 commits
  • 16 files changed
  • 3 contributors

Commits on Mar 9, 2026

  1. fix(vis): use Worker thread for ELK layout to fix stack overflow on l…

    …arge graphs
    
    V8's --stack-size flag silently caps at values well below what's requested,
    causing "Maximum call stack size exceeded" on 1M+ node graphs. Switch to
    Node.js Worker threads with resourceLimits.stackSizeMb, which reliably
    delivers the requested stack size at the V8 isolate level.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    johnmarktaylor91 and claude committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    3fe6a84 View commit details
    Browse the repository at this point in the history
  2. fix(postprocess): backward-only flood in conditional branch detection…

    … + THEN labeling (#88)
    
    Bug #88: _mark_conditional_branches flooded bidirectionally (parents + children),
    causing non-conditional nodes' children to be falsely marked as in_cond_branch.
    Fix restricts flooding to parent_layers only.
    
    Additionally adds THEN branch detection via AST analysis when save_source_context=True,
    with IF/THEN edge labels in visualization. Includes 8 new test models, 22 new tests,
    and fixes missing 'verbose' in MODEL_LOG_FIELD_ORDER.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    johnmarktaylor91 and claude committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    d737828 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43a2539 View commit details
    Browse the repository at this point in the history
  4. chore(release): 0.20.4

    semantic-release committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    aa8c0eb View commit details
    Browse the repository at this point in the history
Loading