Skip to content
Compare
Choose a tag to compare
@parrt parrt released this 11 Dec 21:24
· 3 commits to master since this release

The library seems to work and is stable so this is the 1.0 release. Thanks to @sbrugman, we now display tensor element type information using both color and text. The color indicates the type (int, float, complex, ...) and the transparency level indicates the precision; the more saturated the color, the higher the precision. Github doesn't seem to render notebooks with pictures very well anymore so take a look at the colab version.

See PR Include dtype information by @sbrugman and then my subsequent changes.