Skip to content

Annif 0.41

Compare
Choose a tag to compare
@juhoinkinen juhoinkinen released this 05 Jul 12:46

This release brings support for running Annif within a Docker container, online API documentation published on readthedocs.org, a new Vowpal Wabbit based ensemble backend (still experimental) and a few other small enhancements and fixes. New in this release:

  • #278/#279/#293 Dockerize Annif
  • #277/#280/#285/#287 Auto-generate API documentation and publish it on readthedocs.org
  • #235/#284 Add vw_ensemble, Vowpal Wabbit based ensemble backend
  • #210/#283 Command line option to set path to projects.cfg
  • #275 Fix joblib warning. Credit: @kinow
  • #276 Avoid calling update with empty dicts. Credit: @kinow