Releases: fugue-project/fugue
Releases · fugue-project/fugue
0.5.3
fix dask multi take
0.5.3.dev1 fix multi take (#185)
0.5.2
- Added Codacy and Slack channel badges, fixed pylint
- Created transform and out_transform functions
- Added partition syntax sugar
- Fixed FugueSQL
CONNECT
bug
fix select auto prefix
update select auto prefix (#176) * fix fuguesql custom engine syntax issue * update * update * update select auto prefix
Fix FugueSQL connect
fix fuguesql custom engine syntax issue (#175) * fix fuguesql custom engine syntax issue * update * update
test doc
Add slack badge (#174) * update * update slack * doc logo
0.5.1
- Fugueless 1 2 3 4 5
- Notebook experience and extension 1 2
- NativeExecutionEngine: switched to use QPD for SQL
- Spark pandas udf: migrate to applyInPandas and mapInPandas
- SparkExecutionEngine take bug
- Fugue SQL: PRINT ROWS n -> PRINT n ROWS|ROW
- Refactor yield
- Fixed Jinja templating issue
- Change _parse_presort_exp from a private function to public
- Failure to delete execution temp directory is annoying was changed to info
make_sql_engine, notebook
make_sql_engine and notebook experience (#170) * make_sql_engine * update * update * update * update * update * update * switch to use qpd as the default sql engine for native execution engine * update * update comments * update * update notebook comments and readme
Refactor yield
refactor yield (#169) * refactor yield * update * fix notebook test * update yield test * update test * update docs
regex sql fix
upgrade pandas udf (#165) * upgrade pandas udf * iterable[dataframe] as dataframe * update * update comments * update * update pandas udf handling * update * update * update * update * update * merge * fix test * update docs * fix older pyspark pandas udf issue * fix older pyspark pandas udf issue * update