Skip to content

[0.1.21] TensorNeko Release

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 14:51
· 539 commits to master since this release

Features:

  • Now the program will warn when the signature of a dispatch function is overridden.
  • View can get the components byView[name]
  • Add @dispatch.of(*types) for manually registering types
  • Add ref for Ref type wrapper for primitive types
  • Variable and ProgressBar can bind to Ref.
  • LineChart for web watcher visualization

Fix:

  • @dispatch now can support class methods