Skip to content

Releases: fugue-project/fugue

Engine context

17 Dec 23:12
d0da068
Compare
Choose a tag to compare
Engine context Pre-release
Pre-release
Enable engine context (#394)

* Enable engine context

* refactor infer_execution_engine

* fix

* fix ray breaking change

* improve make_execution_engine

* update docs

Multiple breaking changes

18 Nov 17:42
eb5b7cc
Compare
Choose a tag to compare
Pre-release
Improve Dataset display (#391)

* Fix minor bugs

* Update dataframe display

Moved to all plugins

18 Oct 06:53
68975b4
Compare
Choose a tag to compare
Moved to all plugins Pre-release
Pre-release
Redesign extension and dataframe registry (#375)

* Redesign extension and dataframe registry

* update

* Redesign FugueWorkflow df method

* fix tests

* move all to plugin mode

Refactor FugueWorkflow, fix EntryPoint issues

15 Oct 17:30
81f6e15
Compare
Choose a tag to compare
0.7.4.dev0

Fix Entrypoint issues (#371)

0.7.3

03 Oct 04:10
5d887ba
Compare
Choose a tag to compare
  • 362 Remove Python 3.6 Support
  • 363 Create IbisDataFrame and IbisExecutionEngine
  • 364 Enable Map type support
  • 365 Support column names starting with numbers
  • 361 Better error message for cross join

Add dataframe column names normalizers

02 Oct 18:48
c7bc70f
Compare
Choose a tag to compare
Pre-release
Update Ibis Engine and add DataFrame column names normalizers (#366)

* update dependencies

* update

* fix dependencies

* update

* fix compatibility

* update

* sql syntax update

* Update Ibis Engine

* update

* Add dataframe column names normalizers

Remove 3.6 support, deeper integration with Ibis

28 Sep 05:39
f7c5e63
Compare
Choose a tag to compare
0.7.3.dev0

Deprecate Python 3.6, enable map type support, add IbisDataFrame (#359)

0.7.2

29 Aug 04:29
e9a7062
Compare
Choose a tag to compare
  • 348 Make create data error more informative
  • 349 Ray integration, phase 1: transformation and IO

0.7.1

02 Aug 05:44
bef421f
Compare
Choose a tag to compare
  • 345: Enabled file as input/output for transform and out_transform

Add path support for transform and out_transform

01 Aug 16:16
4150489
Compare
Choose a tag to compare
0.7.1.dev1

Enable file as input/output for transform and out_transform functions…