Skip to content

v0.2.18

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 18:53
· 643 commits to refs/heads/main since this release
36b47e3

Changes

✨ New Features

  • [FEAT] Top level global expressions @kevinzwang (#2000)
  • [FEAT] Add str.capitalize() function @murex971 (#2003)
  • [FEAT] Support reading Parquet files with Field ID @jaychia (#1990)
  • [FEAT] Enable JQ style JSON accessors on strings @colin-ho (#2001)
  • [FEAT] [Catalogs] [Delta Lake] Add support for AWS Glue Catalog and Databricks Unity Catalog integrations to Delta Lake reader @clarkzinzow (#1991)
  • [FEAT] Enable UDF to handle arbitrary number of Daft series @gmweaver (#1984)

👾 Bug Fixes

📖 Documentation

🧰 Maintenance

  • [CHORE] [Hotfix] Remove pyarrow upper bound for Windows. @clarkzinzow (#2002)
  • [CHORE] [Catalogs] [Delta Lake] Add test coverage for Delta Lake reads on Azure. @clarkzinzow (#1970)
  • [CHORE] [Repartitioning] Refactor + hide PartitionSpec and rename to ClusteringSpec. @clarkzinzow (#1961)
  • [CHORE] Simplify cast to schema @jaychia (#1982)
  • [CHORE] Disables anonymous mode for S3 accesses in DeltaLake @jaychia (#1975)
  • [CHORE] Set DAFT_ANALYTICS_ENABLED=0 in nightly tests @jaychia (#1972)