Skip to content

Releases: fugue-project/fugue

0.7.0

16 Jul 18:23
770f266
Compare
Choose a tag to compare
  • 326: Added tests for Python 3.6 - 3.10 for Linux and 3.7 - 3.9 for Windows. Updated devenv and CICD to Python 3.8.
  • 321: Moved out Fugue SQL to https://github.com/fugue-project/fugue-sql-antlr, removed version cap of antlr4-python3-runtime
  • 323: Removed version cap of DuckDB
  • 334: Replaced RLock with SerializableRLock
  • 337: Fixed index warning in fugue_dask
  • 339: Migrated execution engine parsing to triad conditional_dispatcher
  • 341: Added Dask Client to DaskExecutionEngine, and fixed bugs of Dask and Duckdb

Improve Dask

16 Jul 17:24
770f266
Compare
Choose a tag to compare
Improve Dask Pre-release
Pre-release
0.7.0.dev5

Migrate execution engine parsing to triad conditional_dispatcher, add…

Remove Dask warnings

13 Jul 04:22
8cb5f7a
Compare
Choose a tag to compare
Remove Dask warnings Pre-release
Pre-release
0.7.0.dev4

Fix index warning in fugue_dask (#338)

Remove DuckDB cap, replace RLock with SerializableRLock

11 Jul 07:37
2506847
Compare
Choose a tag to compare
0.7.0.dev3

Remove duckdb cap (#336)

Move Fugue SQL out of the main project

23 May 06:06
7bbeabd
Compare
Choose a tag to compare
Pre-release
Refactor fugue sql (#327)

* refactor fugue sql

* update

* update

* update

* update sql dependency

* update sql dependency

* update

* update

Support Py 3.6 - 3.10

08 May 02:57
3c51e28
Compare
Choose a tag to compare
Support Py 3.6 - 3.10 Pre-release
Pre-release
Update devenv and cicd (#326)

* update devenv and cicd

* update cicd

* fix 3.9 incompatibility

* update dependencies

* update

* update

0.6.6

12 Apr 05:58
c4c1d09
Compare
Choose a tag to compare

Save with partition

03 Apr 21:42
8a16603
Compare
Choose a tag to compare
Save with partition Pre-release
Pre-release
0.6.6.dev3

[WIP] Fix issue #285 : save hive partitioned dataset using NativeExec…

Change to plugin approach

24 Mar 21:35
f2676e0
Compare
Choose a tag to compare
Pre-release
Fugue plugin (#311)

* plugin

* update

0.6.6 Dev release

15 Mar 02:56
36c17b8
Compare
Choose a tag to compare
0.6.6 Dev release Pre-release
Pre-release
0.6.6.dev1

Add handling for spark array type (#307)