Closed cifkao closed 3 years ago
Opened files are now supported by save_json
and save_yaml
(8a485b1).
Opened files are now supported by load_json
and load_yaml
(bcf7a39).
Gzipped JSON and YAML files (.json.gz
and .yaml.gz
) are now supported by load
and save
(27d26b6).
Another TODO is to expose the compressed
argument to the dataset module (e.g., muspy.Dataset.convert
).
Most features are now supported.
TextIO
) instead of paths tosave_*
andload_*
methods/functions to facilitate compression.compression
parameter.save
andload
recognize compressed file extensions, e.g..json.gz
For discussion and efficiency benchmark, see #36.