Skip to content

0.9.1 (2024-10-01)

Compare
Choose a tag to compare
@adityagoel4512 adityagoel4512 released this 01 Oct 16:11
· 9 commits to main since this release
d185f2c

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 provided np.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.