Skip to content

Releases: Eventual-Inc/Daft

v0.3.10

06 Nov 20:57
0d669ca
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Performance Improvements

👾 Bug Fixes

📖 Documentation

🧰 Maintenance

⬆️ Dependencies

4 changes

v0.3.9

23 Oct 18:58
4ec76ce
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Performance Improvements

👾 Bug Fixes

🧰 Maintenance

v0.3.8

11 Oct 15:34
ab1b772
Compare
Choose a tag to compare

Changes

👾 Bug Fixes

📖 Documentation

🧰 Maintenance

v0.3.7

11 Oct 02:30
f5d365b
Compare
Choose a tag to compare

Changes

👾 Bug Fixes

  • [BUG] Fix reading of logical types from streaming parquet @colin-ho (#3027)
  • [BUG] Fix reading of logical types from Parquet files in s3 @jaychia (#3026)

🧰 Maintenance

v0.3.6

08 Oct 22:14
64b8699
Compare
Choose a tag to compare

Changes

✨ New Features

👾 Bug Fixes

📖 Documentation

🧰 Maintenance

v0.3.5

01 Oct 18:14
fe4553f
Compare
Choose a tag to compare

Changes

✨ New Features

👾 Bug Fixes

📖 Documentation

🧰 Maintenance

v0.3.4

25 Sep 20:00
a8602a2
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Performance Improvements

👾 Bug Fixes

🧰 Maintenance

⬆️ Dependencies

v0.3.3

18 Sep 23:01
6766955
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Performance Improvements

  • [PERF] Use to_arrow_iter in to_arrow to avoid unnecessary array concats @jaychia (#2780)

👾 Bug Fixes

📖 Documentation

🧰 Maintenance

v0.3.2

05 Sep 19:54
fa6a482
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Performance Improvements

  • [PERF] Make merging of ScanTasks be more conservative when provided with a LIMIT @jaychia (#2758)

👾 Bug Fixes

📖 Documentation

🧰 Maintenance

v0.3.1

24 Aug 00:40
bf5c853
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Performance Improvements

👾 Bug Fixes

  • [BUG] Use python logging level @colin-ho (#2705)
  • [BUG] Add a with_execution/planning_config context manager and fix tests for splitting of parquet @jaychia (#2713)
  • [BUG] Fix Resource Request Serialization and factor our Serialize Object as bincode @samster25 (#2707)

📖 Documentation

  • [DOCS] Partitioning user guide and small doc fixes @jaychia (#2717)
  • [FEAT] (ACTORS-2) Add optimization pass to split Project into ActorPoolProject @jaychia (#2627)
  • [BUG] Add a with_execution/planning_config context manager and fix tests for splitting of parquet @jaychia (#2713)
  • Update PreCommit Hooks @samster25 (#2715)
  • [FEAT]: huggingface integration @universalmind303 (#2701)

🧰 Maintenance