This release is just a major bump of libraries. Its main goal was to add support for Python 3.10 and 3.11. We bumped some libraries necessary to achieve that. There wasn't any breaking change in the fklearn modules but their expected behavior can change given that some of the dependent packages were bumped a few major versions.
- Library version changes:
- Increase the minimum and allow greater versions
Sphinx
| Before:Sphinx>=1.7.1,<2
, Now:Sphinx>=5,<6
- Reduce the maximum allowed version of
shap
| Before:shap>=0.43,<1
, Now:shap>=0.43,<0.45
- Increase the minimum and allow greater versions