Skip to content

Commit

Permalink
release: v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Samuele Kaplun <samuele.kaplun@cern.ch>
  • Loading branch information
kaplun committed May 17, 2017
1 parent cb5131b commit 19029e2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Expand Up @@ -24,6 +24,21 @@
Changes
=======

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)
----------------------------------

Expand Down
14 changes: 5 additions & 9 deletions RELEASE-NOTES.rst
@@ -1,22 +1,18 @@
===========================
Invenio-Classifier v1.0.1
Invenio-Classifier v1.1.0
===========================

Incompatible changes
--------------------

- Changes module to be compatible with Invenio 3.
- 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
---------

- 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.
- Drop trailing dots in author keywords.

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_classifier/version.py
Expand Up @@ -28,4 +28,4 @@
and parsed by ``setup.py``.
"""

__version__ = "1.0.1"
__version__ = "1.1.0"

0 comments on commit 19029e2

Please sign in to comment.