Metadata-Version: 2.2
Name: invenio-app-rdm
Version: 13.0.0b2.dev2
Summary: Invenio Research Data Management.
Home-page: https://github.com/inveniosoftware/invenio-app-rdm
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio-app-rdm Invenio
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: invenio-app<3.0.0,>=2.0.0
Requires-Dist: invenio-base<3.0.0,>=2.0.0
Requires-Dist: invenio-cache<3.0.0,>=2.0.0
Requires-Dist: invenio-celery<3.0.0,>=2.0.0
Requires-Dist: invenio-config<2.0.0,>=1.0.3
Requires-Dist: invenio-i18n<4.0.0,>=3.0.0
Requires-Dist: invenio-db[mysql,postgresql]<3.0.0,>=2.0.0
Requires-Dist: invenio-assets<5.0.0,>=4.0.0
Requires-Dist: invenio-formatter<4.0.0,>=3.0.0
Requires-Dist: invenio-logging<5.0.0,>=4.0.0
Requires-Dist: invenio-mail<3.0.0,>=2.0.0
Requires-Dist: invenio-rest<3.0.0,>=2.0.0
Requires-Dist: invenio-theme<5.0.0,>=4.0.0
Requires-Dist: invenio-access<5.0.0,>=4.0.0
Requires-Dist: invenio-accounts<7.0.0,>=6.0.0
Requires-Dist: invenio-oauth2server<4.0.0,>=3.0.0
Requires-Dist: invenio-oauthclient<6.0.0,>=5.0.0
Requires-Dist: invenio-userprofiles<5.0.0,>=4.0.0
Requires-Dist: invenio-indexer<4.0.0,>=3.0.0
Requires-Dist: invenio-jsonschemas<3.0.0,>=2.0.0
Requires-Dist: invenio-oaiserver<4.0.0,>=3.0.0
Requires-Dist: invenio-pidstore<3.0.0,>=2.0.0
Requires-Dist: invenio-records-rest<4.0.0,>=3.0.0
Requires-Dist: invenio-records-ui<3.0.0,>=2.0.0
Requires-Dist: invenio-records<4.0.0,>=3.0.0
Requires-Dist: invenio-search-ui<5.0.0,>=4.0.0
Requires-Dist: invenio-files-rest<4.0.0,>=3.0.0
Requires-Dist: invenio-previewer<4.0.0,>=3.0.0
Requires-Dist: invenio-records-files<2.0.0,>=1.2.1
Requires-Dist: invenio-communities<19.0.0,>=18.0.0
Requires-Dist: invenio-rdm-records<18.0.0,>=17.0.1
Requires-Dist: CairoSVG<3.0.0,>=2.5.2
Requires-Dist: invenio-banners<5.0.0,>=4.0.0
Requires-Dist: invenio-pages<6.0.0,>=5.0.0
Provides-Extra: tests
Requires-Dist: pytest-black-ng>=0.4.0; extra == "tests"
Requires-Dist: pytest-invenio<4.0.0,>=3.0.0; extra == "tests"
Requires-Dist: Sphinx>=4.5.0; extra == "tests"
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7]<4.0.0,>=3.0.0; extra == "elasticsearch7"
Provides-Extra: opensearch1
Requires-Dist: invenio-search[opensearch1]<4.0.0,>=3.0.0; extra == "opensearch1"
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == "opensearch2"
Provides-Extra: s3
Requires-Dist: invenio-s3<3.0.0,>=2.0.0; extra == "s3"

..
    Copyright (C) 2019 CERN.
    Copyright (C) 2019 Northwestern University.

    Invenio App RDM is free software; you can redistribute it and/or modify
    it under the terms of the MIT License; see LICENSE file for more details.

=================
 Invenio App RDM
=================

.. image:: https://github.com/inveniosoftware/invenio-app-rdm/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-app-rdm/actions?query=workflow%3ACI

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-app-rdm.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-app-rdm

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-app-rdm.svg
        :target: https://github.com/inveniosoftware/invenio-app-rdm/blob/master/LICENSE

InvenioRDM Research Data Management

Further documentation is available on
https://inveniordm.docs.cern.ch


..
    Copyright (C) 2019-2024 CERN.
    Copyright (C) 2019-2024 Northwestern University.
    Copyright (C) 2021-2024 TU Wien.
    Copyright (C) 2021-2024 Graz University of Technology.

    Invenio App RDM is free software; you can redistribute it and/or modify
    it under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version v13.0.0b2.dev2 (released 2025-02-13)

- Bump prerelease dependencies to stable.

Version v13.0.0b2.dev1 (released 2025-01-23)

Version v13.0.0b2.dev0 (released 2024-12-16)

- setup: remove flask pin
- setup: change to reusable workflows
- setup: bump major dependencies

Version v13.0.0b1.dev30 (released 2025-01-27)

- administration: add record revision comparison

Version v13.0.0b1.dev29 (released 2025-01-23)

- preview: do not mint parent doi if doi is not reserved and doi is optional

Version v13.0.0b1.dev28 (released 2025-01-21)

- pids: pass optional DOI transitions in the upload form
- deposit: force no caching in the response headers

