Skip to content

Tensora 0.2.0

Compare
Choose a tag to compare
@drhagen drhagen released this 18 Feb 21:25
· 15 commits to master since this release

This release removes a lot of partially implemented features, making the remaining behavior more reliable.

  • Scalars are no longer supported. Users must use x() instead of x in all expressions.
  • Added option to tensora CLI to allow choosing the external TACO binary as the code generator
  • Better exceptions are raised for many kinds of invalid input
  • Appended an underscore in front of many Python files to make is explicit that they are not part of the external API