Skip to content

Commit 583641b

Browse files
author
Sylvain MARIE
committed
2.0.0 changelog
1 parent b48dc7c commit 583641b

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.0.0 - python 2 support, default `repr`, and cleaner submodules structure
4+
5+
* 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)
6+
7+
* Added support for python 2. Fixes [#11](https://github.com/smarie/python-mini-lambda/issues/11).
8+
9+
* 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`.
10+
311
### 1.4.0 - fixed initial import time + added `And()` and `Or()`
412

513
- Fixed [#5](https://github.com/smarie/python-mini-lambda/issues/5) by making `numpy` and `pandas` import optional: they are now only imported if you import `mini_lambda.numpy_` or `mini_lambda.pandas_` respectively.

0 commit comments

Comments
 (0)