From b0fbf6b4adbd9c9a36e81b98ae0916a8044d3732 Mon Sep 17 00:00:00 2001 From: Han Wang Date: Tue, 6 Oct 2020 22:55:08 +0000 Subject: [PATCH] update --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2096dd2..bfee10a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ pip install triad ## Release History +### 0.4.3 +* Refactored `str_to_type`, `str_to_instance` and `to_function` to use `eval` + ### 0.4.2 * Fix a bug in pandas like safe_groupby_apply