Streamlined distribution
We created a Python package on PyPI (medic-ml) and a Docker image (elinaff/medic), reducing the installation of MeDIC to a single command.
Cross-platform compatibility
We improved the installation process on Windows, Linux and macOS, making the tool easier to use for more researchers, regardless of their operating system.
# With Python
pip install medic-ml
# With Docker
docker run elinaff/medic:latest
Stability and maintenance
Adding a logger made it easier to track operations and improve debugging. We also fixed several bugs and implemented improvements to make MeDIC more stable and reliable.
Improved user experience
Aware of the importance of user experience, we enhanced it with the following improvements :
- Smoother navigation when the user moves between the application’s tabs.
- Immediate parameter validation to warn the user if the requested experiment is invalid, preventing errors after lengthy processing.
- Automatic saving of parameters and results in unique time-stamped files, with the file location displayed to the user.


