hugr-py: v0.14.0
0.14.0 (2025-10-13)
⚠ BREAKING CHANGES
- BorrowArray::{borrow, is_borrowed} return types have been swapped such that the array is first.
Features
- Add more options to
DotRendererconfig (#2540) (45f7573) - Allow importing from model data to python. (#2581) (4fb0a5e)
- py, core, llvm: add
is_borrowedop for BorrowArray (#2610) (1cd08ef), closes #2569