Skip to content

Annif 0.49

Compare
Choose a tag to compare
@osma osma released this 30 Jul 12:34

This release introduces the hyperopt CLI command for hyperparameter optimization. Initially it can only be used for finding optimal ensemble weights. The Web UI now follows the same visual style as the annif.org website. There are also some improvements to CLI commands, memory optimizations and bug fixes.

New features:

  • #240/#321/#414 Hyperparameter optimization of ensemble weights

Improvements:

  • #424/#426 New style for Web UI
  • #430 Define short form for CLI options and fix some of their docstrings
  • #428 Memory optimization: Avoid double allocation of NumPy arrays in eval operation

Maintenance:

  • #437 Upgrade TensorFlow to version 2.3.0 (from 2.2.0)

Bug fixes:

  • #431 Problem parsing timestamps from Maui Server
  • #432 Make modification timestamps timezone-aware