Skip to content

0.4.0 (2023-01-16)

Compare
Choose a tag to compare
@cbourjau cbourjau released this 24 Feb 17:03
· 189 commits to main since this release

Breaking change

  • Removed the Var.dtype and Var.shape properties in favor of the more explicit Var.unwrap_tensor().dtype and Var.unwrap_tensor().shape ones.

Bug fixes

  • Non-ASCII characters in constant tensors are now handled correctly.
  • The Compress operator has gained an explicit type and shape inference implementation