einops 0.2.1
Changes
- For CRAN check compatibility and issues with
torch::torch_install(), torch-related tests auto skip on
CRAN.
- Move lifecyclefromimportstoSuggestssince it is a build time developer dependency
instead of a user-required dependency.
einops 0.2.0
Additions
- Add backend for torch’storch_tensorobjects for the three core functionsrearrange(),reduce()and"repeat"()
- zeallotis now a suggested dependency for users
- lintris now a suggested dependency for developers
Changes
- Minor updates in documentation and docker infrastructure in the
sourcecode
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::arrayobjects. The first einops tutorial has also
been mostly re-implemented as a vignette