Skip to content

Update dependency datasets to v2.19.1

renovate-token-rw-2 requested to merge renovate/datasets-2.x into main

This MR contains the following updates:

Package Update Change
datasets minor ==2.14.5 -> ==2.19.1

Release Notes

huggingface/datasets (datasets)

v2.19.1

Compare Source

Bug fixes

Full Changelog: https://github.com/huggingface/datasets/compare/2.19.0...2.19.1

v2.19.0

Compare Source

Dataset Features

General improvements and bug fixes

New Contributors

Full Changelog: https://github.com/huggingface/datasets/compare/2.18.0...2.19.0

v2.18.0

Compare Source

Dataset features

General improvements and bug fixes

New Contributors

Full Changelog: https://github.com/huggingface/datasets/compare/2.17.1...2.18.0

v2.17.1

Compare Source

Bug Fixes

Full Changelog: https://github.com/huggingface/datasets/compare/2.17.0...2.17.1

v2.17.0

Compare Source

Dataset Features

General improvements and bug fixes

New Contributors

Full Changelog: https://github.com/huggingface/datasets/compare/2.16.1...2.17.0

v2.16.1

Compare Source

Bug fixes

Full Changelog: https://github.com/huggingface/datasets/compare/2.16.0...2.16.1

v2.16.0

Compare Source

Security features

  • Add trust_remote_code argument by @​lhoestq in https://github.com/huggingface/datasets/pull/6429
    • Some Hugging Face datasets contain custom code which must be executed to correctly load the dataset. The code can be inspected in the repository content at https://hf.co/datasets/<repo_id>. A warning is shown to let the user know about the custom code, and they can avoid this message in future by passing the argument trust_remote_code=True.
    • Passing trust_remote_code=True will be mandatory to load these datasets from the next major release of datasets.
    • Using the environment variable HF_DATASETS_TRUST_REMOTE_CODE=0 you can already disable custom code by default without waiting for the next release of datasets
  • Use parquet export if possible by @​lhoestq in https://github.com/huggingface/datasets/pull/6448
    • This allows loading most old datasets based on custom code by downloading the Parquet export provided by Hugging Face
    • You can see a dataset's Parquet export at https://hf.co/datasets/<repo_id>/tree/refs%2Fconvert%2Fparquet

Features

General improvements and bug fixes

New Contributors

Full Changelog: https://github.com/huggingface/datasets/compare/2.15.0...2.16.0

v2.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/datasets/compare/2.14.7...2.15.0

v2.14.7

Compare Source

Bug Fixes

New Contributors

Full Changelog: https://github.com/huggingface/datasets/compare/2.14.6...2.14.7

v2.14.6

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/datasets/compare/2.14.5...2.14.6


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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports