Releases: fugue-project/fugue
Releases · fugue-project/fugue
notebook setup and PRINT ROWS
direct setup inside notebook (#161) * fugue_notebook * update * update * update * update * update * update * update * update notebook test * update * add direct setup method inside notebook * update
fugue_notebook
Fugue notebook extension (#156) * fugue_notebook * update * update * update * update * update * update * update * update notebook test * update
execution engine refactoring
make_execution_engine (#150) * refactor callback * refactor callback * update * make_execution_engine * update * add df type handling * add df type handling * add df type handling * refactor workflow run * update * update * update * refactor execution engine * make sql workflow lazy to convert dfs * update * update readme * remove interactive workflow * execution engine start stop * update * update dependency
refactor callback
refactor callback (#148) * refactor callback * refactor callback * update
0.5.0
- Limit and Limit by Partition
- README code is working now
- Limit was renamed to take and added to SQL interface
- RPC for Callbacks to collect information from workers in real time
- Changes in handling input dataframe determinism. This fixes a bug
related to thread locks with Spark DataFrames because of a deepcopy.
Partition By Limit
fixed code snippets and remove emojis (#133)
-
README code snippets are fixed and emojis removed
-
limit and partition by limit are implemented
Improve PartitionSpec
Update partition spec (#129) * refactor interfaceless * add module interface * update fugue sql to support module * fix bugs * update comment * improve release * update partition spec
module implementation
Improve release (#127) * refactor interfaceless * add module interface * update fugue sql to support module * fix bugs * update comment * improve release
0.4.9
- sample function
- Make csv infer schema consistent cross engine
- Make loading file more consistent cross engine