Version v13.0.0b1.dev27 (released 2025-01-16)

- Revert "config: add record and membership comment notifications"
    * This is actually a breaking change since it introduces a new
      set of notification templates that will potentialy not be
      styled if overridden in an instance's overlay.

Version v13.0.0b1.dev26 (released 2025-01-16)

- config: add record and membership comment notifications
- records/macros/detail.html: Allow funding entry with award number only (#2912)
- records-ui: remove unnecessary p tag in record details
- ui: close unclosed div in header navbar

Version v13.0.0b1.dev24 (released 2024-12-10)

- fix: meta: add missing HighWire authors
- config: add subcommunity comment notifications

Version v13.0.0b1.dev23 (released 2024-11-28)

- assets: use the new copy feature to copy needed TinyMCE static assets

Version v13.0.0b1.dev22 (released 2024-11-28)

- installation: bump invenio-access
    * This removes the invenio-admin dependency.

Version v13.0.0b1.dev21 (released 2024-11-28)

- installation: remove "sentry_sdk" extra from invenio-logging

Version v13.0.0b1.dev20 (released 2024-11-28)

- config: add subcommunity invitation request notifications
- requests: add subcommunity invitation request details page
- creatibutors: added config for identifiers scheme

Version v13.0.0b1.dev15 (released 2024-10-18)

- communities-ui: verified icon display logic change and deterministic sorting

Version v13.0.0b1.dev14 (released 2024-10-18)

- communities-ui: make verified icon display depend on parent community

Version v13.0.0b1.dev13 (released 2024-10-17)

- ui: more space under breadcrumbs
- ui: fixed space between logo and title, number formatting
- ui: updated collection grid styling
- ui: passing collections to communities_home
- community: added verified icon and parent
- landing page: swap username by ID to manage user.

Version v13.0.0b1.dev12 (released 2024-10-16)

- collections: browse page improvements and collection records search pages
- search-ui: added community theme classes to record list items

Version v13.0.0b1.dev11 (released 2024-10-15)

- config: vocabularies Datastream common OpenAIRE

Version v13.0.0b1.dev10 (released 2024-10-10)

- webpack: bump react-searchkit due to axios major upgrade
- setup: bump invenio-search-ui due to axios major upgrade
- assets: fix item description overflow issue
    * addresses mathjax formulas truncation
- browse: fix endpoint name.

Version v13.0.0b1.dev9 (released 2024-10-08)

- installation: bump invenio-communities & invenio-rdm-records

Version v13.0.0b1.dev8 (released 2024-10-04)

- installation: bump invenio-communities & invenio-rdm-records

Version v13.0.0b1.dev7 (released 2024-10-03)

- setup: bump invenio-rdm-records to >=13.0.0
- collections: added minimal UI page
- theme: read invenio config from document body
- search results: render Mathjax in the results list
- records-community: fix error message display when removing a community

Version v13.0.0b1.dev6 (released 2024-09-27)

- communities: create browse communities page
- header_login: Make auth UI accessible
- header_login: Add loader icon when logging in or out
- Revert "deposit: provide permissions to publish button"
- feat: display package version in administration panel

Version v13.0.0b1.dev5 (released 2024-09-25)

- deposit: Add allow-empty-files config available for deposit page
    * Expose `RECORDS_RESOURCES_ALLOW_EMPTY_FILES` for UI control
    * Related to: https://github.com/inveniosoftware/invenio-rdm-records/pull/1802
- deposit: provide permissions to publish button
- config: add group resolver for notifications
- admin-records: add reference to gh issue
- admin-records: account for system owned records
- migration: account for deleted communities and draft concept DOI
- user-dashboard: fixed broken menu padding
- theme: fix accordion rotation
- template: mathjax remove from javascript block
- templates: add mathjax only to parent template
- landing page: support different MathJax delimeters
    * closes https://github.com/CERNDocumentServer/cds-rdm/issues/133
- search-result: namespace overridable id for community search results
- search-result: provide key to part of community array element

Version v13.0.0b1.dev4 (released 2024-09-11)

- deposit: fix adding a record to a community
- config: make OAI-PMH record index dynamic

Version v13.0.0b1.dev3 (released 2024-09-02)

- deposit: renamed get quota function
- config: filter out robots and flag machines
- migration: mint the new concept DOI for each upgraded record
    * previously, the script would create a new concept DOI for each record
      but never actually mint them on DataCite

Version v13.0.0b1.dev2 (released 2024-08-27)

- setup: bump invenio-communities

Version v13.0.0b1.dev1 (released 2024-08-27)

- ui: ccount for system created records in share modal
- config: add subjects datastream config
- tests: use opensearch2

Version v13.0.0b1.dev0 (released 2024-08-22)

- search: improve search results for records, users and affiliations
- ui: display creators roles in records landing page

Version v13.0.0b0.dev14 (released 2024-08-22)

- migrate to v12: emit non-zero exit code on error
- config: import affiliations vocabulary readers
- package: bump react-invenio-forms
- DepositForm: Add searchOnFocus prop to subjects RemoteSelectField

Version 10.0.0 (released 2022-10-10)

Version 7.0.0 (released 2021-12-06)
