Releases: fugue-project/fugue
Releases · fugue-project/fugue
Engine context
Enable engine context (#394) * Enable engine context * refactor infer_execution_engine * fix * fix ray breaking change * improve make_execution_engine * update docs
Multiple breaking changes
Improve Dataset display (#391) * Fix minor bugs * Update dataframe display
Moved to all plugins
Redesign extension and dataframe registry (#375) * Redesign extension and dataframe registry * update * Redesign FugueWorkflow df method * fix tests * move all to plugin mode
Refactor FugueWorkflow, fix EntryPoint issues
0.7.4.dev0 Fix Entrypoint issues (#371)
0.7.3
Add dataframe column names normalizers
Update Ibis Engine and add DataFrame column names normalizers (#366) * update dependencies * update * fix dependencies * update * fix compatibility * update * sql syntax update * Update Ibis Engine * update * Add dataframe column names normalizers
Remove 3.6 support, deeper integration with Ibis
0.7.3.dev0 Deprecate Python 3.6, enable map type support, add IbisDataFrame (#359)
0.7.2
0.7.1
Add path support for transform and out_transform
0.7.1.dev1 Enable file as input/output for transform and out_transform functions…