Skip to content

2.0.0

Compare
Choose a tag to compare
@gcbeltramini gcbeltramini released this 30 Dec 01:17
· 26 commits to master since this release
aa558fb
  • 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).