Skip to content

v2.0 Release

Latest
Compare
Choose a tag to compare
@desilinguist desilinguist released this 07 Mar 15:33
· 6 commits to develop since this release
21cfcc0

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, and pydocstyle.

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.