Changelog
Source:NEWS.md
einops 0.1.0
- Initial release. The only python einops function implementations are
rearrange
,reduce
,repeat
, andparse_shape
, and the only backend supported is forbase::array
objects. The first einops tutorial has also been mostly re-implemented as a vignette