chore(deps): update dependency datasets to v4.8.3#105
Open
red-hat-konflux[bot] wants to merge 1 commit intokonflux-poc-1from
Open
chore(deps): update dependency datasets to v4.8.3#105red-hat-konflux[bot] wants to merge 1 commit intokonflux-poc-1from
red-hat-konflux[bot] wants to merge 1 commit intokonflux-poc-1from
Conversation
a47ba2e to
1cc25ae
Compare
1cc25ae to
1fbe726
Compare
1fbe726 to
7a9504e
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
7a9504e to
2e5bde0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==4.0.0->==4.8.3Release Notes
huggingface/datasets (datasets)
v4.8.3Compare Source
What's Changed
Full Changelog: huggingface/datasets@4.8.2...4.8.3
v4.8.2Compare Source
What's Changed
Full Changelog: huggingface/datasets@4.8.1...4.8.2
v4.8.1Compare Source
What's Changed
Full Changelog: huggingface/datasets@4.8.0...4.8.1
v4.8.0Compare Source
Dataset Features
Read (and write) from HF Storage Buckets: load raw data, process and save to Dataset Repos by @lhoestq in #8064
This also fixes multiprocessed push_to_hub on macos that was causing segfault (now it uses spawn instead of fork).
And it bumps
dillandmultiprocessversions to support python 3.14Datasets streaming iterable packaged improvements and fixes by @Michael-RDev in #8068
max_shard_sizeto IterableDataset.push_to_hub (but requires iterating twice to know the full dataset twice - improvements are welcome)zip://*.jsonl::hf://datasets/username/dataset-name/data.zipWhat's Changed
New Contributors
Full Changelog: huggingface/datasets@4.7.0...4.8.0
v4.7.0Compare Source
Datasets Features
Json()type by @lhoestq in #8027Json()type is used to store such data that would normally not be supported in Arrow/ParquetJson()type inFeatures()for any dataset, it is supported in any functions that acceptsfeatures=likeload_dataset(),.map(),.cast(),.from_dict(),.from_list()on_mixed_types="use_json"to automatically set theJson()type on mixed types in.from_dict(),.from_list()and.map()Examples:
You can use
on_mixed_types="use_json"or specifyfeatures=with a [Json] type:This is also useful for lists of dictionaries with arbitrary keys and values, to avoid filling missing fields with None:
Another example with tool calling data and the
on_mixed_types="use_json"argument (useful to not have to specifyfeatures=manually):What's Changed
New Contributors
Full Changelog: huggingface/datasets@4.6.1...4.7.0
v4.6.1Compare Source
Bug fix
Full Changelog: huggingface/datasets@4.6.0...4.6.1
v4.6.0Compare Source
Dataset Features
Support Image, Video and Audio types in Lance datasets
Push to hub now supports Video types
Write image/audio/video blobs as is in parquet (PLAIN) in
push_to_hub()by @lhoestq in #7976Add
IterableDataset.reshard()by @lhoestq in #7992Reshard the dataset if possible, i.e. split the current shards further into more shards.
This increases the number of shards and the resulting dataset has num_shards >= previous_num_shards.
Equality may happen if no shard can be split further.
The resharding mechanism depends on the dataset file format:
What's Changed
transformers v5andhuggingface_hub v1by @hanouticelina in #7989New Contributors
Full Changelog: huggingface/datasets@4.5.0...4.6.0
v4.5.0Compare Source
Dataset Features
Add lance format support by @eddyxu in #7913
What's Changed
revisioninload_datasetby @Scott-Simmons in #7929New Contributors
Full Changelog: huggingface/datasets@4.4.2...4.5.0
v4.4.2Compare Source
Bug fixes
Minor additions
New Contributors
Full Changelog: huggingface/datasets@4.4.1...4.4.2
v4.4.1Compare Source
Bug fixes and improvements
Full Changelog: huggingface/datasets@4.4.0...4.4.1
v4.4.0Compare Source
Dataset Features
Add nifti support by @CloseChoice in #7815
Add num channels to audio by @CloseChoice in #7840
What's Changed
_batch_setitems()by @sghng in #7817New Contributors
Full Changelog: huggingface/datasets@4.3.0...4.4.0
v4.3.0Compare Source
Dataset Features
Enable large scale distributed dataset streaming:
These improvements require
huggingface_hub>=1.1.0to take full effectWhat's Changed
from_generatorby @simonreise in #7533New Contributors
Full Changelog: huggingface/datasets@4.2.0...4.3.0
v4.2.0Compare Source
Dataset Features
Sample without replacement option when interleaving datasets by @radulescupetru in #7786
Parquet: add
on_bad_filesargument to error/warn/skip bad files by @lhoestq in #7806Add parquet scan options and docs by @lhoestq in #7801
What's Changed
New Contributors
Full Changelog: huggingface/datasets@4.1.1...4.2.0
v4.1.1Compare Source
What's Changed
New Contributors
Full Changelog: huggingface/datasets@4.1.0...4.1.1
v4.1.0Compare Source
Dataset Features
feat: use content defined chunking by @kszucs in #7589
Parquet datasets are now Optimized Parquet !

internally uses
use_content_defined_chunking=Truewhen writing Parquet filesthis enables fast deduped uploads to Hugging Face !
write_page_index=Trueis also used to enable fast random access for the Dataset Viewer and tools that need itConcurrent push_to_hub by @lhoestq in #7708
Concurrent IterableDataset push_to_hub by @lhoestq in #7710
HDF5 support by @klamike in #7690
Other improvements and bug fixes
train_test_splitby @qgallouedec in #7736New Contributors
Full Changelog: huggingface/datasets@4.0.0...4.1.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.