Skip to content

v1.4.3 BPE fix & Documentation

Compare
Choose a tag to compare
@Natooz Natooz released this 22 Feb 10:19
· 303 commits to main since this release
5d261fd

Changes

  • 77f7c53 @dinhviettoanle (#24) Fixing a bug skipping tokens repetitions with BPE
  • New documentation : miditok.readthedocs.io. We finally have a proper documentation website! 🙌 With this comes many improvements and fixes in the docstrings.
  • 201c9b7 Legacy REMIEncoding, MIDILikeEncoding and CPWordEncoding classes removed.
  • e92a414 token_types_errors of MIDITokenizer class handling basic / common cases of errors
  • Small minor code improvements
  • 1486204 Use of dataclasses. This means that Python 3.6 (and previous) are no longer compatible. Python 3.6 was compatible but not supported (tested) up to v1.4.2.