Releases: HBPMedical/mip-dmp
v0.0.7
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
- Extra adjustment of the graphical user interface and addition of illustration by @sebastientourbier in #19
- Add sebastientourbier as a contributor for bug, code, and 9 more by @allcontributors in #21
- Add BSchaffhauser as a contributor for financial, and fundingFinding by @allcontributors in #22
- Move
io
,logger
andparser
modules to newmip_dmp.utils
subpackage by @sebastientourbier in #23 - Add html documentation by @sebastientourbier in #26
- Make release v0.0.7 by @sebastientourbier in #25
New Contributors
- @allcontributors made their first contribution in #21
Full Changelog: 0.0.6...0.0.7
v0.0.6
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
- Handle png for buttons as package_data in
setup.cfg
by @sebastientourbier in #17 - Improve UI usability after meeting with Pauline by @sebastientourbier in #18
Full Changelog: 0.0.5...0.0.6
v0.0.5
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
- Fix: generate dataset with all cde columns by @sebastientourbier in #16
Full Changelog
v0.0.4
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.3
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
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
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:- load an input dataset (.csv),
- load the target CDEs schema (.xlxs),
- assist in the process of matching column names of the input dataset to the CDE codes of the schema via fuzzy and embedding techniques,
- provide a widget for the visualization of the embedding-based matches,
- refine/edit the matching, check its consitency, and save it for later re-use,
- 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.