Skip to content

Commit 836cbc5

Browse files
authored
Merge pull request #584 from thewtex/numpy-multi-component
Numpy multi component
2 parents a339302 + f6052ab commit 836cbc5

File tree

5 files changed

+312
-31
lines changed

5 files changed

+312
-31
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ env/
1818
venv/
1919
ENV/
2020
env.bak/
21-
venv.bak/
21+
venv.bak/
22+
23+
# JupyterLite build
24+
docs/jupyterlite/.cache/
25+
docs/jupyterlite/.jupyterlite.doit.db
26+
docs/jupyterlite/_output/

examples/integrations/itk/3DImage.ipynb

Lines changed: 15 additions & 19 deletions
Large diffs are not rendered by default.

examples/integrations/itk/DICOM.ipynb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,10 @@
4141
},
4242
{
4343
"cell_type": "code",
44-
"execution_count": 8,
44+
"execution_count": null,
4545
"id": "d140f3f6-c670-4c59-90e0-2d11a0cfe676",
4646
"metadata": {},
47-
"outputs": [
48-
{
49-
"name": "stderr",
50-
"output_type": "stream",
51-
"text": [
52-
"Unzipping contents of '/home/matt/.cache/pooch/06f3f9bf354cbb431cef0c829394e821-download' to '/home/matt/.cache/pooch/06f3f9bf354cbb431cef0c829394e821-download.unzip'\n"
53-
]
54-
}
55-
],
47+
"outputs": [],
5648
"source": [
5749
"dicom_files = pooch.retrieve('https://data.kitware.com/api/v1/item/6347159711dab81428208e24/download',\n",
5850
" known_hash='7ae09068c9b807b2276feb3427cebf82865ae39efc954f0222a4eec1acd6554d',\n",

examples/integrations/itk/MulticomponentNumPy.ipynb

Lines changed: 288 additions & 0 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"imjoy-rpc >= 0.5.16",
4040
"imjoy-utils >= 0.1.2",
4141
"importlib-metadata == 4.13.0 ; python_version == '3.7'",
42-
"ngff-zarr[dask-image] >= 0.1.5",
42+
"ngff-zarr[dask-image] >= 0.1.6",
4343
"numcodecs",
4444
"zarr",
4545
]

0 commit comments

Comments
 (0)