Skip to content

Commit

Permalink
📦 release: v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 27, 2024
1 parent 1fbf3c5 commit 3a82d04
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@
Changes
=======

Version v6.7.0 (released 2024-11-27)

- contrib: improve search accuracy for names, funders, affiliations
- names: add affiliation acronym in mappings and schema
* Dereferences the affiliation `acronym` when indexing names and serving
REST API results. This is useful for disambiguating authors in search.
- affiliations: move RDF and SPARQL as extra dependencies
* Moves `rdflib` and `SPARQLWrapper` to extras.
- affiliation: refactored edmo datastreams
- subjects: added datastream for GEMET vocabulary
- awards/schema.py: read app config for alternate funding validation (#429)
- awards: fix description field and mappings
- awards: add fields start/end date and description

Version v6.6.0 (released 2024-11-15)

- mesh: add title en if not present
Expand Down
2 changes: 1 addition & 1 deletion invenio_vocabularies/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .ext import InvenioVocabularies

__version__ = "6.6.0"
__version__ = "6.7.0"

__all__ = ("__version__", "InvenioVocabularies")
2 changes: 1 addition & 1 deletion invenio_vocabularies/contrib/names/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2021 CERN.
# Copyright (C) 2021-2024 CERN.
#
# Invenio-Vocabularies is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more
Expand Down
2 changes: 1 addition & 1 deletion invenio_vocabularies/contrib/names/schema.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2021 CERN.
# Copyright (C) 2021-2024 CERN.
#
# Invenio-Vocabularies is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more
Expand Down
2 changes: 1 addition & 1 deletion invenio_vocabularies/contrib/subjects/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2021 CERN.
# Copyright (C) 2021-2024 CERN.
# Copyright (C) 2021 Northwestern University.
# Copyright (C) 2024 University of Münster.
#
Expand Down

0 comments on commit 3a82d04

Please sign in to comment.