Skip to content
Snippets Groups Projects
Unverified Commit 71d6d497 authored by Nicola Tarocco's avatar Nicola Tarocco
Browse files

release: v2.0.0

parent 9f973f52
No related branches found
No related tags found
No related merge requests found
.. ..
This file is part of Invenio. This file is part of Invenio.
Copyright (C) 2016-2019 CERN. Copyright (C) 2016-2023 CERN.
Invenio is free software; you can redistribute it and/or modify it Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details. under the terms of the MIT License; see LICENSE file for more details.
Changes Changes
======= =======
Version 2.0.0 (Release 2023-09-14)
----------------------------------
- CSV: change JS rendering from `d3` to `papaparse`, supporting rendering
of very large files
- add file size check to CSV extensions
- refactor XML and ipynb extensions
Version 1.5.0 (Release 2023-08-17) Version 1.5.0 (Release 2023-08-17)
---------------------------------- ----------------------------------
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# This file is part of Invenio. # This file is part of Invenio.
# Copyright (C) 2016-2019 CERN. # Copyright (C) 2016-2023 CERN.
# #
# Invenio is free software; you can redistribute it and/or modify it # Invenio is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details. # under the terms of the MIT License; see LICENSE file for more details.
...@@ -318,6 +318,6 @@ Now define the priority for all previewers by adding the newly created ...@@ -318,6 +318,6 @@ Now define the priority for all previewers by adding the newly created
from .ext import InvenioPreviewer from .ext import InvenioPreviewer
from .proxies import current_previewer from .proxies import current_previewer
__version__ = "1.5.0" __version__ = "2.0.0"
__all__ = ("__version__", "current_previewer", "InvenioPreviewer") __all__ = ("__version__", "current_previewer", "InvenioPreviewer")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment