Skip to content

Releases: Eventual-Inc/Daft

v0.2.32

31 Jul 00:16
b36b5ec
Compare
Choose a tag to compare

Changes

✨ New Features

👾 Bug Fixes

📖 Documentation

🧰 Maintenance

⬆️ Dependencies

v0.2.31

18 Jul 04:13
6835cff
Compare
Choose a tag to compare

Changes

👾 Bug Fixes

  • [BUG] Fix bug with map_groups UDFs that return more than 1 output row for empty partitions @jaychia (#2532)
  • [BUG] Use shared thread pool for multiple running instances of df on pyrunner @jaychia (#2502)
  • [BUG] Fix bug with multi-partition any_value @Vince7778 (#2531)
  • [BUG] Allow for Parquet reading from files with differing schemas @jaychia (#2514)
  • [BUG] With_new_children not implemented for sample @colin-ho (#2528)

🧰 Maintenance

  • [CHORE] add pytest benchmarking for local testing of execution engine @samster25 (#2523)

v0.2.30

17 Jul 02:16
474427a
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Performance Improvements

👾 Bug Fixes

📖 Documentation

🧰 Maintenance

v0.2.29

29 Jun 01:14
29b02a1
Compare
Choose a tag to compare

Changes

✨ New Features

👾 Bug Fixes

  • [BUG] Use estimated in-memory size for scan task merging and resource requests @kevinzwang (#2448)
  • [BUG] Add retries to pyarrow write_dataset call @kevinzwang (#2445)
  • [BUG] Fix time type inference @colin-ho (#2441)
  • [BUG] Enable display of time64 with seconds unit @jaychia (#2439)
  • [BUG] Raise error when Ray Data tensor cannot be pickled and disable compliant nested types @kevinzwang (#2428)
  • [BUG] Remove debug print @Vince7778 (#2419)
  • [BUG] [New Executor] Drain channel in limit sink @colin-ho (#2401)
  • [BUG] Slice array if necessary when casting from list to fixed size list @colin-ho (#2415)

📖 Documentation

v0.2.28

18 Jun 18:42
5d7dd3b
Compare
Choose a tag to compare

Changes

✨ New Features

👾 Bug Fixes

📖 Documentation

🧰 Maintenance

⬆️ Dependencies

v0.2.27

07 Jun 01:50
f13554f
Compare
Choose a tag to compare

Changes

✨ New Features

  • [FEAT] Introduce terminal wrap around when explaining plans @samster25 (#2342)
  • [FEAT] [New Executor] [1/N] Move physical plan scheduler to new crate, misc. refactorings + drive-bys for new executor @clarkzinzow (#2339)

👾 Bug Fixes

v0.2.26

04 Jun 00:21
00eb8e1
Compare
Choose a tag to compare

Changes

✨ New Features

👾 Bug Fixes

  • [BUG] Use os.path.join in read_hudi only for local fs @colin-ho (#2336)
  • [BUG] Translate mssql to tsql in read_sql scan @colin-ho (#2330)
  • [BUG]Fix missing columns after join @siddharth-gulia (#2321)

📖 Documentation

🧰 Maintenance

⬆️ Dependencies

v0.2.25

29 May 03:50
8a0d844
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Performance Improvements

👾 Bug Fixes

📖 Documentation

🧰 Maintenance

⬆️ Dependencies

v0.2.24

08 May 00:40
62f9dd6
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Performance Improvements

👾 Bug Fixes

📖 Documentation

🧰 Maintenance

⬆️ Dependencies

v0.2.23

01 May 21:34
c4928f8
Compare
Choose a tag to compare

Changes

✨ New Features

👾 Bug Fixes

  • [BUG] Propagate errors when hitting them in parquet byte stream @samster25 (#2214)

📖 Documentation

🧰 Maintenance