This release
- Makes it so
adeftcan be used with the latest Scikit-Learn. A bug that forced a version pin to Scikit-learn < 1.5 was fixed in #82. - Does some internal refactoring of
AdeftClassifierto 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 - Fixes a memory leak in the C extension
adeft.score._scorer.c#84 - Adds tests for the validity of groundings, ensuring that situations like those in #74 are not repeated.