Skip to content

v0.2.0

Compare
Choose a tag to compare
@MahdiAll99 MahdiAll99 released this 26 Sep 21:55
· 200 commits to main since this release
174df24

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...).