Additional Features
* Unify dask-sql API with blazing SQL (63) This also brings an experimental hive input binding.
* Added binder repository and example notebooks (forked from raybellwaves) (72)
* Better/correct presto server (69), now working together with many BI tools and ready for multiple clients in parallel
* Enable input from published datasets (68)
* Use pytest for all the tests instead of unittest (67)
* SHOW SCHEMA now includes FROM and LIKE - and the information_schema is added (62)
* Some remaining simple operations (54)
Bugfixes
* Allow None in LIKE calls and add tests for regression (71)
* Bugfix: correct isinf check, which also works distributed
* Use the default conformance level, which e.g. allows to reuse aliases in the query (66)
* Set the JAVA_HOME in conda environments and warn the user, if not set cirrectly. (65)
Additional Fixes and Documentation
* Some ignore file fixes
* Fixes to typos, docu and format
* Docker images with latest tag (73)