2.0.0
- Possible breaking changes
- Allow greater versions of:
catboost
,lightgbm
,xgboost
joblib
,numpy
shap
,swifter
matplotlib
,tqdm
,scipy
- Most of the breaking changes in the libs above were due to deprecation of support to Python 3.5 and older versions.
- Libraries depending on
fklearn
can still restrict the versions of the aforementioned libraries, keeping the previous behavior (e.g.,xgboost<0.90
).
- Allow greater versions of: