Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
up the version to 0.7.1. update changelogs accordingly (#172)
  • Loading branch information
jeongyoonlee committed May 7, 2020
1 parent 70219ac commit ff9607b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
.eggs/
*.egg-info/
env_docs/
.idea
Expand Down
2 changes: 1 addition & 1 deletion causalml/__init__.py
@@ -1,5 +1,5 @@
name = 'causalml'
__version__ = '0.7.0'
__version__ = '0.7.1'
__all__ = ['dataset',
'features',
'inference',
Expand Down
16 changes: 16 additions & 0 deletions docs/changelog.rst
Expand Up @@ -3,6 +3,22 @@
Changelog
=========

0.7.1 (2020-05-07)
------------------
Special thanks to our new community contributor, Katherine (`@khof312 <https://github.com/khof312>`_)!

Major Updates
~~~~~~~~~~~~~
- Adjust matching distances by a factor of the number of matching columns in propensity score matching by @yungmsh (`#157 <https://github.com/uber/causalml/pull/157>`_)
- Add TMLE-based AUUC/Qini/lift calculation and plotting by @ppstacy (`#165 <https://github.com/uber/causalml/pull/165>`_)

Minor Updates
~~~~~~~~~~~~~
- Fix typos and update documents by @paulluo0106, @khof312, @jeongyoonlee (`#150 <https://github.com/uber/causalml/pull/150>`_, `#151 <https://github.com/uber/causalml/pull/151>`_, `#155 <https://github.com/uber/causalml/pull/155>`_, `#163 <https://github.com/uber/causalml/pull/163>`_)
- Fix error in `UpliftTreeClassifier.kl_divergence()` for `pk == 1 or 0` by @jeongyoonlee (`#169 <https://github.com/uber/causalml/pull/169>`_)
- Fix error in `BaseRRegressor.fit()` without propensity score input by @jeongyoonlee (`#170 <https://github.com/uber/causalml/pull/170>`_)


0.7.0 (2020-02-28)
------------------
Special thanks to our new community contributor, Steve (`@steveyang90 <https://github.com/steveyang90>`_)!
Expand Down

0 comments on commit ff9607b

Please sign in to comment.