v0.15.1
- 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
- Relax
pandas
version requirement by @jeongyoonlee in #743 - Remove undefined variables in
match.__main__()
by @jeongyoonlee in #749 - Fix
distr_plot_single_sim()
by @jeongyoonlee in #750 - Add
with_std
,with_counts
tocreate_table_one
by @lee-junseok in #748 - fix stratified sampling call by @IanDelbridge in #756
- 20240207 honest leaf size by @IanDelbridge in #753
- 757: add
return_ci=True
in sensitivity by @lee-junseok in #758 - Update sensitivity tests with more meta-learners by @jeongyoonlee in #759
- manually specify
multiprocessing
use fork insetup.py
by @IanDelbridge in #754 - v0.15.1 release by @jeongyoonlee in #760
New Contributors
- @lee-junseok made their first contribution in #748
- @IanDelbridge made their first contribution in #756
Full Changelog: v0.15.0...v0.15.1