Skip to content

Commit

Permalink
2.1.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Apr 19, 2019
1 parent 02c4480 commit 9396e54
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### 2.1.0 - New features to improve usability.

* Added two helper functions `is_mini_lambda_expr` and `as_function`. Fixes [#13](https://github.com/smarie/python-mini-lambda/issues/13)

* Renamed `_LambdaExpression` to `LambdaExpression`. It is now exported at package lavel, that's clearer.

* Added `__repr__` to `LambdaFunction`. Fixes [#14](https://github.com/smarie/python-mini-lambda/issues/14).

### 2.0.1 - fixed dependency issue

* in 2.0.0 pandas and numpy were mandatory again. Fixed that.
Expand Down

0 comments on commit 9396e54

Please sign in to comment.