Skip to content

Commit

Permalink
REL v23.12.01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Dec 11, 2023
1 parent 2cdecf8 commit a3445df
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.12.00
23.12.01
8 changes: 4 additions & 4 deletions cucim.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions python/cucim/docs/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/cucim/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a3445df

Please sign in to comment.