Skip to content

Commit

Permalink
Merge pull request #103 from kvnkho/master
Browse files Browse the repository at this point in the history
release 0.4.6
  • Loading branch information
kvnkho committed Nov 9, 2020
2 parents 69ac237 + fd4d201 commit 12cb396
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ pre-commit install

## Update History

### 0.4.6

* Fixed import [issue](https://github.com/fugue-project/fugue/issues/99) with OutputTransformer
* Added [fillna](https://github.com/fugue-project/fugue/issues/95) as a built-in transform, including SQL implementation

### 0.4.5

* [Extension validation](https://github.com/fugue-project/fugue/issues/81) interface and interfaceless syntax
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.5"
__version__ = "0.4.6"

0 comments on commit 12cb396

Please sign in to comment.