Skip to content

Releases: dask-contrib/dask-sql

0.2.0

05 Nov 22:01
cf6494d
Compare
Choose a tag to compare

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)

0.1.2

14 Oct 08:54
Compare
Choose a tag to compare

Patch release with fixed dependencies for SQL server

v0.1.1

13 Oct 17:58
Compare
Choose a tag to compare

First patch release fixing some build problems

v0.1.0

13 Oct 13:11
71ada13
Compare
Choose a tag to compare

Înitial release

v0.1.0-rc4

13 Oct 09:17
71ada13
Compare
Choose a tag to compare
v0.1.0-rc4 Pre-release
Pre-release

Release Candidate 4 for release 0.1.0

  • Initial release with basic components: SQL parser, query engine, server