Skip to content

v0.8.3

Choose a tag to compare

@jcmgray jcmgray released this 24 Nov 22:32
· 72 commits to main since this release

Enhancements

  • register array and asarray as creation routines, so that they pick up device by default from like
  • LazyArray.show: show more information about call signature by default
  • lazy creation routines, support single int as 1D shape specifier
  • remove custom torch.count_nonzero which torch now natively implements
  • bump min python version to 3.10
  • torch.take implementation: support vmapping over both scalar and sequence indices
  • get_namespace: support scipy as a custom submodule.
  • custom autograd.numpy.take to support grad (HIPS/autograd#743).

Full Changelog: v0.8.2...v0.8.3