Skip to content

2.0.0 - python 2 support, default `repr`, and cleaner submodules structure

Compare
Choose a tag to compare
@smarie smarie released this 12 Apr 14:22
· 23 commits to master since this release
  • Lambda expressions now have a normal repr by default, and this can be disabled by using the repr_on attribute to False. Fixes #12

  • Added support for python 2. Fixes #11.

  • The package structure is now cleaner. In particular, predefined variables are in mini_lambda.vars and predefined symbols (constants, functions and classes) are in mini_lambda.symbols.

See documentation page for details.