Releases: fugue-project/fugue
Releases · fugue-project/fugue
as_dicts
Add `as_dicts` to Fugue API (#522) * Add to Fugue API * update dask * update duckdb * update the ibis and spark * update ray * update ray
A few bug fixes
Improve comments to be LLM friendly, improve Spark compatibility (#511) * Improve comments to be LLM friendly * update * update * update * update * update * update * Switch method for Spark df to arrow * update * update * update * update * update
Fix issues
Fix bugs (#508) * Fix bugs * update * fix edge cases
Fix dask partitioning issues
Fix dask bugs (#507) * Fix dask bugs * update
ExtensionDType
0.8.7.dev2 Integrate with dask>=2023.7.1, enable fugue pytest support, remove py…
Dask partitioning improvement, zip improvement
0.8.7.dev1 Implement all partitioning algos for dask, remove join from zip for a…
0.8.6
- 497 Make LocalExecutionEngine respect partition numbers
- 493 Spark Pandas UDF partitioning improvement
- 492 Made AnyDataFrame recognized by Creator, Processor and Ouputter
- 490 Fixed pa.Table as transformer output bug
- 489 Added version cap to Ibis
- 485 Made Fugue compatible with Ray 2.5.0
- 486 Added py.typed to Fugue
Make LocalExecutionEngine respect partition numbers
Make LocalExecutionEngine respect partition numbers (#496) * Make LocalExecutionEngine partition number aware * add tests * update release notes * add template
Bug fixes
0.8.6.dev2 Fix pa.Table output bug, add support for AnyDataFrame, improve Spark …
Ray compatibility fix
0.8.6.dev1 Fix for Ray fully_executed deprecation, fix ibis compatibility issues…