Added - add pytorch `torch.export` flow graph support - BREAKING CHANGE: change implementation of component event handling, you must use devflow v0.13.x to work with this version.
Added - add a special handle type in compute flow. Fixed - fix a serious bug when user use nested layout-change method. - fix watchdog problem in mac os - fix exception handling in ctrl loop.
Added - add controlled loop that can make loop in sync functions controllable via `ControlledLoop` component. - add label render support for points Fixed - fix caller lineno in call tracer - fix small bug in compute flow - fix some bug in shutdown logic
0.11.16
Added - add node context for compute flow, user can access node id in node layout callback or compute. Changed - file watchdog now enable debounce (0.1s) by default to avoid incomplete write.