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
- Fix 4bit tensor unpacking by @justinchuby in #118
API
- [DataType] Add is_integer and is_signed queries by @iksnagreb in #110
Documentation
- Add versionadded in docs for enum methods by @justinchuby in #113
Other Changes
- Bump version to 0.1.4 by @justinchuby in #111
- Update CONTRIBUTING on DCO by @justinchuby in #112
- Create py.typed to allow type checkers by @justinchuby in #114
- Move py.typed by @justinchuby in #115
New Contributors
- @iksnagreb made their first contribution in #110
Full Changelog: v0.1.3...v0.1.4