Skip to content

Treescope 0.1.1

Compare
Choose a tag to compare
@danieldjohnson danieldjohnson released this 07 Aug 01:04
· 25 commits to main since this release

New features:

  • Added the autovisualize keyword argument to treescope.show and treescope.display to allow customizing the automatic visualizer on a per-call basis, along with a few more configuration options.
  • Added alternate forms %%autovisualize True and %%autovisualize False for the %%autovisualize magic.

Bug fixes and improvements:

  • Adjusted output wrapper to ensure that "Loading" indicators appear when the browser is loading a rendered output.
  • Fix a visual bug with torch.nn.Sequential rendering.

Documentation changes:

  • Added documentation of neural network support.
  • Fixed broken links.