What's Changed
API
- Support initializers with onnxtext by @justinchuby in #60
- Implement all_nodes() and subgraphs() as convenience methods by @justinchuby in #76
- Update from_onnx_text method by @justinchuby in #80
- External data callback and ir.save fixes by @justinchuby in #85
- Convenience function get_const_tensor by @justinchuby in #45
Graph Passes
- [pass] Check post conditions on the resulting model by @justinchuby in #78
Documentation
- Improve docs for attributes and initializers by @justinchuby in #64
- Create logos for the documentation site by @justinchuby in #65
- Set autodoc_typehints to descriptions in docs by @justinchuby in #68
- Improve docstrings by @justinchuby in #75
- Use copilot to improve documentation by @justinchuby in #88
- Add PackedTensor and MetadataStore to docs by @justinchuby in #90
Other Changes
- Bump version to 0.1.2 by @justinchuby in #61
- [Easy] Update name as ir-py instead of onnx-ir by @jcwchen in #49
- Improve README.md by @xadupre in #71
- Print value type in Tensor init error message by @justinchuby in #74
- Create PackedTensor for representing 4bit tensors by @justinchuby in #89
- Ban onnx imports by @justinchuby in #87
New Contributors
Full Changelog: v0.1.1...v0.1.2