Skip to content

v0.1.4

Latest
Compare
Choose a tag to compare
@justinchuby justinchuby released this 03 Jul 23:56
· 9 commits to main since this release
29c1875

What's Changed

Note

This release includes a fix to the 4 bit dtype handling logic in the TensorProtoTensor.numpy() method. You should update to this version if you use onnx-ir to process 4 bit tensor data (uint4, int4, float4e2m1) numerically with NumPy.

Bug Fixes

API

  • [DataType] Add is_integer and is_signed queries by @iksnagreb in #110

Documentation

Other Changes

New Contributors

Full Changelog: v0.1.3...v0.1.4