deep-martin
deep-martin copied to clipboard
Bump datasets from 2.12.0 to 2.14.5
Bumps datasets from 2.12.0 to 2.14.5.
Release notes
Sourced from datasets's releases.
2.14.5
Bug fixes
- Bump fsspec from 2021.11.1 to 2022.3.0 by
@​mariosasko
in huggingface/datasets#6091- Minor fix in
iter_files
for hidden files by@​mariosasko
in huggingface/datasets#6092- Use yaml instead of get data patterns when possible by
@​lhoestq
in huggingface/datasets#6154- Fix Parquet loading with
columns
by@​mariosasko
in huggingface/datasets#6160- Fix: Missing a MetadataConfigs init when the repo has a
datasets_info.json
but no README by@​clefourrier
in huggingface/datasets#6164- PyArrow 13 CI fixes by
@​mariosasko
in huggingface/datasets#6175- Don't alter input in Features.from_dict by
@​lhoestq
in huggingface/datasets#6189- Fix multiprocessing with spawn in iterable datasets by
@​Hubert-Bonisseur
in huggingface/datasets#6165- Set minimal fsspec version requirement to 2023.1.0 by
@​mariosasko
in huggingface/datasets#6192- Temporarily pin pandas < 2.1.0 by
@​albertvillanova
in huggingface/datasets#6200- Preserve split order in DataFilesDict by
@​albertvillanova
in huggingface/datasets#6198- Add missing
revision
argument by@​qgallouedec
in huggingface/datasets#6191- Temporarily pin fsspec < 2023.9.0 by
@​albertvillanova
in huggingface/datasets#6210- Do not filter out .zip extensions from no-script datasets by
@​albertvillanova
in huggingface/datasets#6208- Fix empty splitinfo json by
@​lhoestq
in huggingface/datasets#6211- Fix to_json ValueError and remove pandas pin by
@​albertvillanova
in huggingface/datasets#6201- Fix checking patterns to infer packaged builder by
@​polinaeterna
in huggingface/datasets#6215- Rename old push_to_hub configs to "default" in dataset_infos by
@​lhoestq
in huggingface/datasets#6218Other improvements
- Deprecate
Dataset.export
by@​mariosasko
in huggingface/datasets#6081- Deprecate
download_custom
by@​mariosasko
in huggingface/datasets#6093- Ignore CI lint rule violation in Pickler.memoize by
@​albertvillanova
in huggingface/datasets#6138- Remove unused allowed_extensions param by
@​albertvillanova
in huggingface/datasets#6135- Export to_iterable_dataset to document by
@​npuichigo
in huggingface/datasets#6145- [Docs] Add description of
select_columns
to guide by@​unifyh
in huggingface/datasets#6119- Ignore parallel warning in map_nested by
@​lhoestq
in huggingface/datasets#6148- [docs] Complete
to_iterable_dataset
by@​stevhliu
in huggingface/datasets#6158- Raise FileNotFoundError when passing data_files that don't exist by
@​lhoestq
in huggingface/datasets#6155- Fix typo in about_mapstyle_vs_iterable.mdx by
@​lhoestq
in huggingface/datasets#6171- Document BUILDER_CONFIG_CLASS by
@​lhoestq
in huggingface/datasets#6166- Fix import in
image_load
doc by@​mariosasko
in huggingface/datasets#6181- Use object detection images from
huggingface/documentation-images
by@​mariosasko
in huggingface/datasets#6177- Use
hf-internal-testing
repos for hosting test dataset repos by@​mariosasko
in huggingface/datasets#6180New Contributors
@​npuichigo
made their first contribution in huggingface/datasets#6145@​unifyh
made their first contribution in huggingface/datasets#6119Full Changelog: https://github.com/huggingface/datasets/compare/2.14.4...2.14.5
2.14.4
What's Changed
- Fix authentication issues by
@​albertvillanova
in huggingface/datasets#6127Full Changelog: https://github.com/huggingface/datasets/compare/2.14.3...2.14.4
... (truncated)
Commits
de6391d
Release: 2.14.5 (#6219)b3ac3b3
Rename old push_to_hub configs to "default" in dataset_infos (#6218)4de930c
Fix checking patterns to infer packaged builder (#6215)0b54cbd
Fix to_json ValueError and remove pandas pin (#6201)63114e9
Fix empty splitinfo json (#6211)2c4c2b5
Do not filter out .zip extensions from no-script datasets (#6208)a1d520a
Temporarily pin fsspec < 2023.9.0 (#6210)439e115
Add missingrevision
argument (#6191)00cb5cc
Preserve split order in DataFilesDict (#6198)0f8c580
Temporarily pin pandas < 2.1.0 (#6200)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)