* in 2.0.0 pandas and numpy were mandatory again. Fixed that.
2.0.0 - python 2 support, default `repr`, and cleaner submodules structure
* Lambda expressions now have a normal `repr` by default, and this can be disabled by using the `repr_on` attribute to `False`. Fixes [12](https://github.com/smarie/python-mini-lambda/issues/12)
* Added support for python 2. Fixes [11](https://github.com/smarie/python-mini-lambda/issues/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`.