Skip to content

0.13.0

Latest

Choose a tag to compare

@steppi steppi released this 24 Nov 23:51
0755d20

This release

  1. Makes it so adeft can be used with the latest Scikit-Learn. A bug that forced a version pin to Scikit-learn < 1.5 was fixed in #82.
  2. Does some internal refactoring of AdeftClassifier to make its design more modular and make it possible to use other models and features than logistic regression with tfidf vectorized ngrams #82. An issue requiring Scikit-nearn to be pinned
  3. Fixes a memory leak in the C extension adeft.score._scorer.c #84
  4. Adds tests for the validity of groundings, ensuring that situations like those in #74 are not repeated.