Big update, tokens saved with v0.1.8 and before will not be compatible anymore (except with Structured encoding)
* New Rest tokens for Remi, MIDI-Like and CP Word ! See readme for details
* Empty tokens are removed (replaced by rests)
* SOS and EOS tokens added by default in vocabularies, add_sos_eos_to_seq adds them to your sequences
* More advanced tests ! (still to be improved !)
* e10277f74e48a4e7d59941f08c7b2c100ff3f44c 5b596c7f9851f47e178740c872bc8b04df43c2da Velocity and Tempo tokens are represented by their value in vocabularies, instead of indexes before which added unnecessary extra steps
* efbe4a0720971af1b1f8bc5431837ef392aed208 e10277f74e48a4e7d59941f08c7b2c100ff3f44c quantize_notes optimized, and now quantize also velocities and remove out of range pitches
* 67802e0aca5f41e3cbebfdf5218fcd5abbdb4dfb detect_chords optimized, samples_scopes, simul_notes_limit and only_known_chord parameters added
* 8b2b0f8b72f47cd11499b83f2877153dd2584313 MIDI time division check when tokenizing a dataset
* 2c27d7db94bc1bad38a5f9a9b4f74955c1e1c9e4 Bugfix in Structured
* e10277f74e48a4e7d59941f08c7b2c100ff3f44c Bugfix in Midi-Like
* More minor bug fixes hidden in commits 👀