From a3445df5f07226f82802561090ca324b8caf29f5 Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Mon, 11 Dec 2023 11:06:58 -0500 Subject: [PATCH] REL v23.12.01 release --- VERSION | 2 +- cucim.code-workspace | 8 ++++---- docs/source/conf.py | 2 +- python/cucim/docs/getting_started/index.md | 10 +++++----- python/cucim/docs/index.md | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/VERSION b/VERSION index a193fff41..4dc24aa48 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -23.12.00 +23.12.01 diff --git a/cucim.code-workspace b/cucim.code-workspace index c8be5d588..32875ff5b 100644 --- a/cucim.code-workspace +++ b/cucim.code-workspace @@ -33,7 +33,7 @@ "CUCIM_TESTDATA_FOLDER": "${workspaceDirectory}/test_data", // Add cuslide plugin's library path to LD_LIBRARY_PATH "LD_LIBRARY_PATH": "${workspaceDirectory}/build-debug/lib:${workspaceDirectory}/cpp/plugins/cucim.kit.cuslide/build-debug/lib:${workspaceDirectory}/temp/cuda/lib64:${os_env:LD_LIBRARY_PATH}", - "CUCIM_TEST_PLUGIN_PATH": "cucim.kit.cuslide@23.12.00.so" + "CUCIM_TEST_PLUGIN_PATH": "cucim.kit.cuslide@23.12.01.so" }, "cwd": "${workspaceDirectory}", "catch2": { @@ -226,7 +226,7 @@ }, { "name": "CUCIM_TEST_PLUGIN_PATH", - "value": "cucim.kit.cuslide@23.12.00.so" + "value": "cucim.kit.cuslide@23.12.01.so" } ], "console": "externalTerminal", @@ -254,7 +254,7 @@ }, { "name": "CUCIM_TEST_PLUGIN_PATH", - "value": "cucim.kit.cuslide@23.12.00.so" + "value": "cucim.kit.cuslide@23.12.01.so" } ], "console": "externalTerminal", @@ -286,7 +286,7 @@ }, { "name": "CUCIM_TEST_PLUGIN_PATH", - "value": "cucim.kit.cuslide@23.12.00.so" + "value": "cucim.kit.cuslide@23.12.01.so" } ], "console": "externalTerminal", diff --git a/docs/source/conf.py b/docs/source/conf.py index f1df142f9..02c8db3f0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -74,7 +74,7 @@ # The short X.Y version. version = '23.12' # The full version, including alpha/beta/rc tags. -release = '23.12.00' +release = '23.12.01' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/python/cucim/docs/getting_started/index.md b/python/cucim/docs/getting_started/index.md index 5eff46f3f..0dcd1d2b2 100644 --- a/python/cucim/docs/getting_started/index.md +++ b/python/cucim/docs/getting_started/index.md @@ -14,15 +14,15 @@ ## Installation -Please download the latest SDK package (`cuCIM-v23.12.00-linux.tar.gz`). +Please download the latest SDK package (`cuCIM-v23.12.01-linux.tar.gz`). Untar the downloaded file. ```bash -mkdir -p cuCIM-v23.12.00 -tar -xzvf cuCIM-v23.12.00-linux.tar.gz -C cuCIM-v23.12.00 +mkdir -p cuCIM-v23.12.01 +tar -xzvf cuCIM-v23.12.01-linux.tar.gz -C cuCIM-v23.12.01 -cd cuCIM-v23.12.00 +cd cuCIM-v23.12.01 ``` ## Run command @@ -147,7 +147,7 @@ Its execution would show some metadata information and create two files -- `outp ``` $ ./bin/tiff_image notebooks/input/image.tif . [Plugin: cucim.kit.cuslide] Loading... -[Plugin: cucim.kit.cuslide] Loading the dynamic library from: cucim.kit.cuslide@23.12.00.so +[Plugin: cucim.kit.cuslide] Loading the dynamic library from: cucim.kit.cuslide@23.12.01.so [Plugin: cucim.kit.cuslide] loaded successfully. Version: 0 Initializing plugin: cucim.kit.cuslide (interfaces: [cucim::io::IImageFormat v0.1]) (impl: cucim.kit.cuslide) is_loaded: true diff --git a/python/cucim/docs/index.md b/python/cucim/docs/index.md index d78831377..2eddbce6d 100644 --- a/python/cucim/docs/index.md +++ b/python/cucim/docs/index.md @@ -18,7 +18,7 @@ development/index --> # cuCIM Documentation -Current latest version is [Version 23.12.00](release_notes/v23.12.00.md). +Current latest version is [Version 23.12.01](release_notes/v23.12.01.md). **cuCIM** a toolkit to provide GPU accelerated I/O, image processing & computer vision primitives for N-Dimensional images with a focus on biomedical imaging.