Skip to content

v0.6.10

Compare
Choose a tag to compare
@jcmgray jcmgray released this 10 May 21:55
· 36 commits to main since this release
c906d17

What's Changed

  • The following functions now inherit default dtype and possibly device (when using torch) when the like kwarg is an explicit array:
    • "empty"
    • "eye"
    • "full"
    • "identity"
    • "ones"
    • "zeros"
  • fix NumpyMimic special attribute access (#20) by @jcmgray in #21
  • fix "diag" for tensorflow.

Full Changelog: v0.6.9...v0.6.10