Skip to content

v0.8.7

Choose a tag to compare

@jcmgray jcmgray released this 03 Mar 08:33
· 38 commits to main since this release

Enhancements

  • Torch improvements:
    • Added torch implementation for trace with axes specified plus tests.
    • Allowed torch default_rng seed to be None.
    • Added axis kwarg support for torch count_nonzero.
  • Added decorator support for registration APIs:
    • register_function can now be used as a decorator.
    • register_custom_wrapper can now be used as a decorator.
  • Refactored internals to use the new decorator style for function registration.