Skip to content

Releases: uber/causalml

v0.15.1

19 Apr 00:05
29a2d75
Compare
Choose a tag to compare
  • This release fixes the build failure on macOS and a few bugs in UpliftTreeClassifier.
  • We have two new contributors, @lee-junseok and @IanDelbridge. Thanks for your contributions!

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.15.1

v0.15.0

22 Feb 19:20
7ccbaf7
Compare
Choose a tag to compare
  • In this release, we revamped documentation, cleaned up dependencies, and improved installation - in addition to the long list of bug fixes.
  • We have four new contributors, @peterloleungyau, @SuperBo, @ZiJiaW, and @erikcs who submitted their first PRs to CausalML. Thanks for your contributions!

Updates

New Contributors

Full Changelog: v0.14.1...v0.15.0

v0.14.1

28 Aug 00:37
b7dbce5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.14.0

08 Jul 20:19
a2c8baf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

02 Sep 21:17
6cbd638
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.3...v0.13.0

v0.12.3

14 Mar 23:35
301fb4b
Compare
Choose a tag to compare

This patch is to release a version without the constraint of Shap which can be used for conda-forge.

What's Changed

  • Modify the requirement version of Shap by @ppstacy in #483

Full Changelog: v0.12.2...v0.12.3

v0.12.2

18 Feb 18:58
e42404e
Compare
Choose a tag to compare

This patch includes three updates by our latest contributors, @tonkolviktor and @heiderich. We also start using black, a Python formatter. Please check out the updated contribution guideline to learn how to use it.

What's Changed

  • Opens up scipy dependency version range towards newer releases (#441) by @tonkolviktor in #473
  • Merely define preferred backend for joblib instead of hard-coding it by @heiderich in #476
  • Allow parallel prediction and make joblib's backend configurable for UpliftRandomForestClassifier by @heiderich in #477
  • Reformat code using black by @jeongyoonlee in #474

New Contributors

Full Changelog: v0.12.1...v0.12.2

v0.12.1

05 Feb 03:09
35921e8
Compare
Choose a tag to compare

This patch includes two bug fixes for UpliftRandomForestClassifier as follows:

  • #462 by @paullo0106: Use the correct treatment_idx for fillTree() when applying validation data set
  • #468 by @jeongyoonlee: Switch the joblib backend for UpliftRandomForestClassifier to threading to avoid memory copy across trees

v0.12.0

14 Jan 17:29
85779bf
Compare
Choose a tag to compare

0.12.0 (Jan 2022)

Updates

v0.11.1

02 Aug 20:46
0be443a
Compare
Choose a tag to compare
Merge pull request #380 from uber/GA_pytest

Add GA pytest workflow