[NEUTRAL] Update dependency datasets to v3 #8
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:
>=2.14.6,<2.17
->>=3.2,<3.3
Release Notes
huggingface/datasets (datasets)
v3.2.0
Compare Source
Dataset Features
Other improvements and bug fixes
ClassLabel
by @sergiopaniego in https://github.com/huggingface/datasets/pull/7293New Contributors
Full Changelog: huggingface/datasets@3.1.0...3.2.0
v3.1.0
Compare Source
Dataset Features
What's Changed
New Contributors
Full Changelog: huggingface/datasets@3.0.2...3.1.0
v3.0.2
Compare Source
Main bug fixes
What's Changed
New Contributors
Full Changelog: huggingface/datasets@3.0.1...3.0.2
v3.0.1
Compare Source
What's Changed
New Contributors
Full Changelog: huggingface/datasets@3.0.0...3.0.1
v3.0.0
Compare Source
Dataset Features
.map()
Allow Polars as valid output type by @psmyth94 in https://github.com/huggingface/datasets/pull/6762
Example:
Cache Changes
huggingface_hub
cache by @lhoestq in https://github.com/huggingface/datasets/pull/7105huggingface_hub
cache for files downloaded from HF, by default at~/.cache/huggingface/hub
datasets
cache, by default at~/.cache/huggingface/datasets
Breaking changes
use_auth_token
,fs
orignore_verifications
load_metric
, please use theevaluate
library insteadtask
argument inload_dataset()
.prepare_for_task()
method,datasets.tasks
moduleGeneral improvements and bug fixes
cache_dir
fromcache_file_name
by @ringohoffman in https://github.com/huggingface/datasets/pull/7096New Contributors
Full Changelog: huggingface/datasets@2.21.0...3.0.0
v2.21.0
Compare Source
Features
What's Changed
HF_HUB_OFFLINE
instead ofHF_DATASETS_OFFLINE
by @Wauplin in https://github.com/huggingface/datasets/pull/6968New Contributors
Full Changelog: huggingface/datasets@2.20.0...2.21.0
v2.20.0
Compare Source
Important
trust_remote_code=True
by @lhoestq in https://github.com/huggingface/datasets/pull/6954trust_remote_code=True
to be usedDatasets features
checkpoint and resume an iterable dataset (e.g. when streaming):
Returns:
General improvements and bug fixes
.pth
support for torch tensors by @lhoestq in https://github.com/huggingface/datasets/pull/6920dataset_module_factory
by @Wauplin in https://github.com/huggingface/datasets/pull/6959New Contributors
Full Changelog: huggingface/datasets@2.19.0...2.20.0
v2.19.2
Compare Source
Bug fixes
Full Changelog: huggingface/datasets@2.19.1...2.19.2
v2.19.1
Compare Source
Bug fixes
Full Changelog: huggingface/datasets@2.19.0...2.19.1
v2.19.0
Compare Source
Dataset Features
.to_polars()
;fsspec
support forto_json
,to_csv
, andto_parquet
by @alvarobartt in https://github.com/huggingface/datasets/pull/6096mode
parameter toImage
feature by @mariosasko in https://github.com/huggingface/datasets/pull/6735datasets-cli convert_to_parquet <dataset_id>
General improvements and bug fixes
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 these updates again.