Skip to content

Releases: parrt/tensor-sensor

1.0

11 Dec 21:24
Compare
Choose a tag to compare

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

27 Sep 20:11
Compare
Choose a tag to compare

0.1.2

27 Sep 20:11
Compare
Choose a tag to compare

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.

03 Dec 20:46
Compare
Choose a tag to compare
dang. left old code in.

0.1 release to support JAX, some minor improvements.

03 Dec 20:17
8694be5
Compare
Choose a tag to compare

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

16 Oct 20:46
Compare
Choose a tag to compare
0.1b6

Parse `**` operator. Bump version.

fix Windows compatibility issue

12 Oct 16:57
Compare
Choose a tag to compare

Remove hard torch dependecies for keras/tensorflow user

10 Oct 17:28
Compare
Choose a tag to compare

Update install to avoid unneeded installs of other packages

10 Oct 16:05
Compare
Choose a tag to compare

First beta release

06 Oct 22:11
Compare
Choose a tag to compare

Coincides with article release.