Skip to content

Version 0.23.0

Compare
Choose a tag to compare
@jonasrauber jonasrauber released this 12 Feb 15:39
· 96 commits to master since this release

New Features

  • Tensor.numpy() now returns a read-only array for all frameworks (previously this was inconsistent between frameworks and caused bugs because the numpy array may share memory with the actual tensor)