Skip to content

Releases: fugue-project/fugue

notebook setup and PRINT ROWS

27 Jan 17:20
a3bb1cd
Compare
Choose a tag to compare
Pre-release
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

26 Jan 19:24
658a192
Compare
Choose a tag to compare
fugue_notebook Pre-release
Pre-release
Fugue notebook extension (#156)

* fugue_notebook

* update

* update

* update

* update

* update

* update

* update

* update notebook test

* update

execution engine refactoring

25 Jan 06:39
3e19abe
Compare
Choose a tag to compare
Pre-release
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

18 Jan 21:52
a9b2e1a
Compare
Choose a tag to compare
refactor callback Pre-release
Pre-release
refactor callback (#148)

* refactor callback

* refactor callback

* update

0.5.0

15 Jan 03:36
6f0bf38
Compare
Choose a tag to compare

Partition By Limit

11 Jan 04:08
9315ee0
Compare
Choose a tag to compare
Partition By Limit Pre-release
Pre-release

fixed code snippets and remove emojis (#133)

  • README code snippets are fixed and emojis removed

  • limit and partition by limit are implemented

Improve PartitionSpec

23 Dec 08:07
bd53971
Compare
Choose a tag to compare
Improve PartitionSpec Pre-release
Pre-release
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

17 Dec 22:44
f8158b4
Compare
Choose a tag to compare
module implementation Pre-release
Pre-release
Improve release (#127)

* refactor interfaceless

* add module interface

* update fugue sql to support module

* fix bugs

* update comment

* improve release

0.4.9

04 Dec 07:00
d6e0bb7
Compare
Choose a tag to compare

0.4.8

01 Dec 05:49
032f00d
Compare
Choose a tag to compare
  • Support **kwargs in interfaceless extensions, see this
  • Support Iterable[pd.DataFrame] as output type, see this
  • Alter column types
  • RENAME in Fugue SQL
  • CONNECT different SQL service in Fugue SQL
  • Fixed Spark EVEN REPARTITION issue