0.4.0 (2023-01-16)
Breaking change
- Removed the
Var.dtype
andVar.shape
properties in favor of the more explicitVar.unwrap_tensor().dtype
andVar.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