This release mainly updates the RSTFinder code for compatibility with the latest versions of SKLL (and, by extension, scikit-learn).
- Patch RST parser model pruning to apply correctly to newer scikit-learn estimators (#72).
- Update parser model training and inference to use the latest SKLL API (#73).
- Fix a bug where fewer than expected items were returned in an edge case (#74).
- Fix cosmetic issues in code identified by
black
,flake8
, andpydocstyle
.
IMPORTANT: Please note the major version change. As newer versions of SKLL are backwards incompatible, so is RSTFinder. You should not use RSTFinder v2.0 on models trained with v1.0.