Releases: dask-contrib/dask-sql
Releases · dask-contrib/dask-sql
0.2.0
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
Patch release with fixed dependencies for SQL server
v0.1.1
First patch release fixing some build problems
v0.1.0
Înitial release
v0.1.0-rc4
Release Candidate 4 for release 0.1.0
- Initial release with basic components: SQL parser, query engine, server