Releases: jcmgray/autoray
Releases · jcmgray/autoray
v0.7.0
v0.6.12
- add
torch.indices
andtensorflow.indices
Full Changelog: v0.6.11...v0.6.12
v0.6.11
What's Changed
- Fix creation functions with builtin
like
kwarg by @dwierichs in #23 - Allow additional keyword arguments in
tensorflow_diag
by @dwierichs in #24
New Contributors
- @dwierichs made their first contribution in #23
Full Changelog: v0.6.10...v0.6.11
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
v0.6.9
autojit
: fix jax when kwargs are usedautojit
: simplify torch and python compiler- torch: alias min/max to amin/amax
Full Changelog: v0.6.8...v0.6.9
v0.6.8
v0.6.7
lazy.einsum
: allowcotengra
oropt_einsum
for advanced parsing, fall back to basic when neither present- add
torch.expand_dims
.
Full Changelog: v0.6.6...v0.6.7
v0.6.6
autoray.lazy
: allow more functions to work onpytrees
.- Fix importlib import error and update tensorflow CI
Full Changelog: v0.6.5...v0.6.6
v0.6.5
- add multi-dispatch for a few more relevant functions
- change plot_history_functions default style to scatter
- ensure composed function names are kept
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- add
autoray.size
- added docs
autoray.lazy.LazyArray
support all fancy indexing- add experimental complexity cost tracing
- fix: matmul shape for lazy by @yangguohao in #16
Full Changelog: v0.6.3...v0.6.4