Skip to content

v0.2.0

Compare
Choose a tag to compare
@marco-nicola marco-nicola released this 03 Feb 19:54
· 16 commits to master since this release

Added

  • Support for unpickling torch BFloat16Storage (PyTorch bfloat16 values are
    converted to Go float32).

Changed

  • Performance improvements (mostly involving better buffered reading, and new
    default capacities for maps and slices)
  • types.Dict is now implemented as a slice of DictEntry, rather than a slice
    of pointers to it, to reduce extra allocations.
  • Test data has been regenerated with Python 3.10.9 and PyTorch 1.13.1.