Releases: fugue-project/fugue
Releases · fugue-project/fugue
0.6.5
- Make Fugue exceptions short and useful
- Ibis integration (experimental)
- Get rid of simple assignment (not used at all)
- Improve DuckDB engine to use a real DuckDB ExecutionEngine
- YIELD LOCAL DATAFRAME
yield local dataframe
yield local dataframe (#298) * fix duckdb issues * update qpd dependency * fix tests * fix coverage * yield local dataframe * update * update dependency
Fix duckdb csv issue
fix duckdb csv issues (#297) * fix duckdb issues * update qpd dependency * fix tests * fix coverage
Remove FugueDataFrameIniteError
0.6.5.dev7 Remove most FugueDataFrameInitError (#293)
Fix duckdb bugs
0.6.5.dev6 fix duckdb issues (#294)
Create DuckDB engine
Improve DuckDB (#289) * duckdb improvement * duckdb improvement * duckdb improvement * remove older error listeners * fix dask recompute issue * fix all tests * update * update ibis dependency * update engine * fix tests * replace os.path.join * add tests to windows * add tests to windows * fix escape issue of duckdb * protect duckdb parameters * fix * fix windows tests * lint * improve stability * fix spark, add duckdb pragma supports * fix coverage * fix coverage * stablize duckdb tests * update windows test retry
Fix Dask recompute, add as_local, persist to transform
0.6.5.dev4 Fix Dask recompute, add as_local and persist to transform (#282)
Improve exceptions
Make Fugue exceptions short and readable (#274) * update to use extensible class * simplify exceptions * update * update * improve fugue sql exceptions * update
Fix ibis bug
0.6.5.dev2 fix duckdb ibis literal issue (#273)
Ibis integration
ibis integration (#271) * ibis integration * ibis * fix test * fix lint * fix lint * fix build * fix coverage * fix build * fix docs * fix 36 * update * fix * fix * update * fix * update * fix * update triad