Skip to content

Releases: fugue-project/fugue

as_dicts

27 Oct 05:12
83f2b2b
Compare
Choose a tag to compare
as_dicts Pre-release
Pre-release
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

09 Oct 04:51
c4ecb27
Compare
Choose a tag to compare
A few bug fixes Pre-release
Pre-release
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

20 Aug 06:01
8e1cf90
Compare
Choose a tag to compare
Fix issues Pre-release
Pre-release
Fix bugs (#508)

* Fix bugs

* update

* fix edge cases

Fix dask partitioning issues

17 Aug 07:06
81276ef
Compare
Choose a tag to compare
Pre-release
Fix dask bugs (#507)

* Fix dask bugs

* update

ExtensionDType

16 Aug 07:40
ae269ee
Compare
Choose a tag to compare
ExtensionDType Pre-release
Pre-release
0.8.7.dev2

Integrate with dask>=2023.7.1, enable fugue pytest support, remove py…

Dask partitioning improvement, zip improvement

07 Aug 06:14
dbeeb1b
Compare
Choose a tag to compare
0.8.7.dev1

Implement all partitioning algos for dask, remove join from zip for a…

0.8.6

26 Jul 07:46
ff6128f
Compare
Choose a tag to compare
  • 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

24 Jul 06:41
ff6128f
Compare
Choose a tag to compare
Make LocalExecutionEngine respect partition numbers (#496)

* Make LocalExecutionEngine partition number aware

* add tests

* update release notes

* add template

Bug fixes

22 Jul 18:33
0198c46
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release
0.8.6.dev2

Fix pa.Table output bug, add support for AnyDataFrame, improve Spark …

Ray compatibility fix

13 Jul 05:59
19e1b26
Compare
Choose a tag to compare
Ray compatibility fix Pre-release
Pre-release
0.8.6.dev1

Fix for Ray fully_executed deprecation, fix ibis compatibility issues…