0.8.0 (2024-08-22)
0.8.0 (2024-08-22)
Bug fixes
- Fixes parsing numpy arrays of type
object
(consisting of strings) asutf8
. Previously this worked correctly only for 1d arrays.
Breaking change
ndonnx.Array.shape
now strictly returns atuple[int | None, ...]
, with unknown dimensions denoted byNone
. This relies on ONNX shape inference for lazy arrays.