Releases: fugue-project/fugue
Releases · fugue-project/fugue
0.4.7
0.4.6
0.4.5
- Extension validation interface and interfaceless syntax
- Passing dataframes cross workflow (yield)
- OUT TRANSFORM to transform and finish a branch of execution
- Fixed a PandasDataFrame datetime issue that only happened in transformer interface approach
0.4.3
- Unified checkpoints and persist
- Drop columns and na implementations in both programming and sql interfaces
- Presort takes array as input
- Fixed jinja template rendering issue
- Fixed path format detection bug
0.4.2
- Require pandas 1.0 because of parquet schema
- Improved Fugue SQL extension parsing logic
- Doc for contributors to setup their environment
Set operations and refactoring and bug fixing
- Added set operations to programming interface:
union
,subtract
,intersect
- Added
distinct
to programming interface - Ensured partitioning follows SQL convention: groups with null keys are NOT removed
- Switched
join
,union
,subtract
,intersect
,distinct
to QPD implementations, so they follow SQL convention - Set operations in Fugue SQL can directly operate on Fugue statemens (e.g.
TRANSFORM USING t1 UNION TRANSFORM USING t2
) - Fixed bugs
- Added onboarding document for contributors
Open source Fugue
Update sphinx (#44) * update doc and license * add comments for execution * update * update * update * update * update * update unit test * update unit test * finish docs * update * update * Use QPD SQL engine * fix build * fix build * update * fix build * fix lint * reformat * lint * update file structure * fix build * fix build * update * Prepare for open source * update * update * update
Update Dependencies
Update dependency (#37) * update doc and license * add comments for execution * update * update * update * update * update * update unit test * update unit test * finish docs * update * update
Update docs and license
0.3.1 update doc and license (#34)
Updates
Binary Type
Auto persist
Parallel Run
Pyspark 3