Skip to content

Multiple improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@goodwanghan goodwanghan released this 01 Feb 05:04
· 58 commits to master since this release
8c04e9f
Improve IbisExecutionEngine, refactor ExecutionEngine, fix bugs (#416)

* Improve IbisExecutionEngine

* update

* lint

* Update ray configs

* update

* Add is_distributed

* make ibis handle timestamp

* refactor execution engine

* update import

* add plot extension

* fix tests

* fix tests

* update dependency

* make fsql dialect configurable

* add dialect

* fix tests, update dataframe interface

* use more df.columns instead of df.schema

* ibis handle unsupported types

* update

* update

* yield table

* update

* update

* fix seed for fsql

* refactor ibis engine

* update