Skip to content

Releases: remimorvan/knowledge-clustering

v0.7.3

28 Oct 10:00
Compare
Choose a tag to compare
  • When NLTK data is missing, raises the NLTK LookupError alongside with a knowledge error. (Improving #51.)

Full Changelog: v0.7.2...v0.7.3

v0.7.2

27 Oct 14:52
Compare
Choose a tag to compare
  • cluster: Added an option to print all new knowledges. (#50)
  • init: Better error message if you forgot to run knowledge init (#51)

Bug corrections: #49 and #52.

Full Changelog: v0.7.1...v0.7.2

v0.7.1

25 Oct 17:17
Compare
Choose a tag to compare

Bug corrections:

  • #49 ImportError get_best_invocation_for_this_pip (reported by Clara Marcille)
  • #46 Knowledges and comments are not detected in the line if there are extra spaces (reported & fixed by Théo Matricon)

v0.7.0

23 Feb 22:51
Compare
Choose a tag to compare
  • The cluster and addquotes commands now have an autofinder feature: if they are not specified, the .kl, and .diagnose files are automatically found in the current folder. (#5)
  • After clustering, indicate which files have been modified. (#35)
  • Automatically checks for newer versions when running any command (can be disabled with the --no-update option).
  • AP is now a synonym for the command anchor. (#24)

Minor changes:

  • Fixed bug #43: hyphenation is now properly handled by cluster.
  • Fixed bug #36: if the same .kl file in given multiple times, ignore the copies.
  • Fixed bug #39: the imperfection of the stemmer was causing some problems when computing the distance between notions.
  • Switched from using the os library to pathlib.

v0.6.0

01 Aug 20:01
Compare
Choose a tag to compare
  • The command cluster can now take multiple knowledge files as input.
  • The command addquotes can now take multiple knowledge files as input.

Bug corrections:

  • Fixed #33 (clustering): non-breakable spaces are now correctly taken into in the distance computation (bug reported by Antonio Casares)
  • Fixed #32 (addquotes): there was a misalignment whenever tabulations were used.

Misc:

  • All knowledge files now use the extension .kl instead of .tex (suggested by Aliaume Lopez)

v0.5.5

08 Mar 23:51
Compare
Choose a tag to compare

Fixed some bug with click preventing knowledge to be used.

v0.5.4

08 Mar 22:43
Compare
Choose a tag to compare
  • Implemented #28: The anchor command was improved: now the introduced knowledge is displayed.
  • Added a --version command.

Bug corrections:

  • Fixed #25 (clustering): accents are now taken into in the distance computation (bug reported by Antonio Casares)
  • Fixed #29 (clustering): plurals/suffixes are taken into account even for scope inference
  • Fixed #30 (addquotes): scope should be handled correctly

Misc:

  • The code is now typed!
  • Introduced tests (run make test in the development environment).

v0.5.3

20 Nov 17:44
Compare
Choose a tag to compare

Fixes #27.

v0.5.2

16 Nov 12:51
Compare
Choose a tag to compare

Fixing #23.

v0.5.1

21 Aug 16:18
Compare
Choose a tag to compare

Fixing bugs #17, #19, #20 and #21 concerning the addquotes command.