-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compression support #39
Labels
enhancement
New feature or request
Comments
Opened files are now supported by |
Opened files are now supported by |
Gzipped JSON and YAML files ( |
Another TODO is to expose the |
salu133445
added a commit
that referenced
this issue
Jan 15, 2021
Most features are now supported. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: