Skip to content

Commit

Permalink
Merge pull request #146 from kvnkho/master
Browse files Browse the repository at this point in the history
0.5.0 Release
  • Loading branch information
kvnkho authored Jan 15, 2021
2 parents 98a22c0 + 6bf1539 commit 6f0bf38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes

## 0.5.0

* [Limit and Limit by Partition](https://github.com/fugue-project/fugue/issues/128)
* [README code](https://github.com/fugue-project/fugue/issues/132) is working now
* Limit was renamed to [take and added to SQL interface](https://github.com/fugue-project/fugue/issues/136)
* RPC for [Callbacks](https://github.com/fugue-project/fugue/issues/139) to collect information from workers in real time
* Changes in handling [input dataframe determinism](https://github.com/fugue-project/fugue/issues/144). This fixes a bug
related to [thread locks with Spark DataFrames](https://github.com/fugue-project/fugue/issues/143) because of a deepcopy.

## 0.4.9

* [sample](https://github.com/fugue-project/fugue/issues/120) function
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.4.9"
__version__ = "0.5.0"

0 comments on commit 6f0bf38

Please sign in to comment.