From 38f8197bb64d5f503466adf7fdc025cf796b96ca Mon Sep 17 00:00:00 2001 From: scap3yvt <149599669+scap3yvt@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:22:18 -0400 Subject: [PATCH] version updated for tagging --- GANDLF/version.py | 2 +- samples/config_all_options.yaml | 4 ++-- samples/config_classification.yaml | 4 ++-- samples/config_getting_started_classification_histo2d.yaml | 2 +- samples/config_getting_started_classification_rad3d.yaml | 2 +- samples/config_getting_started_regression_histo2d.yaml | 2 +- samples/config_getting_started_regression_rad3d.yaml | 2 +- samples/config_getting_started_segmentation_histo2d.yaml | 2 +- samples/config_getting_started_segmentation_rad3d.yaml | 4 ++-- samples/config_regression.yaml | 4 ++-- samples/config_segmentation_brats.yaml | 4 ++-- samples/config_segmentation_histology.yaml | 4 ++-- testing/config_classification.yaml | 2 +- testing/config_regression.yaml | 2 +- testing/config_segmentation.yaml | 2 +- tutorials/classification_medmnist_notebook/config.yaml | 2 +- 16 files changed, 22 insertions(+), 22 deletions(-) diff --git a/GANDLF/version.py b/GANDLF/version.py index 969da2b13..9ad09c55e 100644 --- a/GANDLF/version.py +++ b/GANDLF/version.py @@ -2,4 +2,4 @@ # -*- coding: UTF-8 -*- # check GaNDLF wiki for versioning and release guidelines: https://github.com/mlcommons/GaNDLF/wiki -__version__ = "0.1.1-dev" +__version__ = "0.1.1" diff --git a/samples/config_all_options.yaml b/samples/config_all_options.yaml index 51edecb01..224e1a649 100644 --- a/samples/config_all_options.yaml +++ b/samples/config_all_options.yaml @@ -1,8 +1,8 @@ # affix version version: { - minimum: 0.1.1-dev, - maximum: 0.1.1-dev # this should NOT be made a variable, but should be tested after every tag is created + minimum: 0.1.1, + maximum: 0.1.1 # this should NOT be made a variable, but should be tested after every tag is created } ## Choose the model parameters here model: diff --git a/samples/config_classification.yaml b/samples/config_classification.yaml index 8dbd3a082..5b411ea0d 100644 --- a/samples/config_classification.yaml +++ b/samples/config_classification.yaml @@ -1,8 +1,8 @@ # affix version version: { - minimum: 0.1.1-dev, - maximum: 0.1.1-dev # this should NOT be made a variable, but should be tested after every tag is created + minimum: 0.1.1, + maximum: 0.1.1 # this should NOT be made a variable, but should be tested after every tag is created } # Choose the model parameters here model: diff --git a/samples/config_getting_started_classification_histo2d.yaml b/samples/config_getting_started_classification_histo2d.yaml index 5d59c3c3a..3fea7a791 100644 --- a/samples/config_getting_started_classification_histo2d.yaml +++ b/samples/config_getting_started_classification_histo2d.yaml @@ -94,6 +94,6 @@ scheduler: track_memory_usage: false verbose: false version: - maximum: 0.1.1-dev + maximum: 0.1.1 minimum: 0.0.14 weighted_loss: true diff --git a/samples/config_getting_started_classification_rad3d.yaml b/samples/config_getting_started_classification_rad3d.yaml index 83c5ef6b8..50d83ed64 100644 --- a/samples/config_getting_started_classification_rad3d.yaml +++ b/samples/config_getting_started_classification_rad3d.yaml @@ -99,6 +99,6 @@ scheduler: track_memory_usage: false verbose: false version: - maximum: 0.1.1-dev + maximum: 0.1.1 minimum: 0.0.14 weighted_loss: true diff --git a/samples/config_getting_started_regression_histo2d.yaml b/samples/config_getting_started_regression_histo2d.yaml index 0101d2ccc..35a773ca8 100644 --- a/samples/config_getting_started_regression_histo2d.yaml +++ b/samples/config_getting_started_regression_histo2d.yaml @@ -59,6 +59,6 @@ scheduler: track_memory_usage: false verbose: false version: - maximum: 0.1.1-dev + maximum: 0.1.1 minimum: 0.0.14 weighted_loss: true diff --git a/samples/config_getting_started_regression_rad3d.yaml b/samples/config_getting_started_regression_rad3d.yaml index 39db08ad4..0ae3db19f 100644 --- a/samples/config_getting_started_regression_rad3d.yaml +++ b/samples/config_getting_started_regression_rad3d.yaml @@ -62,6 +62,6 @@ scheduler: track_memory_usage: false verbose: false version: - maximum: 0.1.1-dev + maximum: 0.1.1 minimum: 0.0.14 weighted_loss: false diff --git a/samples/config_getting_started_segmentation_histo2d.yaml b/samples/config_getting_started_segmentation_histo2d.yaml index 67871e07d..38d93d1c8 100644 --- a/samples/config_getting_started_segmentation_histo2d.yaml +++ b/samples/config_getting_started_segmentation_histo2d.yaml @@ -66,6 +66,6 @@ scheduler: track_memory_usage: false verbose: true version: - maximum: 0.1.1-dev + maximum: 0.1.1 minimum: 0.0.14 weighted_loss: true diff --git a/samples/config_getting_started_segmentation_rad3d.yaml b/samples/config_getting_started_segmentation_rad3d.yaml index 39316b755..bf83e1af6 100644 --- a/samples/config_getting_started_segmentation_rad3d.yaml +++ b/samples/config_getting_started_segmentation_rad3d.yaml @@ -89,6 +89,6 @@ scheduler: track_memory_usage: false verbose: true version: - maximum: 0.1.1-dev - minimum: 0.1.1-dev + maximum: 0.1.1 + minimum: 0.1.1 weighted_loss: true diff --git a/samples/config_regression.yaml b/samples/config_regression.yaml index a0c1d65f8..3c922fa24 100644 --- a/samples/config_regression.yaml +++ b/samples/config_regression.yaml @@ -1,8 +1,8 @@ # affix version version: { - minimum: 0.1.1-dev, - maximum: 0.1.1-dev # this should NOT be made a variable, but should be tested after every tag is created + minimum: 0.1.1, + maximum: 0.1.1 # this should NOT be made a variable, but should be tested after every tag is created } # Choose the model parameters here model: diff --git a/samples/config_segmentation_brats.yaml b/samples/config_segmentation_brats.yaml index d56a30e2f..5a75623b1 100644 --- a/samples/config_segmentation_brats.yaml +++ b/samples/config_segmentation_brats.yaml @@ -1,8 +1,8 @@ # affix version version: { - minimum: 0.1.1-dev, - maximum: 0.1.1-dev # this should NOT be made a variable, but should be tested after every tag is created + minimum: 0.1.1, + maximum: 0.1.1 # this should NOT be made a variable, but should be tested after every tag is created } # Choose the model parameters here model: diff --git a/samples/config_segmentation_histology.yaml b/samples/config_segmentation_histology.yaml index ddc6abd99..9b8484177 100644 --- a/samples/config_segmentation_histology.yaml +++ b/samples/config_segmentation_histology.yaml @@ -1,8 +1,8 @@ # affix version version: { - minimum: 0.1.1-dev, - maximum: 0.1.1-dev # this should NOT be made a variable, but should be tested after every tag is created + minimum: 0.1.1, + maximum: 0.1.1 # this should NOT be made a variable, but should be tested after every tag is created } # Choose the model parameters here model: diff --git a/testing/config_classification.yaml b/testing/config_classification.yaml index ea8f0f890..4f4eb243e 100644 --- a/testing/config_classification.yaml +++ b/testing/config_classification.yaml @@ -55,7 +55,7 @@ save_output: false scaling_factor: 1 scheduler: triangle version: - maximum: 0.1.1-dev + maximum: 0.1.1 minimum: 0.0.14 weighted_loss: True diff --git a/testing/config_regression.yaml b/testing/config_regression.yaml index 474ac163e..5bd7f2ca3 100644 --- a/testing/config_regression.yaml +++ b/testing/config_regression.yaml @@ -38,7 +38,7 @@ save_output: false scaling_factor: 1 scheduler: triangle version: - maximum: 0.1.1-dev + maximum: 0.1.1 minimum: 0.0.14 weighted_loss: false diff --git a/testing/config_segmentation.yaml b/testing/config_segmentation.yaml index e49d4b716..e67959148 100644 --- a/testing/config_segmentation.yaml +++ b/testing/config_segmentation.yaml @@ -3,7 +3,7 @@ version: { minimum: 0.0.14, - maximum: 0.1.1-dev + maximum: 0.1.1 } model: { diff --git a/tutorials/classification_medmnist_notebook/config.yaml b/tutorials/classification_medmnist_notebook/config.yaml index 5e7e1138c..290988b63 100644 --- a/tutorials/classification_medmnist_notebook/config.yaml +++ b/tutorials/classification_medmnist_notebook/config.yaml @@ -2,7 +2,7 @@ version: { minimum: 0.0.14, - maximum: 0.1.1-dev # this should NOT be made a variable, but should be tested after every tag is created + maximum: 0.1.1 # this should NOT be made a variable, but should be tested after every tag is created } # Choose the model parameters here model: