Skip to content

Releases: MahdiAll99/MEDimage

v0.3.0

08 Mar 01:40
4f15891
Compare
Choose a tag to compare

Bug Fixes

  • Fix bug in interppolation.py in variables initialization.
  • Fix bug in ibsi2p1.ipynb in final result plotting.

Improvements & New Features

  • Added the learning module
  • Added textural filtering
  • Added a usage example to README.
  • Updated README on Authors and Acknowledgement sections.
  • Renaming MEDimage to MEDscan and updating all the parts of the package (code, documentation and notebooks).
  • Renamed MEDscan attributes for more simplicity.
  • Removed warnings in DataManager when working on the fly.

Documentation

  • Configurations files and extra details for machine learning
  • Added figure to explain ROI names in CSV File section.
  • Fixed all typos detected by Lab members.
  • Added new page to explain input data types used in the package.
  • Added documentation for ProcessDICOM class and deleted it for removed files (#33).
  • Updated README on documentation section (#32).

Notebooks

  • New tutorials for learning module
  • Typos check
  • All notebooks have been updated to use the new class name MEDscan.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 Sep 21:55
174df24
Compare
Choose a tag to compare

Bug Fixes

  • Fix bug in ProcessDICOM for Sagittal and Coronal scans processing (#31).
  • Fix bug in DataManager in keep_instances option (#31).
  • Fix bug in documentation: process_files() documentation not showed because of ray decorator (#33).

Improvements & New Features

  • filters sub-package full refactoring (architecture, code, methods...) (#30).
  • Percentiles choice in DataManager radiomics pre-checks (#31).
  • Added a new class ProcessDICOM that will be called to process dicom files for a single scan (replaces process_dicom_scan_files and combine_slices) (#31).
  • ProcessDICOM orientation determination process (#32).
  • Data downloading process. The user can choose to only download a subset of the dataset (#31).

Documentation

  • Added additional instructions for data downloading (#32).
  • Added documentation for ProcessDICOM class and deleted it for removed files (#33).
  • Updated README on documentation section (#32).

Notebooks (#30, #31, #32)

  • All notebooks have been updated to use the new code (ProcessDICOM, filters sub-package...).

v0.1.0

24 Aug 23:59
653d997
Compare
Choose a tag to compare
  • Initial development release of MEDimage, a Python open-source package for medical images processing and radiomic features extraction.
  • Documentation published at readthedocs