diff --git a/causalml/__init__.py b/causalml/__init__.py index fdc56733..6de6f432 100644 --- a/causalml/__init__.py +++ b/causalml/__init__.py @@ -1,5 +1,5 @@ name = "causalml" -__version__ = "0.12.1" +__version__ = "0.12.2" __all__ = [ "dataset", "features", diff --git a/docs/changelog.rst b/docs/changelog.rst index bbb47389..c4100198 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,17 @@ Changelog ========= +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. + +Updates +~~~~~~~~~~~~~ +- `#473 `_ by @tonkolviktor: Open up the scipy dependency version +- `#476 `_ by @heiderich: Use preferred backend for joblib instead of hard-coding it +- `#477 `_ by @heiderich: Allow parallel prediction for UpliftRandomForestClassifier and make the joblib's preferred backend configurable + + 0.12.1 (Feb 2022) ----------------- This patch includes two bug fixes for UpliftRandomForestClassifier as follows: