You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Rename *_tools modules and classes to process_* naming convention (#139)
Standardize the object-first `*_tools.py`/`*Tools` naming used throughout
src/monai_physio/ to the verb-first convention used elsewhere in the project
(workflow_train_physicsnemo.py, register_images_ants.py,
segment_chest_total_segmentator.py).
contour_tools/ContourTools -> process_contours/ProcessContours, and similarly
for transform, test, image, physicsnemo, usd_anatomy, usd, labelmap, and
landmark tools. data_download_tools/DataDownloadTools -> download_data/
DownloadData as a naming exception.
Only import paths and PascalCase class names changed; lowercase instance
attributes and pytest fixtures (self.image_tools, the contour_tools fixture,
etc.) are unaffected. Corresponding Sphinx API pages and toctrees were moved
and retargeted to match.
Adds utils/rename_tools_to_process.py, a reusable git-mv + regex migration
script, and records the break in docs/developer/migration_next.md per
project policy.
0 commit comments