Skip to content

Commit

Permalink
pypi update
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenhariri committed Oct 27, 2023
1 parent fd0e1e1 commit 17fae6d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 173 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
57 changes: 0 additions & 57 deletions api.make
Original file line number Diff line number Diff line change
@@ -1,60 +1,3 @@
# This file is automatically generated by 'gen-command' command in Makefile.
# Don't edit this file manually.
# Run the module's apis.

preprocessing-match_masks_image:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/preprocessing/match_masks_image.py

preprocessing-mask_profile:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/preprocessing/mask_profile.py

preprocessing-mask_schema:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/preprocessing/mask_schema.py

preprocessing-resampling_segmentation_bulk:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/preprocessing/resampling_segmentation_bulk.py

preprocessing-resampling:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/preprocessing/resampling.py

preprocessing-resampling_segmentation_bulk_multiprocessing:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/preprocessing/resampling_segmentation_bulk_multiprocessing.py

plot-plot2d_masks:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/plot/plot2d_masks.py

plot-plot2d_layered_image_mask:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/plot/plot2d_layered_image_mask.py

plot-plot3d_images:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/plot/plot3d_images.py

plot-plot3d_masks:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/plot/plot3d_masks.py

plot-plot2d_images:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/plot/plot2d_images.py

plot-plot2Dfrom3DMostVlueMask:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/plot/plot2Dfrom3DMostVlueMask.py

collage-collage3d:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/collage/collage3d.py

collage-collage3d_2dslice:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/collage/collage3d_2dslice.py

collage-collage2d_stats:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/collage/collage2d_stats.py

utils-profile:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/utils/profile.py

utils-mask-zero_out:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/utils/mask/zero_out.py

features-collage3d:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/features/collage3d.py

features-collage2d:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python api/features/collage2d.py
2 changes: 1 addition & 1 deletion medviz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

from .preprocess import *

# from .feats.collage import compute_stats_collage
from .feats import *

# from .nifti.helper import nii3d_to_annotated2d, nii_mask3d_to_2d

Expand Down
114 changes: 0 additions & 114 deletions py.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,117 +3,3 @@ export QT_QPA_PLATFORM := wayland

unittest:
$(PY) -m unittest $(SRC)/test_*.py

plots-helper_plot:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/plots/helper_plot.py

plots-plot2d-image_masks:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/plots/plot2d/image_masks.py

plots-plot2d-__init__:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/plots/plot2d/__init__.py

plots-plot2d-image_mask_annotated:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/plots/plot2d/image_mask_annotated.py

plots-plot2d-masks:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/plots/plot2d/masks.py

plots-plot2d-images:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/plots/plot2d/images.py

plots-plot3d-__init__:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/plots/plot3d/__init__.py

plots-plot3d-masks:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/plots/plot3d/masks.py

plots-plot3d-images:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/plots/plot3d/images.py

plots-plot3d-layered_plot:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/plots/plot3d/layered_plot.py

plots-layered_plot2D:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/plots/layered_plot2D.py

plots-__init__:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/plots/__init__.py

plots-_plot_image:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/plots/_plot_image.py

plots-gif:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/plots/gif.py

preprocess-mask:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/preprocess/mask.py

preprocess-__init__:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/preprocess/__init__.py

preprocess-match_image_mask:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/preprocess/match_image_mask.py

preprocess-resampling:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/preprocess/resampling.py

utils-helper_path:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/utils/helper_path.py

utils-array_threshold:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/utils/array_threshold.py

utils-helper_reader:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/utils/helper_reader.py

utils-__init__:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/utils/__init__.py

utils-helper_mask:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/utils/helper_mask.py

utils-log:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/utils/log.py

utils-utility:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/utils/utility.py

utils-custom_type:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/utils/custom_type.py

utils-array_profile:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/utils/array_profile.py

__init__:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/__init__.py

multimodal-stats:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/multimodal/stats.py

multimodal-__init__:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/multimodal/__init__.py

multimodal-save_dicom_metadata:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/multimodal/save_dicom_metadata.py

feats-collage-collage3d:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/feats/collage/collage3d.py

feats-collage-stats:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/feats/collage/stats.py

feats-collage-__init__:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/feats/collage/__init__.py

feats-collage-main:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/feats/collage/main.py

feats-collage-collage2d:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/feats/collage/collage2d.py

feats-collage-compute_collage:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/feats/collage/compute_collage.py

feats-__init__:
/home/mohsen/envs/github/medviz/env_home_linux_3.11/bin/python medviz/feats/__init__.py

0 comments on commit 17fae6d

Please sign in to comment.