Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ option(BUILD_SHARED_LIBS OFF)
file(READ "${CMAKE_CURRENT_SOURCE_DIR}/pyclesperanto/_version.py" VERSION_FILE_CONTENT)
string(REGEX MATCH "CLIC_VERSION = \"([^\"]+)\"" _ ${VERSION_FILE_CONTENT})
# set(CLIC_REPO_TAG ${CMAKE_MATCH_1})
set(CLIC_REPO_TAG "master")
set(CLIC_REPO_TAG "patch-2")
set(CLIC_REPO_URL "https://github.com/clEsperanto/CLIc.git")
set(BUILD_OPENCL_BACKEND ON CACHE BOOL "Build with OCL if FOUND" FORCE)
set(BUILD_CUDA_BACKEND ON CACHE BOOL "Build with CUDA if FOUND" FORCE)
Expand Down
71 changes: 16 additions & 55 deletions demos/examples/affine_transforms.ipynb

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions demos/examples/clahe_intensity_correction.ipynb

Large diffs are not rendered by default.

1,919 changes: 955 additions & 964 deletions demos/examples/fft_operations_fft.ipynb

Large diffs are not rendered by default.

79 changes: 56 additions & 23 deletions demos/examples/identify_nuclei_by_intensity.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions demos/examples/membrane_segmentation_2d.ipynb

Large diffs are not rendered by default.

308 changes: 113 additions & 195 deletions demos/examples/neighborhood_quantification.ipynb

Large diffs are not rendered by default.

58 changes: 28 additions & 30 deletions demos/examples/parametric_maps.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demos/examples/ridge_detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 4,
"id": "d98a0118-ca2c-4338-ba69-25283f7d3042",
"metadata": {},
"outputs": [
Expand Down
Loading
Loading