Skip to content

Releases: fugue-project/fugue

0.4.7

15 Nov 23:49
2f5ff0f
Compare
Choose a tag to compare
  • Add hook to print/show, see this.

0.4.6

09 Nov 04:41
12cb396
Compare
Choose a tag to compare
  • Fixed import issue with OutputTransformer
  • Added fillna as a built-in transform, including SQL implementation

0.4.5

06 Nov 19:33
1f4d3a4
Compare
Choose a tag to compare
  • 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

29 Oct 05:37
0b1af42
Compare
Choose a tag to compare
  • 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

07 Oct 06:26
b51f706
Compare
Choose a tag to compare
  • 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

04 Oct 06:09
151e653
Compare
Choose a tag to compare
  • 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

22 Sep 08:05
facbbfb
Compare
Choose a tag to compare
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

24 Jun 05:53
0286228
Compare
Choose a tag to compare
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

19 Jun 07:58
ad8c3f9
Compare
Choose a tag to compare
0.3.1

update doc and license (#34)

Updates

17 Jun 07:27
33021c5
Compare
Choose a tag to compare

Binary Type
Auto persist
Parallel Run
Pyspark 3