Skip to content

Commit 6cbd638

Browse files
authored
update changelog and version number for v0.13.0 (#543)
1 parent d7473d3 commit 6cbd638

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

causalml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "causalml"
2-
__version__ = "0.12.3"
2+
__version__ = "0.13.0"
33
__all__ = [
44
"dataset",
55
"features",

docs/changelog.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
Changelog
44
=========
55

6+
0.13.0 (Sep 2022)
7+
-----------------
8+
- CausalML surpassed `1MM downloads <https://pepy.tech/project/causalml>`_ on PyPI and `3,200 stars <https://github.com/uber/causalml/stargazers>`_ on GitHub. Thanks for choosing CausalML and supporting us on GitHub.
9+
- We have 7 new contributors @saiwing-yeung, @lixuan12315, @aldenrogers, @vincewu51, @AlkanSte, @enzoliao, and @alexander-pv. Thanks for your contributions!
10+
- @alexander-pv revamped `CausalTreeRegressor` and added `CausalRandomForestRegressor` with more seamless integration with `scikit-learn`'s Cython tree module. He also added integration with `shap` for causal tree/ random forest interpretation. Please check out the `example notebook <https://github.com/uber/causalml/blob/master/examples/causal_trees_interpretation.ipynb>`_.
11+
- We dropped the support for Python 3.6 and removed its test workflow.
12+
13+
Updates
14+
~~~~~~~~~~~~~
15+
- Fix typo `(% -> $)` by @saiwing-yeung in https://github.com/uber/causalml/pull/488
16+
- Add function for calculating PNS bounds by @t-tte in https://github.com/uber/causalml/pull/482
17+
- Fix hard coding bug by @t-tte in https://github.com/uber/causalml/pull/492
18+
- Update README of `conda` install and instruction of maintain in conda-forge by @ppstacy in https://github.com/uber/causalml/pull/485
19+
- Update `examples.rst` by @lixuan12315 in https://github.com/uber/causalml/pull/496
20+
- Fix incorrect `effect_learner_objective` in `XGBRRegressor` by @jeongyoonlee in https://github.com/uber/causalml/pull/504
21+
- Fix Filter F doesn't work with latest `statsmodels`' F test f-value format by @paullo0106 in https://github.com/uber/causalml/pull/505
22+
- Exclude tests in `setup.py` by @aldenrogers in https://github.com/uber/causalml/pull/508
23+
- Enabling higher orders feature importance for F filter and LR filter by @zhenyuz0500 in https://github.com/uber/causalml/pull/509
24+
- Ate pretrain 0506 by @vincewu51 in https://github.com/uber/causalml/pull/511
25+
- Update `methodology.rst` by @AlkanSte in https://github.com/uber/causalml/pull/518
26+
- Fix the bug of incorrect result in qini for multiple models by @enzoliao in https://github.com/uber/causalml/pull/520
27+
- Test `get_qini()` by @enzoliao in https://github.com/uber/causalml/pull/523
28+
- Fixed typo in `uplift_trees_with_synthetic_data.ipynb` by @jroessler in https://github.com/uber/causalml/pull/531
29+
- Remove Python 3.6 test from workflows by @jeongyoonlee in https://github.com/uber/causalml/pull/535
30+
- Causal trees update by @alexander-pv in https://github.com/uber/causalml/pull/522
31+
- Causal trees interpretation example by @alexander-pv in https://github.com/uber/causalml/pull/536
32+
33+
634
0.12.3 (Feb 2022)
735
-----------------
836
This patch is to release a version without the constraint for Shap to be abled to use for Conda.

0 commit comments

Comments
 (0)