Skip to content

Commit

Permalink
Initial Treescope release v0.1.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 656112870
  • Loading branch information
danieldjohnson committed Jul 25, 2024
1 parent a2a49ad commit c7e7d90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# cache-dependency-path: '**/pyproject.toml'

- run: pip --version
- run: pip install -e .[dev,extras]
- run: pip install -e .[dev,test]
- run: pip freeze

# Run tests
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ This is an interactive visualization; try clicking the `▶` buttons to expand
parts of the output! (You can also hold shift while scrolling to
scroll horizontally instead of vertically.)

Documentation on Treescope can be found at
[https://treescope.readthedocs.io](https://treescope.readthedocs.io).


## Getting Started

Expand Down Expand Up @@ -86,6 +89,8 @@ Once you've rendered an object, try clicking on it and pressing the `r` key!
This turns on "roundtrip mode", and adds qualified names to every type in the
visualization, making it easier to identify what the types in your object are.

For more information on how to use Treescope, check out the [Treescope documentation](https://treescope.readthedocs.io).

Looking for a neural network library with first-class support for Treescope's
visualization features?
Try [Penzai](https://penzai.readthedocs.io/en/stable)!
Expand Down
2 changes: 1 addition & 1 deletion treescope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"""

# Package version.
__version__ = '0.1.0.dev0'
__version__ = '0.1.0'

default_magic_autovisualizer: context.ContextualValue[Autovisualizer] = (
default_magic_autovisualizer
Expand Down

0 comments on commit c7e7d90

Please sign in to comment.