Skip to content

Commit 22f932f

Browse files
committed
1.4.0 changelog
1 parent 327d194 commit 22f932f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
22

3-
### 1.4.0 - fixed initial import time
3+
### 1.4.0 - fixed initial import time + added `And()` and `Or()`
44

5-
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.
5+
- 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.
6+
7+
- New `And()` and `Or()` functions, see [#7](https://github.com/smarie/python-mini-lambda/issues/7)
68

79
### 1.3.1 - fixed ImportError in code generation
810

0 commit comments

Comments
 (0)