Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 780 Bytes

CHANGELOG.md

File metadata and controls

25 lines (17 loc) · 780 Bytes

CHANGELOG

Version 0.3.3 2025-01-31

  • Fixed the parameter misplace issue in Redudancy.
  • Fully upgraded the algorithm and refactored the code base. 40% - 50% speed boost on large datasets.
  • Fixed source distribution filenames to comply with PEP 625.
  • Minor optimization added.

Version 0.2.1, 2022-12-22

  • Fixed the counting bug in Specificity
  • Added max_doc parameter to Boilerplate

Version 0.2.0, 2022-10-2

  • Added the "get_ngram" feature to the Boilerplate function
  • Added the percentage as a option for "min_doc" in Boilerpate, when the given value is between 0 and 1, it will automatically become a percentage for "min_doc"

Version 0.1.3, 2022-06-10

  • Updated the usage guide
  • Minor fix to the script

Version 0.1.2, 2022-05-08

  • Initial release.