Skip to content

Releases: remimorvan/knowledge-clustering

v0.5.0

07 Jul 08:23
Compare
Choose a tag to compare
  • The addquote feature was improved:

    • Instead of just printing the line number when it finds a match, it prints the content of the line and emphasizes the substring corresponding to the knowledge. (Suggested by Aliaume Lopez)
    • Suggests defining synonyms when finding a string in the TeX document that looks like a defined knowledge. (#10, suggested by LeonPyramid)
  • New feature: anchor that finds missing anchor points. (#16, suggested by Nicolas Waldburger)

v0.4.2

27 Jun 11:11
Compare
Choose a tag to compare

Forgot to update version number for v0.4.1…

v0.4.1

27 Jun 10:41
Compare
Choose a tag to compare

addquotes: now recognising more delimiters, namely \kl[your_knowledge]{blabla}, @your_knowledge" and @your_knowledge@.

v0.4.0

26 Jun 10:16
Compare
Choose a tag to compare
  • "Notion files" are now named "knowledge files", following the official knowledge terminology. As a consequence, the option -n --notion is now named -k --knowledge. (#15)

Bug fix:

  • init: now using "en_core_web_sm" and "fr_core_news_sm" pipelines instead of "en" and "fr" (#9)
  • clustering: plurals of acronyms are now always clustered together (#11)
  • clustering: hyphenations should no longer get in the was of the clustering algorithm (#12)
  • addquotes: \kl{} or \intro{} are no longer ignored (#14)
  • addquotes: commented lines are now ignored (#13)

v0.3.3

30 May 13:08
Compare
Choose a tag to compare

Bug correction: spacy was required to run knowledge init but was not an install requirement (thanks to Thomas Colcombet).

v0.3.2

21 May 21:58
Compare
Choose a tag to compare

Fixing two bugs described in #7 and #8.

v0.3.1

27 Apr 12:06
Compare
Choose a tag to compare

Bug fix: the standard library module re was in install_requires ; as a result, knowledge-clustering couldn't be upgraded to v0.3

v0.3.0

27 Apr 11:56
Compare
Choose a tag to compare
  • If an undefined knowledge can be added to more than two (already defined) knowledges, pick the knowledge with the smallest edit distance. (Suggested by Aliaume Lopez.)
  • Now supporting documents in French, with the option -l fr or --lang fr.
  • New command addquotes, which find where you might have missed some quotes in your document.

v0.2.4

17 Apr 13:51
d162b23
Compare
Choose a tag to compare

Fixed a bug introduced in v0.2.3: the empty word was not an accepted prefix

v0.2.3

17 Apr 09:49
Compare
Choose a tag to compare

Implementing two suggestions of #5:

  • The cluster command is now optional
  • The notion and diagnose file are now required options instead of arguments