autoray.lazy`: Much better tools for inspecting the computational graph:
- `LazyArray.show()`
- `LazyArray.plot_circuit()`
- `LazyArray.plot_history_functions()` and variants
- `LazyArray.history_fn_frequencies`
Global submodule aliases:
- enables e.g. dispatching `do("scipy.linalg.lu", x: numpy.ndarray)` and `cupy.scipy` to `cupyx.scipy`
Fix for `complex` and `builtins` and newer `numpy` (11).
**Full Changelog**: https://github.com/jcmgray/autoray/compare/v0.5.3...v0.6.0