v0.6.10
What's Changed
- The following functions now inherit default
dtype
and possiblydevice
(when using torch) when thelike
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