From 56126f569e068d135c8ee8231016b92531dfe591 Mon Sep 17 00:00:00 2001 From: Han Wang Date: Fri, 5 Feb 2021 02:14:46 -0800 Subject: [PATCH] Release 0.5.1 (#172) * make_sql_engine * update * update * update * update * update * update * switch to use qpd as the default sql engine for native execution engine * update * update comments * update * update notebook comments and readme * release 0.5.1 --- RELEASE.md | 13 +++++++++++++ fugue_version/__init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 3a4fe5d5..7a421f22 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,18 @@ # Release Notes +## 0.5.1 + +* Fugueless [1](https://github.com/fugue-project/fugue/issues/108) [2](https://github.com/fugue-project/fugue/issues/149) [3](https://github.com/fugue-project/fugue/issues/164) [4](https://github.com/fugue-project/fugue/issues/153) [5](https://github.com/fugue-project/fugue/issues/152) +* Notebook experience and extension [1](https://github.com/fugue-project/fugue/issues/159) [2](https://github.com/fugue-project/fugue/issues/160) +* NativeExecutionEngine: [switched](https://github.com/fugue-project/fugue/issues/171) to use QPD for SQL +* Spark pandas udf: [migrate](https://github.com/fugue-project/fugue/issues/163) to applyInPandas and mapInPandas +* SparkExecutionEngine [take bug](https://github.com/fugue-project/fugue/issues/166) +* Fugue SQL: [PRINT](https://github.com/fugue-project/fugue/issues/154) ROWS n -> PRINT n ROWS|ROW +* Refactor [yield](https://github.com/fugue-project/fugue/issues/168) +* Fixed Jinja templating [issue](https://github.com/fugue-project/fugue/issues/134) +* Change [_parse_presort_exp](https://github.com/fugue-project/fugue/issues/135) from a private function to public +* Failure to delete execution temp directory is annoying was changed to [info](https://github.com/fugue-project/fugue/issues/162) + ## 0.5.0 * [Limit and Limit by Partition](https://github.com/fugue-project/fugue/issues/128) diff --git a/fugue_version/__init__.py b/fugue_version/__init__.py index 3d187266..dd9b22cc 100644 --- a/fugue_version/__init__.py +++ b/fugue_version/__init__.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.5.1"