Changes

Version 1.3.2 (release 2018-03-12)

Bug fixes

  • Prevent the “unprintable KeyError” problem from happening.

Version 1.3.1 (release 2017-06-23)

Bug fixes

  • Reverse sort core keywords.

Version 1.3.0 (release 2017-06-22)

Incompatible changes

  • Exports list of objects rather than list of tuples, to help ES directly indexing the content.

Version 1.2.0 (release 2017-06-21)

Incompatible changes

  • Do not use keywords as dictionary keys, rather as elements in a list.

Version 1.1.2 (release 2017-05-22)

Bug fixes

  • Supports ‘·’ author separator
  • Support utf8 author-keywords

Version 1.1.1 (release 2017-05-19)

Bug fixes

  • Enforce utf8 also for non PDF files in extractor.

Version 1.1.0 (release 2017-05-17)

Incompatible changes

  • Changes dict export format for author keywords, into an improved and semantic way.
  • Renames keys in dict export to be lower case and separated by _.

Bug fixes

  • Drop trailing dots in author keywords.

Version 1.0.1 (release 2017-01-11)

Incompatible changes

  • Changes module to be compatible with Invenio 3.

Bug fixes

  • Fixes a crash when trying to discover a taxonomy when CLASSIFIER_WORKDIR is set to None.
  • Updates minimum dependencies of Invenio packages to newer versions.
  • Removes a bug in bibclassify_keyword_analyzer.py. If a combination is found via a synonym or regexp it is no longer thrown away just because the components of the combination are not found in the text.
  • Adds missing invenio_base dependency.

Version 0.1.0 (release 2015-08-19)

  • Initial public release.