salu133445 / muspy

A toolkit for symbolic music generation
https://salu133445.github.io/muspy/
MIT License
435 stars 51 forks source link

Compression support #39

Closed cifkao closed 3 years ago

cifkao commented 3 years ago

For discussion and efficiency benchmark, see #36.

salu133445 commented 3 years ago

Opened files are now supported by save_json and save_yaml (8a485b1).

salu133445 commented 3 years ago

Opened files are now supported by load_json and load_yaml (bcf7a39).

salu133445 commented 3 years ago

Gzipped JSON and YAML files (.json.gz and .yaml.gz) are now supported by load and save (27d26b6).

salu133445 commented 3 years ago

Another TODO is to expose the compressed argument to the dataset module (e.g., muspy.Dataset.convert).

salu133445 commented 3 years ago

Most features are now supported.