Releases: huggingface/dataset-viewer
Releases · huggingface/dataset-viewer
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
Breaking:
- change the format of /valid and /cache responses
Features:
- add a script to warm the cache (
make warm
) - add
CACHE_DIRECTORY
andCACHE_PERSIST
environment variables to manage cache persistence - reduce
datasets
library log level
Fixes:
- fix parsing of boolean env vars
- exceptions are now cached by the
memoize
decorator
Internals:
- add a test about the generation of cache reports
0.8.5
Features:
- add the
/valid
endpoint to get the list of valid datasets. A dataset is considered valid if all the possible API calls for this dataset are stored in the cache, return a valid response, and have not expired.
Internals:
- the result of query functions are now memoized, instead of the API responses
Deprecation:
- removed support for private datasets. See b08e649.
0.8.4
0.8.3
Features:
- upgrade
datasets
dependency which includes:- huggingface/datasets#2938: useful to differentiate
c4
fromallenai/c4
for example - huggingface/datasets#2996: should reduce the number of "non implemented" errors
- huggingface/datasets#2938: useful to differentiate