- 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.
1.0.1
----------------------------------
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.