From 522a6478176aba4b34a52c361c5afa10f900e357 Mon Sep 17 00:00:00 2001 From: scap3yvt <149599669+scap3yvt@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:37:18 -0500 Subject: [PATCH] version updated --- 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 20135e762..e51579b04 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.2" +__version__ = "0.1.3-dev" diff --git a/samples/config_all_options.yaml b/samples/config_all_options.yaml index bbeba97dc..c3769f8d1 100644 --- a/samples/config_all_options.yaml +++ b/samples/config_all_options.yaml @@ -1,8 +1,8 @@ # affix version version: { - minimum: 0.1.2, - maximum: 0.1.2 # this should NOT be made a variable, but should be tested after every tag is created + minimum: 0.1.3-dev, + maximum: 0.1.3-dev # 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 1c388c727..828b903df 100644 --- a/samples/config_classification.yaml +++ b/samples/config_classification.yaml @@ -1,8 +1,8 @@ # affix version version: { - minimum: 0.1.2, - maximum: 0.1.2 # this should NOT be made a variable, but should be tested after every tag is created + minimum: 0.1.3-dev, + maximum: 0.1.3-dev # 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 5b207ff80..e37e255a0 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.2 + maximum: 0.1.3-dev 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 218a2eb8e..92752d94b 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.2 + maximum: 0.1.3-dev 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 bcfd895dc..6202d5ec7 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.2 + maximum: 0.1.3-dev 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 fc28692fd..0b82acdf1 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.2 + maximum: 0.1.3-dev 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 92b52891b..39830fea1 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.2 + maximum: 0.1.3-dev 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 b9937efce..e6121ee52 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.2 - minimum: 0.1.2 + maximum: 0.1.3-dev + minimum: 0.1.3-dev weighted_loss: true diff --git a/samples/config_regression.yaml b/samples/config_regression.yaml index b50a69895..20d22efed 100644 --- a/samples/config_regression.yaml +++ b/samples/config_regression.yaml @@ -1,8 +1,8 @@ # affix version version: { - minimum: 0.1.2, - maximum: 0.1.2 # this should NOT be made a variable, but should be tested after every tag is created + minimum: 0.1.3-dev, + maximum: 0.1.3-dev # 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 54954e6c1..acb0d1841 100644 --- a/samples/config_segmentation_brats.yaml +++ b/samples/config_segmentation_brats.yaml @@ -1,8 +1,8 @@ # affix version version: { - minimum: 0.1.2, - maximum: 0.1.2 # this should NOT be made a variable, but should be tested after every tag is created + minimum: 0.1.3-dev, + maximum: 0.1.3-dev # 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 5862369e7..2ac3030b6 100644 --- a/samples/config_segmentation_histology.yaml +++ b/samples/config_segmentation_histology.yaml @@ -1,8 +1,8 @@ # affix version version: { - minimum: 0.1.2, - maximum: 0.1.2 # this should NOT be made a variable, but should be tested after every tag is created + minimum: 0.1.3-dev, + maximum: 0.1.3-dev # 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 3d38bde04..a332855be 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.2 + maximum: 0.1.3-dev minimum: 0.0.14 weighted_loss: True diff --git a/testing/config_regression.yaml b/testing/config_regression.yaml index 83a68f93b..faaf1ee04 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.2 + maximum: 0.1.3-dev minimum: 0.0.14 weighted_loss: false diff --git a/testing/config_segmentation.yaml b/testing/config_segmentation.yaml index defed728d..7365f737c 100644 --- a/testing/config_segmentation.yaml +++ b/testing/config_segmentation.yaml @@ -3,7 +3,7 @@ version: { minimum: 0.0.14, - maximum: 0.1.2 + maximum: 0.1.3-dev } model: { diff --git a/tutorials/classification_medmnist_notebook/config.yaml b/tutorials/classification_medmnist_notebook/config.yaml index 03591735f..878430b80 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.2 # this should NOT be made a variable, but should be tested after every tag is created + maximum: 0.1.3-dev # this should NOT be made a variable, but should be tested after every tag is created } # Choose the model parameters here model: