Skip to content

Annif 0.48

Compare
Choose a tag to compare
@juhoinkinen juhoinkinen released this 29 Jun 07:55

This release brings a major upgrade of the fastText library, switching from the old fasttextmirror package to the new official fasttext Python bindings. The generation of fastText training files has been rewritten. The release also introduces an experimental feature to speed up model evaluation using multiprocessing; a --jobs N option can be used with the eval command to perform evaluation in N parallel jobs. Another new feature is the addition of project state details to project information listings (is a project trained or not, and timestamp of training). Also minor improvements and bug fixes are included.

New features:

Improvements:

Maintenance:

  • #411 Run Travis CI fastText tests on Python 3.7 instead of 3.6
  • #421 Pin SciPy to 1.4.1 as required by TensorFlow 2.2.0

Bug fixes:

  • #422 Assign first retrieved project to selected variable (credit: @mo-fu)
  • #419 WEB-UI: Remove empty entry from list of projects (credit: @mo-fu)
  • #357/#410 fastText training file incorrectly generated