Skip to content

2.21.0

Compare
Choose a tag to compare
@albertvillanova albertvillanova released this 14 Aug 08:08
a1b5a32

Features

  • Support pyarrow large_list by @albertvillanova in #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: 2.20.0...2.21.0