v0.4.2
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)