- **Bug Fix** - Fix fn _has_one_unfilled_arg in build_pipeline to correctly check the default value of the parameters - Restricts the maximum version of lightgbm to 4.5
4.0.0
- **Enhancement** - Add support for python 3.11 and 3.10
3.0.0
- **Enhancement** - Remove support for python 3.6 and 3.7. - Bumps in joblib, numpy, pandas, scikit-learn, statsmodels, toolz, catboost, lightgbm, shap, xgboost and test auxiliary packages.
2.3.1
- **Bugfix** - Remove incorrect `lightgbm` import from common paths
2.3.0
- **Enhacement** - Bump maximum allowed `scikit-learn` - Move from CircleCI to Github Actions - Add optional `weight_column` argument for evaluators - Change default of `min_df` from 20 to 1 on `TfidfVectorizer` - Include new optional LGBM parameters to `lgbm_classification_learner`
2.2.1
- **Bug Fix** - Including a necessary init file to allow the import of the causal cate learners. - Fix a docstring issue where the description of causal learners were not showing all parameters.