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.