Skip to content

Releases: Eventual-Inc/Daft

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

v0.2.7

12 Dec 07:15
97753a2
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Performance Improvements

👾 Bug Fixes

  • [BUG] [Hotfix] [Join Optimization] Fix pre-partitioned check for larger side of join. @clarkzinzow (#1718)
  • [BUG] Fix set_config logic so it can be called after call to set runner @jaychia (#1709)
  • [BUG] Propagate URL download expressions max_connections to S3Config @jaychia (#1708)

📖 Documentation

  • [FEAT] Add ability to set global IOConfig @jaychia (#1710)
  • [DOCS] Add notebooks used for pydata global 2023 presentation @jaychia (#1703)

v0.2.6

05 Dec 22:38
a53cd51
Compare
Choose a tag to compare

Changes

✨ New Features

👾 Bug Fixes

  • [BUG] Use schema_hints as hints instead of definitive schema @colin-ho (#1636)
  • [BUG] Allow for use of Ray jobs for benchmarking @jaychia (#1690)
  • [BUG] fix off by 1 for retries for cred provider @samster25 (#1681)

🧰 Maintenance

⬆️ Dependencies

v0.2.5

29 Nov 02:30
7d7938f
Compare
Choose a tag to compare

Changes

👾 Bug Fixes

  • [BUG] Check queue state while waiting to place inside @samster25 (#1678)
  • [BUG] Parametrize dataframe unit-tests with Parquet data @jaychia (#1610)

🧰 Maintenance

  • [CHORE] Favor traversal over visitors @samster25 (#1677)
  • [CHORE] Bring in TreeNode and Refactor Expression Traversal to use TreeNode @samster25 (#1676)

⬆️ Dependencies