Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 494 Bytes

CHANGELOG.md

File metadata and controls

14 lines (9 loc) · 494 Bytes

Changelog

v0.3.0 (2022-04-22)

Feature

  • Changed einsum() to take tensors as flat args instead of list (ea492c2)

Fix

  • Reject operand with repeated subscript with different shape sizes (358d7a7)

v0.2.0 (2022-04-15)

  • Introduce einsum()