Skip to content

Releases: Eventual-Inc/Daft

v0.2.17

04 Mar 22:21
59046d3
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Performance Improvements

📖 Documentation

  • [DOCS] [Delta Lake] Add user guide for Delta Lake reads. @clarkzinzow (#1969)
  • [Catalogs] [Delta Lake] Add initial support for reading from Delta Lake. @clarkzinzow (#1879)
  • [DOCS] Fix notebooks by falling back on null for URL downloads @jaychia (#1951)
  • [DOCS] Add documentation for using and developing Daft on Ray @kevinzwang (#1896)
  • [DOCS] Update schema hints documentation @jaychia (#1935)

🧰 Maintenance

v0.2.16

20 Feb 04:18
1a0e740
Compare
Choose a tag to compare

Changes

✨ New Features

  • [FEAT] perform head operation instead of list when given a file without regex or / @samster25 (#1891)

🚀 Performance Improvements

v0.2.15

15 Feb 18:41
61dd574
Compare
Choose a tag to compare

Changes

👾 Bug Fixes

  • [BUG] dont create dirs if non local fs @samster25 (#1888)
  • [BUG] Fix Ray autoscaling from zero worker CPUs @kevinzwang (#1884)
  • [BUG] Attempt to skip IMDS if region or credentials are provided @samster25 (#1886)
  • [BUG] [Query Planner] Properly track ascending/descending sort order for range partitioning and sorting. @clarkzinzow (#1862)
  • [BUG] Fix bug with merge tasks that allows for tasks larger than max size allowed @samster25 (#1882)

📖 Documentation

🧰 Maintenance

v0.2.14

13 Feb 03:50
195174c
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Performance Improvements

  • [PERF] Set min_partitions for post aggregation shuffles @colin-ho (#1861)

👾 Bug Fixes

📖 Documentation

🧰 Maintenance

  • [CHORE] Update segment logging to use restricted set of IDs @jaychia (#1870)
  • [CHORE] Fix monotonically_increasing_id physical op @colin-ho (#1853)

v0.2.13

08 Feb 02:40
1fae7ad
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Performance Improvements

  • [PERF] Split parquet scan tasks into individual row groups @kevinzwang (#1799)

👾 Bug Fixes

📖 Documentation

  • [DOCS] Add docs for Azure IO @jaychia (#1851)
  • [Query Planner] Add physical plan visualization option to df.explain(); implement TreeVisitor for LogicalPlan and PhysicalPlan. @clarkzinzow (#1836)
  • [DOCS] Add type conversions between iceberg and daft @jaychia (#1835)
  • [DOCS] Add dedicated Iceberg page @jaychia (#1830)
  • [DOCS] Refactor expressions docs layout @jaychia (#1816)
  • [CHORE] Add is_in to docs @colin-ho (#1819)

🧰 Maintenance

v0.2.12

23 Jan 23:20
854037e
Compare
Choose a tag to compare

Changes

👾 Bug Fixes

  • [BUG] bugfix for empty partitions when writing out empty partitions @samster25 (#1814)

v0.2.11

23 Jan 21:29
966145b
Compare
Choose a tag to compare

Changes

✨ New Features

  • [FEAT] Support Hive-Style Partitioned Writes for Tabular Writes @samster25 (#1794)

👾 Bug Fixes

📖 Documentation

  • [DOCS] Add warning during repartition to use into_partitions instead @jaychia (#1808)
  • [BUG] Fix type annotation on UDF @jaychia (#1807)
  • [DOCS] Update README.rst to remove beta disclaimer @jaychia (#1802)
  • [CHORE] Update docs to reflect materialized Dataframes from writes and in-memory reads @colin-ho (#1795)
  • [DOCS] Upgrade version of docs sphinx-book-theme dependency @jaychia (#1789)
  • [DOCS] Fix notebooks to use new public parquet file @jaychia (#1788)
  • [DOCS] Fix docs build for sphinxcontrib-applehelp versioning @jaychia (#1787)
  • [DOCS] Update README.rst for broken links @jaychia (#1786)
  • [CHORE] Update tutorials to use released version of Daft @jaychia (#1751)

🧰 Maintenance

  • [CHORE] Update docs to reflect materialized Dataframes from writes and in-memory reads @colin-ho (#1795)
  • [CHORE] Update tutorials to use released version of Daft @jaychia (#1751)

⬆️ Dependencies

v0.2.10

16 Jan 18:19
447ea5a
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Performance Improvements

👾 Bug Fixes

  • [BUG] Invalidate PartitionSpec when we run Explode on it @samster25 (#1772)

📖 Documentation

🧰 Maintenance

v0.2.9

06 Jan 00:33
76b1086
Compare
Choose a tag to compare

Changes

👾 Bug Fixes

v0.2.8

22 Dec 00:03
94bb370
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Performance Improvements

👾 Bug Fixes

📖 Documentation

  • Revert "[DOCS] Add proper robots.txt and sitemap.xml to index only latest and stable" @jaychia (#1753)
  • [DOCS] Add proper robots.txt and sitemap.xml to index only latest and stable @jaychia (#1752)
  • [DOCS] Add documentation on memory @jaychia (#1736)
  • [DOCS] Add anonymous io_config for notebook @jaychia (#1721)

🧰 Maintenance