We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c4480 commit 9396e54Copy full SHA for 9396e54
docs/changelog.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
### 2.0.1 - fixed dependency issue
12
13
* in 2.0.0 pandas and numpy were mandatory again. Fixed that.
0 commit comments