Skip to content

Commit 61500c2

Browse files
committed
REL v22.08.01 release
1 parent 5d78970 commit 61500c2

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.08.00
1+
22.08.01
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.08.00
1+
22.08.01
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.08.00
1+
22.08.01

cucim.code-workspace

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"CUCIM_TESTDATA_FOLDER": "${workspaceDirectory}/test_data",
3434
// Add cuslide plugin's library path to LD_LIBRARY_PATH
3535
"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}",
36-
"CUCIM_TEST_PLUGIN_PATH": "[email protected].00.so"
36+
"CUCIM_TEST_PLUGIN_PATH": "[email protected].01.so"
3737
},
3838
"cwd": "${workspaceDirectory}",
3939
"catch2": {
@@ -226,7 +226,7 @@
226226
},
227227
{
228228
"name": "CUCIM_TEST_PLUGIN_PATH",
229-
"value": "[email protected].00.so"
229+
"value": "[email protected].01.so"
230230
}
231231
],
232232
"console": "externalTerminal",
@@ -254,7 +254,7 @@
254254
},
255255
{
256256
"name": "CUCIM_TEST_PLUGIN_PATH",
257-
"value": "[email protected].00.so"
257+
"value": "[email protected].01.so"
258258
}
259259
],
260260
"console": "externalTerminal",
@@ -286,7 +286,7 @@
286286
},
287287
{
288288
"name": "CUCIM_TEST_PLUGIN_PATH",
289-
"value": "[email protected].00.so"
289+
"value": "[email protected].01.so"
290290
}
291291
],
292292
"console": "externalTerminal",

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# The short X.Y version.
7575
version = '22.08'
7676
# The full version, including alpha/beta/rc tags.
77-
release = '22.08.00'
77+
release = '22.08.01'
7878

7979
# The language for content autogenerated by Sphinx. Refer to documentation
8080
# for a list of supported languages.

python/cucim/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.08.00
1+
22.08.01

python/cucim/docs/getting_started/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
## Installation
1616

17-
Please download the latest SDK package (`cuCIM-v22.08.00-linux.tar.gz`).
17+
Please download the latest SDK package (`cuCIM-v22.08.01-linux.tar.gz`).
1818

1919
Untar the downloaded file.
2020

2121
```bash
22-
mkdir -p cuCIM-v22.08.00
23-
tar -xzvf cuCIM-v22.08.00-linux.tar.gz -C cuCIM-v22.08.00
22+
mkdir -p cuCIM-v22.08.01
23+
tar -xzvf cuCIM-v22.08.01-linux.tar.gz -C cuCIM-v22.08.01
2424

25-
cd cuCIM-v22.08.00
25+
cd cuCIM-v22.08.01
2626
```
2727

2828
## Run command
@@ -147,7 +147,7 @@ Its execution would show some metadata information and create two files -- `outp
147147
```
148148
$ ./bin/tiff_image notebooks/input/image.tif .
149149
[Plugin: cucim.kit.cuslide] Loading...
150-
[Plugin: cucim.kit.cuslide] Loading the dynamic library from: [email protected].00.so
150+
[Plugin: cucim.kit.cuslide] Loading the dynamic library from: [email protected].01.so
151151
[Plugin: cucim.kit.cuslide] loaded successfully. Version: 0
152152
Initializing plugin: cucim.kit.cuslide (interfaces: [cucim::io::IImageFormat v0.1]) (impl: cucim.kit.cuslide)
153153
is_loaded: true

python/cucim/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ development/index -->
1818

1919
# cuCIM Documentation
2020

21-
Current latest version is [Version 22.08.00](release_notes/v22.08.00.md).
21+
Current latest version is [Version 22.08.01](release_notes/v22.08.01.md).
2222

2323
**cuCIM** a toolkit to provide GPU accelerated I/O, image processing & computer vision primitives for N-Dimensional images with a focus on biomedical imaging.
2424

0 commit comments

Comments
 (0)