Skip to content

Commit

Permalink
Release 0.5.1 (#172)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
goodwanghan authored Feb 5, 2021
1 parent 4b6d945 commit 56126f5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion fugue_version/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.5.1"

0 comments on commit 56126f5

Please sign in to comment.