2.1.0 - New features to improve usability.
-
Added two helper functions
is_mini_lambda_expr
andas_function
. Fixes #13 -
Renamed
_LambdaExpression
toLambdaExpression
. It is now exported at package lavel, that's clearer. -
Added
__repr__
toLambdaFunction
. Fixes #14.
See documentation page for details.