0.9.1 (2024-10-01)
0.9.1 (2024-10-01)
Bug fix
- Fixed a bug in the construction of nullable arrays using
ndonnx.asarray
where the shape of the null field would not match the values field if the providednp.ma.MaskedArray
's mask was scalar. - Fixed a bug in the implementation of
ndonnx.ones_like
where the static shape was being used to construct the array of ones.