0.6.20
GraphAI 0.6.20 Release Notes
-
New Utility Functions
Added two utility functions:isComputedNodeData
: Helps determine if the node data is computed.isStaticNodeData
: Helps determine if the node data is static.
-
New API:
graphai.abort()
Introduced thegraphai.abort()
API, allowing users to interrupt and stop the execution ofgraphai
processes mid-operation.
What's Changed
Full Changelog: 0.6.19...0.6.20