Skip to content

Commit

Permalink
Merge pull request #484 from uber/jing/v.12.3_release
Browse files Browse the repository at this point in the history
Update changelog and version number for v0.12.3
  • Loading branch information
ppstacy committed Mar 14, 2022
2 parents e5089f8 + d2be7ba commit 301fb4b
Show file tree
Hide file tree
Showing 2 changed files with 10 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.2"
__version__ = "0.12.3"
__all__ = [
"dataset",
"features",
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/uber/causalml/pull/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 <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.
Expand Down

0 comments on commit 301fb4b

Please sign in to comment.