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
DotRenderer
config (#2540) (45f7573) - Allow importing from model data to python. (#2581) (4fb0a5e)
- py, core, llvm: add
is_borrowed
op for BorrowArray (#2610) (1cd08ef), closes #2569