Skip to content

v0.4.2

Choose a tag to compare

@fferflo fferflo released this 14 Mar 07:38
· 37 commits to master since this release

einx v0.4.2

Fixed

  • In einx.id, raise error for duplicate vectorized output axes only for each unconcatenated expression. Both of these are allowed:
    z = einx.id("a b , a b  -> a (b  + b )", x, y) # previously raised an error
    z = einx.id("a b1, a b2 -> a (b1 + b2)", x, y)