From d2be7ba55c76ca6d893317a00037e45ce2d2997d Mon Sep 17 00:00:00 2001 From: jpan2 Date: Mon, 14 Mar 2022 13:02:03 -0700 Subject: [PATCH] new release --- causalml/__init__.py | 2 +- docs/changelog.rst | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/causalml/__init__.py b/causalml/__init__.py index 6de6f432..c34f32f3 100644 --- a/causalml/__init__.py +++ b/causalml/__init__.py @@ -1,5 +1,5 @@ name = "causalml" -__version__ = "0.12.2" +__version__ = "0.12.3" __all__ = [ "dataset", "features", diff --git a/docs/changelog.rst b/docs/changelog.rst index c4100198..9f7c7fee 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,15 @@ Changelog ========= +0.12.3 (Feb 2022) +----------------- +This patch is to release a version without the constraint for Shap to be abled to use for Conda. + +Updates +~~~~~~~~~~~~~ +- `#483 `_ by @ppstacy: Modify the requirement version of Shap + + 0.12.2 (Feb 2022) ----------------- This patch includes three updates by @tonkolviktor and @heiderich as follows. We also start using `black `_, a Python formatter. Please check out the updated `contribution guideline `_ to learn how to use it.