Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

v0.8.0

Compare
Choose a tag to compare
@tshauck tshauck released this 09 Jul 00:13
· 145 commits to master since this release

Fixed

  • Broken test due to platform differences in Path.glob sorting.

Added

  • User can specify to use start or end tokens optionally.

Removed

  • Removed one_hot_encoding. The user can do that pretty easily if needed. E.g.
    see scatter in PyTorch.