Skip to content

Releases: HBPMedical/mip-dmp

v0.0.7

14 Aug 13:02
Compare
Choose a tag to compare

The MIP Dataset Mapper (mip_dmp) is an open-source Python tool with a Graphical User Interface that maps datasets to a specific Common Data Elements (CDEs) metadata schema of a federation of the Medical Informatics Platform (MIP). It is developed to support members of a MIP Federation in the task of mapping their dataset to the CDEs schema of this federation.

This corresponds to the v0.0.7 release 🚀

What's Changed

New Contributors

Full Changelog: 0.0.6...0.0.7

v0.0.6

10 Aug 16:54
50e10ce
Compare
Choose a tag to compare

The MIP Dataset Mapper (mip_dmp) is an open-source Python tool with a Graphical User Interface that maps datasets to a specific Common Data Elements (CDEs) metadata schema of a federation of the Medical Informatics Platform (MIP). It is developed to support members of a MIP Federation in the task of mapping their dataset to the CDEs schema of this federation.

This corresponds to the v0.0.6 release 🚀

What's Changed

Full Changelog: 0.0.5...0.0.6

v0.0.5

21 Jul 11:02
1fa2dc5
Compare
Choose a tag to compare

The MIP Dataset Mapper (mip_dmp) is an open-source Python tool with a Graphical User Interface that maps datasets to a specific Common Data Elements (CDEs) metadata schema of a federation of the Medical Informatics Platform (MIP). It is developed to support members of a MIP Federation in the task of mapping their dataset to the CDEs schema of this federation.

This corresponds to the v0.0.5 release 🚀

What's Changed

Full Changelog

v0.0.4

21 Jul 08:54
a442269
Compare
Choose a tag to compare

The MIP Dataset Mapper (mip_dmp) is an open-source Python tool with a Graphical User Interface that maps datasets to a specific Common Data Elements (CDEs) metadata schema of a federation of the Medical Informatics Platform (MIP). It is developed to support members of a MIP Federation in the task of mapping their dataset to the CDEs schema of this federation.

Full Changelog

0.0.3...0.0.4

v0.0.3

19 Jun 15:30
67f7951
Compare
Choose a tag to compare

The MIP Dataset Mapper (mip_dmp) is an open-source Python tool with a Graphical User Interface that maps datasets to a specific Common Data Elements (CDEs) metadata schema of a federation of the Medical Informatics Platform (MIP). It is developed to support members of a MIP Federation in the task of mapping their dataset to the CDEs schema of this federation.

Full Changelog

v0.0.2

16 May 08:45
9024bf3
Compare
Choose a tag to compare

What's Changed

  • refactor+feat: refine widget for embedding visualization and ad widget to visualize matching distance results by @sebastientourbier in #15

Full Changelog: 0.0.1...0.0.2

v0.0.1

05 May 15:40
3143523
Compare
Choose a tag to compare

This is the very first release of the MIP Dataset Mapper (mip_dmp), namely v0.0.1, which includes for now:

  • mip_dataset_mapper_ui: a graphical user interface (GUI), empowered by PySide2, which allows to:

    1. load an input dataset (.csv),
    2. load the target CDEs schema (.xlxs),
    3. assist in the process of matching column names of the input dataset to the CDE codes of the schema via fuzzy and embedding techniques,
    4. provide a widget for the visualization of the embedding-based matches,
    5. refine/edit the matching, check its consitency, and save it for later re-use,
    6. perform the dataset mapping to generate a new dataset that complies to the CDEs schema.
  • mip_dataset_mapper: a command line interface that can use an existing mapping file generated by the GUI to perform the dataset mapping.