Releases: google-deepmind/penzai
Releases · google-deepmind/penzai
Release list
Penzai 0.1.1
Penzai 0.1.1 fixes a number of bugs and adds a few convenience features.
New features:
NamedArraycan now be converted automatically to a JAX array without unwrapping it if it has no more named axes (e.g. after callinguntag).- Lifting JAX functions to operate over
NamedArrays can be accomplished with less boilerplate usingpenzai.toolshed.auto_nmap: if you setnjnp = auto_nmap.wrap_module(jnp), you can usenjnp.{method}instead ofpz.nx.nmap(jnp.{method}).
Bug fixes and improvements:
- Bugfix: Array data in array visualization tooltips now correctly accounts for slider offsets.
- Improvements to compatibility of
penzai.treescoperenderings:- Copy-path buttons no longer require internet access.
- Pretty-printed outputs should now appear in the correct location in JupyterLab.
- Perfomance improvements for non-Chrome browsers.
Documentation changes:
- Fixed typos and formatting issues.
- Fixed notebook output display bug in Firefox.
- Source links in ReadTheDocs now link to a specific commit.
- Cross-page links in ReadTheDocs now support hover tooltip previews.
Initial release - Penzai 0.1.0
Initial release of Penzai.
Read the documentation at https://penzai.readthedocs.io/en/v0.1.0/.