Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 16:13
  • Add torch support!
  • Add .cpu(), .cuda(), .to() methods to move the dataclass from
    devices when using torch.
  • Breaking: @dataclass(frozen=True) is now automatically applied