Skip to content

Commit

Permalink
update changelog and version number for v0.12.2 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyoonlee committed Feb 18, 2022
1 parent 7dec7fe commit e42404e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion causalml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "causalml"
__version__ = "0.12.1"
__version__ = "0.12.2"
__all__ = [
"dataset",
"features",
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://black.readthedocs.io/en/stable/integrations/index.html>`_, a Python formatter. Please check out the updated `contribution guideline <https://github.com/uber/causalml/blob/master/CONTRIBUTING.md>`_ to learn how to use it.

Updates
~~~~~~~~~~~~~
- `#473 <https://github.com/uber/causalml/pull/477>`_ by @tonkolviktor: Open up the scipy dependency version
- `#476 <https://github.com/uber/causalml/pull/476>`_ by @heiderich: Use preferred backend for joblib instead of hard-coding it
- `#477 <https://github.com/uber/causalml/pull/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:
Expand Down

0 comments on commit e42404e

Please sign in to comment.