Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
invenio-previewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fdm
invenio-previewer
Commits
71d6d497
Unverified
Commit
71d6d497
authored
1 year ago
by
Nicola Tarocco
Browse files
Options
Downloads
Patches
Plain Diff
release: v2.0.0
parent
9f973f52
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.rst
+8
-2
8 additions, 2 deletions
CHANGES.rst
invenio_previewer/__init__.py
+2
-2
2 additions, 2 deletions
invenio_previewer/__init__.py
with
10 additions
and
4 deletions
CHANGES.rst
+
8
−
2
View file @
71d6d497
..
..
This file is part of Invenio.
This file is part of Invenio.
Copyright (C) 2016-20
19
CERN.
Copyright (C) 2016-20
23
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)
----------------------------------
----------------------------------
...
...
This diff is collapsed.
Click to expand it.
invenio_previewer/__init__.py
+
2
−
2
View file @
71d6d497
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
#
#
# This file is part of Invenio.
# This file is part of Invenio.
# Copyright (C) 2016-20
19
CERN.
# Copyright (C) 2016-20
23
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
"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment