Releases: parrt/tensor-sensor
1.0
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.
0.1.3
Small enhancements (thanks to @sbrugman):
- Allow non .svg files with
savefig
arg intsensor.explain()
- Use latex
\times
notx
for >3D dimensions - fix: specific mono fallback font
Plus a bit of code cleanup.
0.1.2
This was released 5/26/21 actually. Cleaned up parse tree construction to properly handle ignoring parenthesized subexpressions
0.1.1 dang. left old code in.
dang. left old code in.
0.1 release to support JAX, some minor improvements.
The library seems stable enough that I have moved out of beta into full version 0.1. The major new feature is to support JAX, but you can look at all bugs and PRs for 0.1.
Parse `**` operator
0.1b6 Parse `**` operator. Bump version.
fix Windows compatibility issue
Remove hard torch dependecies for keras/tensorflow user
Thanks to @noklam for his hard work!
Update install to avoid unneeded installs of other packages
0.1b3 bump version for new setup.py
First beta release
Coincides with article release.