Skip to content

Releases: parrt/tensor-sensor

1.0

Choose a tag to compare

@parrt parrt released this 11 Dec 21:24

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

Choose a tag to compare

@parrt parrt released this 27 Sep 20:11

0.1.2

Choose a tag to compare

@parrt parrt released this 27 Sep 20:11

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.

Choose a tag to compare

@parrt parrt released this 03 Dec 20:46
dang. left old code in.

0.1 release to support JAX, some minor improvements.

Choose a tag to compare

@parrt parrt released this 03 Dec 20:17
8694be5

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

Choose a tag to compare

@parrt parrt released this 16 Oct 20:46
0.1b6

Parse `**` operator. Bump version.

fix Windows compatibility issue

Choose a tag to compare

@parrt parrt released this 12 Oct 16:57

Fixed #4

Remove hard torch dependecies for keras/tensorflow user

Choose a tag to compare

@parrt parrt released this 10 Oct 17:28

Thanks to @noklam for his hard work!

Update install to avoid unneeded installs of other packages

Choose a tag to compare

@parrt parrt released this 10 Oct 16:05
0.1b3

bump version for new setup.py

First beta release

Choose a tag to compare

@parrt parrt released this 06 Oct 22:11

Coincides with article release.