Releases: fugue-project/fugue
Releases · fugue-project/fugue
Interfaceless improvement
0.6.0.dev3 fix an edge case (#230)
Support Windows OS
support windows (#226) * support windows * fix dask * update * try testing spark * update
Select, Aggregate, Assign, Filter
Select, Filter, Aggregate, Assign (#221) * add column expr * update * update * update select * add conditions * update * add select and filter * simplify * simplify * update engine docs * update * update workflow interfaces * fix spark alter columns * update * update * add aggregate to execution engine * add aggregate * fix coverage * update * update comments * update docs * update doc * update docs
Small improvements
Support dataframe input with . in name (#219) * Support dataframe input with . in name * update codecov * update * update * spark empty pd.DataFrame * update version * update doc
0.5.6
- Dask repartitioning improvement
- Separate Dask IO to use its own APIs
- Improved Dask print function by adding back head
- Made
assert_or_throw
lazy - Improved notebook setup handling for jupyter lab
Update dask head function
Update assert_or_throw (#207) * update * update test
Dask io
separate dask io (#193) * separate dask io * update repartition * update * update * fix all io tests * fix compatibility * update * update
0.5.5
- HOTFIX avro support
Hotfix: avro dependency
hotfix: avro dependency (#199) * hotfix: avro dependency * update
0.5.4
- Added built in avro support
- Fixed dask print bug