Skip to content

Commit 9396e54

Browse files
author
Sylvain MARIE
committed
2.1.0 changelog
1 parent 02c4480 commit 9396e54

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### 2.1.0 - New features to improve usability.
4+
5+
* Added two helper functions `is_mini_lambda_expr` and `as_function`. Fixes [#13](https://github.com/smarie/python-mini-lambda/issues/13)
6+
7+
* Renamed `_LambdaExpression` to `LambdaExpression`. It is now exported at package lavel, that's clearer.
8+
9+
* Added `__repr__` to `LambdaFunction`. Fixes [#14](https://github.com/smarie/python-mini-lambda/issues/14).
10+
311
### 2.0.1 - fixed dependency issue
412

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

0 commit comments

Comments
 (0)