Skip to content

Commit

Permalink
REL v22.08.01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GPUtester committed Sep 1, 2022
1 parent 5d78970 commit 61500c2
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.08.00
22.08.01
2 changes: 1 addition & 1 deletion cpp/plugins/cucim.kit.cumed/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.08.00
22.08.01
2 changes: 1 addition & 1 deletion cpp/plugins/cucim.kit.cuslide/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.08.00
22.08.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": "[email protected].00.so"
"CUCIM_TEST_PLUGIN_PATH": "[email protected].01.so"
},
"cwd": "${workspaceDirectory}",
"catch2": {
Expand Down Expand Up @@ -226,7 +226,7 @@
},
{
"name": "CUCIM_TEST_PLUGIN_PATH",
"value": "[email protected].00.so"
"value": "[email protected].01.so"
}
],
"console": "externalTerminal",
Expand Down Expand Up @@ -254,7 +254,7 @@
},
{
"name": "CUCIM_TEST_PLUGIN_PATH",
"value": "[email protected].00.so"
"value": "[email protected].01.so"
}
],
"console": "externalTerminal",
Expand Down Expand Up @@ -286,7 +286,7 @@
},
{
"name": "CUCIM_TEST_PLUGIN_PATH",
"value": "[email protected].00.so"
"value": "[email protected].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 = '22.08'
# The full version, including alpha/beta/rc tags.
release = '22.08.00'
release = '22.08.01'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion python/cucim/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.08.00
22.08.01
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-v22.08.00-linux.tar.gz`).
Please download the latest SDK package (`cuCIM-v22.08.01-linux.tar.gz`).

Untar the downloaded file.

```bash
mkdir -p cuCIM-v22.08.00
tar -xzvf cuCIM-v22.08.00-linux.tar.gz -C cuCIM-v22.08.00
mkdir -p cuCIM-v22.08.01
tar -xzvf cuCIM-v22.08.01-linux.tar.gz -C cuCIM-v22.08.01

cd cuCIM-v22.08.00
cd cuCIM-v22.08.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: [email protected].00.so
[Plugin: cucim.kit.cuslide] Loading the dynamic library from: [email protected].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 22.08.00](release_notes/v22.08.00.md).
Current latest version is [Version 22.08.01](release_notes/v22.08.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 61500c2

Please sign in to comment.