Skip to content

Commit 29a2d75

Browse files
authored
version up to 0.15.1. update changelogs (#760)
1 parent c48804d commit 29a2d75

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docs/changelog.rst

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

6+
0.15.1 (Apr 2024)
7+
-----------------
8+
* This release fixes the build failure on macOS and a few bugs in ``UpliftTreeClassifier``.
9+
* We have two new contributors, @lee-junseok and @IanDelbridge. Thanks for your contributions!
10+
11+
Updates
12+
~~~~~~~
13+
* Relax ``pandas`` version requirement by @jeongyoonlee in https://github.com/uber/causalml/pull/743
14+
* Remove undefined variables in ``match.__main__()`` by @jeongyoonlee in https://github.com/uber/causalml/pull/749
15+
* Fix ``distr_plot_single_sim()`` by @jeongyoonlee in https://github.com/uber/causalml/pull/750
16+
* Add ``with_std``, ``with_counts`` to ``create_table_one`` by @lee-junseok in https://github.com/uber/causalml/pull/748
17+
* fix stratified sampling call by @IanDelbridge in https://github.com/uber/causalml/pull/756
18+
* 20240207 honest leaf size by @IanDelbridge in https://github.com/uber/causalml/pull/753
19+
* 757: add ``return_ci=True`` in sensitivity by @lee-junseok in https://github.com/uber/causalml/pull/758
20+
* Update sensitivity tests with more meta-learners by @jeongyoonlee in https://github.com/uber/causalml/pull/759
21+
* manually specify ``multiprocessing`` use ``fork`` in ``setup.py`` by @IanDelbridge in https://github.com/uber/causalml/pull/754
22+
23+
New contributors
24+
~~~~~~~~~~~~~~~~
25+
* @lee-junseok made their first contribution in https://github.com/uber/causalml/pull/748
26+
* @IanDelbridge made their first contribution in https://github.com/uber/causalml/pull/756
27+
628
0.15.0 (Feb 2024)
729
-----------------
830
* In this release, we revamped documentation, cleaned up dependencies, and improved installation - in addition to the long list of bug fixes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "causalml"
3-
version = "0.15.1.dev"
3+
version = "0.15.1"
44
description = "Python Package for Uplift Modeling and Causal Inference with Machine Learning Algorithms"
55
readme = { file = "README.md", content-type = "text/markdown" }
66

0 commit comments

Comments
 (0)