releases.shpreview

2.21.0

$npx -y @buildinternet/releases show rel_79CiE6D6e6lPQ0b85HwoO

Features

  • Support pyarrow large_list by @albertvillanova in https://github.com/huggingface/datasets/pull/7019
    • Support Polars round trip:
      import polars as pl
      from datasets import Dataset
      
      df1 = pl.from_dict({"col_1": [[1, 2], [3, 4]]}
      df2 = Dataset.from_polars(df).to_polars()
      assert df1.equals(df2)
      

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/datasets/compare/2.20.0...2.21.0

Fetched April 7, 2026

2.21.0 — Datasets — releases.sh