Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@centau centau released this 22 Nov 10:24
· 52 commits to main since this release

[0.2.0] - 2023-11-22

Added

  • Batched updates with batch().

Changed

  • Improved graph updating algorithm.
  • Graph nodes when destroyed no longer destroy children; only owned.

Fixed

  • Graph edge case where a destroyed node can be readded if it was queued for
    evaluation before being destroyed.