fastMONAI 0.5.2__tar.gz → 0.5.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. {fastmonai-0.5.2/fastMONAI.egg-info → fastmonai-0.5.3}/PKG-INFO +2 -2
  2. fastmonai-0.5.3/fastMONAI/__init__.py +1 -0
  3. {fastmonai-0.5.2 → fastmonai-0.5.3/fastMONAI.egg-info}/PKG-INFO +2 -2
  4. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI.egg-info/SOURCES.txt +0 -1
  5. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI.egg-info/requires.txt +1 -1
  6. {fastmonai-0.5.2 → fastmonai-0.5.3}/settings.ini +2 -2
  7. fastmonai-0.5.2/fastMONAI/__init__.py +0 -1
  8. fastmonai-0.5.2/pyproject.toml +0 -11
  9. {fastmonai-0.5.2 → fastmonai-0.5.3}/CONTRIBUTING.md +0 -0
  10. {fastmonai-0.5.2 → fastmonai-0.5.3}/LICENSE +0 -0
  11. {fastmonai-0.5.2 → fastmonai-0.5.3}/MANIFEST.in +0 -0
  12. {fastmonai-0.5.2 → fastmonai-0.5.3}/README.md +0 -0
  13. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/_modidx.py +0 -0
  14. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/dataset_info.py +0 -0
  15. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/external_data.py +0 -0
  16. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/research_utils.py +0 -0
  17. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/utils.py +0 -0
  18. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_all.py +0 -0
  19. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_augmentation.py +0 -0
  20. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_core.py +0 -0
  21. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_data.py +0 -0
  22. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_inference.py +0 -0
  23. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_loss.py +0 -0
  24. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_metrics.py +0 -0
  25. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI/vision_plot.py +0 -0
  26. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI.egg-info/dependency_links.txt +0 -0
  27. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI.egg-info/entry_points.txt +0 -0
  28. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI.egg-info/not-zip-safe +0 -0
  29. {fastmonai-0.5.2 → fastmonai-0.5.3}/fastMONAI.egg-info/top_level.txt +0 -0
  30. {fastmonai-0.5.2 → fastmonai-0.5.3}/setup.cfg +0 -0
  31. {fastmonai-0.5.2 → fastmonai-0.5.3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastMONAI
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Summary: fastMONAI library
5
5
  Home-page: https://github.com/MMIV-ML/fastMONAI
6
6
  Author: Satheshkumar Kaliyugarasan
@@ -22,7 +22,7 @@ Requires-Dist: monai==1.5.0
22
22
  Requires-Dist: torchio==0.20.19
23
23
  Requires-Dist: xlrd>=1.2.0
24
24
  Requires-Dist: scikit-image==0.25.2
25
- Requires-Dist: imagedata==3.8.4
25
+ Requires-Dist: imagedata==3.8.14
26
26
  Requires-Dist: mlflow==3.3.1
27
27
  Requires-Dist: huggingface-hub
28
28
  Requires-Dist: gdown
@@ -0,0 +1 @@
1
+ __version__ = "0.5.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastMONAI
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Summary: fastMONAI library
5
5
  Home-page: https://github.com/MMIV-ML/fastMONAI
6
6
  Author: Satheshkumar Kaliyugarasan
@@ -22,7 +22,7 @@ Requires-Dist: monai==1.5.0
22
22
  Requires-Dist: torchio==0.20.19
23
23
  Requires-Dist: xlrd>=1.2.0
24
24
  Requires-Dist: scikit-image==0.25.2
25
- Requires-Dist: imagedata==3.8.4
25
+ Requires-Dist: imagedata==3.8.14
26
26
  Requires-Dist: mlflow==3.3.1
27
27
  Requires-Dist: huggingface-hub
28
28
  Requires-Dist: gdown
@@ -2,7 +2,6 @@ CONTRIBUTING.md
2
2
  LICENSE
3
3
  MANIFEST.in
4
4
  README.md
5
- pyproject.toml
6
5
  settings.ini
7
6
  setup.py
8
7
  fastMONAI/__init__.py
@@ -3,7 +3,7 @@ monai==1.5.0
3
3
  torchio==0.20.19
4
4
  xlrd>=1.2.0
5
5
  scikit-image==0.25.2
6
- imagedata==3.8.4
6
+ imagedata==3.8.14
7
7
  mlflow==3.3.1
8
8
  huggingface-hub
9
9
  gdown
@@ -5,10 +5,10 @@
5
5
  ### Python Library ###
6
6
  lib_name = fastMONAI
7
7
  min_python = 3.10
8
- version = 0.5.2
8
+ version = 0.5.3
9
9
  ### OPTIONAL ###
10
10
 
11
- requirements = fastai==2.8.3 monai==1.5.0 torchio==0.20.19 xlrd>=1.2.0 scikit-image==0.25.2 imagedata==3.8.4 mlflow==3.3.1 huggingface-hub gdown gradio opencv-python plum-dispatch
11
+ requirements = fastai==2.8.3 monai==1.5.0 torchio==0.20.19 xlrd>=1.2.0 scikit-image==0.25.2 imagedata==3.8.14 mlflow==3.3.1 huggingface-hub gdown gradio opencv-python plum-dispatch
12
12
  dev_requirements = ipywidgets nbdev tabulate quarto
13
13
 
14
14
  ### nbdev ###
@@ -1 +0,0 @@
1
- __version__ = "0.5.2"
@@ -1,11 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools>=64.0"]
3
- build-backend = "setuptools.build_meta"
4
-
5
- [project]
6
- name="fastMONAI"
7
- requires-python=">=3.10"
8
- dynamic = [ "keywords", "description", "version", "dependencies", "optional-dependencies", "readme", "license", "authors", "classifiers", "entry-points", "scripts", "urls"]
9
-
10
- [tool.uv]
11
- cache-keys = [{ file = "pyproject.toml" }, { file = "settings.ini" }, { file = "setup.py" }]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes