v0.2.18
github-actions
released this
13 Mar 18:53
·
643 commits
to refs/heads/main
since this release
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
- [BUG] skip metadata check for field equality @samster25 (#2006)
- [BUG] Fix struct getters on logical types @jaychia (#2008)
- [BUG] Filter out marker files from glob scan @colin-ho (#1999)
📖 Documentation
- [DOCS] Fix stale docs in df.write_csv @jaychia (#2012)
- [FEAT] Enable JQ style JSON accessors on strings @colin-ho (#2001)
🧰 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 toClusteringSpec
. @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)