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
toMEDscan
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
- Last merge to main (learning module, textural filters, new tutorials, etc) in #56
- Added learning module in #49
- Added pypi badge with version by @MahdiAll99 in #43
- Correction du README. by @AndreanneAllaire in #44
- Modified morph.py to use new pandas version. by @AndreanneAllaire in #45
- Learning --> Dev by @MahdiAll99 in #49
- Final merge before publication by @MahdiAll99 in #50
- Updated license by @MahdiAll99 in #51
- Updated python version everywhere by @MahdiAll99 in #52
- Added pycaret to dependencies by @MahdiAll99 in #53
- deleted auto ml by @MahdiAll99 in #54
- Updated to fit new code by @MahdiAll99 in #55
- Updated to fit new code by @MahdiAll99 in #56
New Contributors
- @AndreanneAllaire made their first contribution in #44
Full Changelog: v0.2.0...v0.3.0