Skip to content

0.8.0 (2024-08-22)

Compare
Choose a tag to compare
@adityagoel4512 adityagoel4512 released this 22 Aug 14:15
· 34 commits to main since this release
b642d5a

0.8.0 (2024-08-22)

Bug fixes

  • Fixes parsing numpy arrays of type object (consisting of strings) as utf8. Previously this worked correctly only for 1d arrays.

Breaking change

  • ndonnx.Array.shape now strictly returns a tuple[int | None, ...], with unknown dimensions denoted by None. This relies on ONNX shape inference for lazy arrays.