Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 04:17
· 8 commits to master since this release

v0.7.0 (2024-10-07)

Documentation

Feature

  • feat: draw runtime callgraph (9eb6619)

  • feat: capture and rerun inators (60bbb02)

  • feat: custom template builder (802ddb3)

  • feat: composable inators

  • support construction from CLI arguments
  • allow extending log capture mechanism
  • remove call_count from FnContext (6e8991d)
  • feat: entered prop and nocompile context (9c8c59a)

Fix

  • fix: chained assignment unpacking (768b3df)

  • fix: staticmethod transforms only ran on the first time (eae0fe9)

Refactor

  • refactor: NodeContext -> RayContext (90ae0ee)

  • refactor: replace NodeContext with higher-level Ray interface (031fec4)

Unknown

  • iter: bind internal context for logging (8cc4c96)