Skip to content

Initial release (v0.1)

Compare
Choose a tag to compare
@arogozhnikov arogozhnikov released this 01 Nov 00:58
· 579 commits to master since this release
731a76b

This release introduces einops, as well as its notion.

Initial release API:
Operations (ops)

  • einops.rearrange and einops.reduce

Auxiliary

  • einops.asnumpy and einops.parse_shape

Layers (for chainer, gluon, keras and torch)

  • Rearrange and Reduce

Supported frameworks:

  • numpy
  • pytorch
  • tensorflow eager
  • cupy
  • chainer
  • gluon
  • tensorflow
  • mxnet (experimental)
  • and keras (experimental)