Skip to content

Commit

Permalink
Merge pull request InsightSoftwareConsortium#740 from bnmajor/bump-do…
Browse files Browse the repository at this point in the history
…c-version

Bump version in docs
  • Loading branch information
thewtex authored Mar 31, 2024
2 parents 6b1e5d3 + ec8880b commit 35a2cb9
Show file tree
Hide file tree
Showing 26 changed files with 34 additions and 34 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ The [EnvironmentCheck.ipynb](https://github.com/InsightSoftwareConsortium/itkwid
To install for all environments:

```bash
pip install 'itkwidgets[all]>=1.0a23'
pip install 'itkwidgets[all]>=1.0a49'
```

### Jupyter Notebook

To install the widgets for the Jupyter Notebook with pip:

```bash
pip install 'itkwidgets[notebook]>=1.0a23'
pip install 'itkwidgets[notebook]>=1.0a49'
```

Then look for the ImJoy icon at the top in the Jupyter Notebook:
Expand All @@ -38,7 +38,7 @@ Then look for the ImJoy icon at the top in the Jupyter Notebook:
For Jupyter Lab 3 run:

```bash
pip install 'itkwidgets[lab]>=1.0a23'
pip install 'itkwidgets[lab]>=1.0a49'
```

Then look for the ImJoy icon at the top in the Jupyter Notebook:
Expand All @@ -50,7 +50,7 @@ Then look for the ImJoy icon at the top in the Jupyter Notebook:
For Google Colab run:

```bash
pip install 'itkwidgets>=1.0a23'
pip install 'itkwidgets>=1.0a49'
```

## Example Notebooks
Expand Down
4 changes: 2 additions & 2 deletions docs/deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In the Pyodide notebook,

```python
import piplite
await piplite.install("itkwidgets==1.0a24")
await piplite.install("itkwidgets==1.0a49")
```

See also the [Sphinx / ReadTheDocs
Expand Down Expand Up @@ -72,7 +72,7 @@ also open them in Binder: [![Open in Binder](https://mybinder.org/badge_logo.svg
To enable quick inspection of your 3D data in the browser or in your terminal you can install the command-line tool.

```bash
pip install 'itkwidgets[cli]>=1.0a35'
pip install 'itkwidgets[cli]>=1.0a49'
playwright install --with-deps chromium
```
Previewing data in the terminal requires support for the iterm2 inline image protocol. Examples of terminals with this support include [wezterm](https://wezfurlong.org/wezterm/), [VSCode's Terminal](https://code.visualstudio.com/updates/v1_80#_image-support) (with VSCode >= v1.80), and [iTerm2](https://iterm2.com/index.html).
Expand Down
2 changes: 1 addition & 1 deletion docs/jupyterlite/files/Hello3DWorld.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"outputs": [],
"source": [
"import piplite\n",
"await piplite.install('itkwidgets==1.0a47')"
"await piplite.install('itkwidgets==1.0a49')"
]
},
{
Expand Down
10 changes: 5 additions & 5 deletions docs/quick_start_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ The [EnvironmentCheck.ipynb](https://github.com/InsightSoftwareConsortium/itkwid
To install for all environments:

```bash
pip install 'itkwidgets[all]>=1.0a23'
pip install 'itkwidgets[all]>=1.0a49'
```

### Jupyter Notebook

To install the widgets for the Jupyter Notebook with pip:

```bash
pip install 'itkwidgets[notebook]>=1.0a23'
pip install 'itkwidgets[notebook]>=1.0a49'
```

Then look for the ImJoy icon at the top in the Jupyter Notebook:
Expand All @@ -29,7 +29,7 @@ Then look for the ImJoy icon at the top in the Jupyter Notebook:
For Jupyter Lab 3 run:

```bash
pip install 'itkwidgets[lab]>=1.0a23'
pip install 'itkwidgets[lab]>=1.0a49'
```

Then look for the ImJoy icon at the top in the Jupyter Notebook:
Expand All @@ -41,13 +41,13 @@ Then look for the ImJoy icon at the top in the Jupyter Notebook:
For Google Colab run:

```bash
pip install 'itkwidgets>=1.0a23'
pip install 'itkwidgets>=1.0a49'
```

### Command Line (CLI)

```bash
pip install 'itkwidgets[cli]>=1.0a35'
pip install 'itkwidgets[cli]>=1.0a49'
playwright install --with-deps chromium
```

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- pyimagej
- pip:
- itk>=5.3.0
- itkwidgets[all]>=1.0a24
- itkwidgets[all]>=1.0a49
- imjoy-elfinder
- imjoy-jupyter-extension
- imjoy-jupyterlab-extension
Expand Down
2 changes: 1 addition & 1 deletion examples/EnvironmentCheck.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"outputs": [],
"source": [
"reqs = [\n",
" \"itkwidgets[all]>=1.0a24\",\n",
" \"itkwidgets[all]>=1.0a49\",\n",
" \"imjoy-elfinder\",\n",
" \"imjoy-jupyter-extension\",\n",
" \"imjoy-jupyterlab-extension\",\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/GettersAndSetters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"source": [
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q imageio \"itkwidgets[all]>=1.0a40\""
"!{sys.executable} -m pip install -q imageio \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/Hello3DWorld.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"source": [
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q imageio \"itkwidgets[all]>=1.0a23\""
"!{sys.executable} -m pip install -q imageio \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/NumPyArrayPointSet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"source": [
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q \"itkwidgets[all]>=1.0a23\""
"!{sys.executable} -m pip install -q \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/MONAI/transform_visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q \"monai[nibabel,itk,matplotlib,tqdm]\" \"itkwidgets[all]>=1.0a47\""
"!{sys.executable} -m pip install -q \"monai[nibabel,itk,matplotlib,tqdm]\" \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/PyImageJ/ImageJImgLib2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"import sys\n",
"\n",
"!conda install --yes --prefix {sys.prefix} -c conda-forge pyimagej\n",
"!{sys.executable} -m pip install -q \"itkwidgets[all]>=1.0a23\""
"!{sys.executable} -m pip install -q \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/PyVista/LiDAR.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q pyvista \"itkwidgets[all]>=1.0a23\""
"!{sys.executable} -m pip install -q pyvista \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/PyVista/UniformGrid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q pyvista \"itkwidgets[all]>=1.0a23\""
"!{sys.executable} -m pip install -q pyvista \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/dask/DaskArray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q 'dask[diagnostics]' toolz scikit-image pooch matplotlib \"itkwidgets[all]>=1.0a23\" \"itk-io>=5.3.0\""
"!{sys.executable} -m pip install -q 'dask[diagnostics]' toolz scikit-image pooch matplotlib \"itkwidgets[all]>=1.0a49\" \"itk-io>=5.3.0\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itk/3DImage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q pooch tqdm \"itk-io>=5.3.0\" \"itkwidgets[all]>=1.0a40\""
"!{sys.executable} -m pip install -q pooch tqdm \"itk-io>=5.3.0\" \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itk/DICOM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q --upgrade \"itk-io>=5.3.0\" tqdm pooch \"itkwidgets[all]>=1.0a23\""
"!{sys.executable} -m pip install -q --upgrade \"itk-io>=5.3.0\" tqdm pooch \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itk/IDC_Seg_Primer_Examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"source": [
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q pooch itk-io \"itkwidgets[all]>=1.0a33\" pydicom pydicom-seg numpy"
"!{sys.executable} -m pip install -q pooch itk-io \"itkwidgets[all]>=1.0a49\" pydicom pydicom-seg numpy"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itk/MulticomponentNumPy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q itk-core \"itkwidgets[all]>=1.0a23\""
"!{sys.executable} -m pip install -q itk-core \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itk/SelectROI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q pooch tqdm \"itk-io>=5.3.0\" \"itk-filtering>=5.3.0\" \"itkwidgets[all]>=1.0a48\" rich"
"!{sys.executable} -m pip install -q pooch tqdm \"itk-io>=5.3.0\" \"itk-filtering>=5.3.0\" \"itkwidgets[all]>=1.0a49\" rich"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itk/ThinPlateSpline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"source": [
"import sys, os\n",
"\n",
"!{sys.executable} -m pip install -q tqdm pooch \"itk>=5.3.0\" \"itkwidgets[all]>=1.0a29\""
"!{sys.executable} -m pip install -q tqdm pooch \"itk>=5.3.0\" \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itkwasm/3DImage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q pooch tqdm rich \"itkwasm-image-io\" \"itkwidgets[all]>=1.0a40\""
"!{sys.executable} -m pip install -q pooch tqdm rich \"itkwasm-image-io\" \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itkwasm/SelectROI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q pooch tqdm \"itkwidgets[all]>=1.0a43\" rich itkwasm-image-io"
"!{sys.executable} -m pip install -q pooch tqdm \"itkwidgets[all]>=1.0a49\" rich itkwasm-image-io"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/vtk/vtkImageData.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q vtk \"itkwidgets[all]>=1.0a23\""
"!{sys.executable} -m pip install -q vtk \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/vtk/vtkPolyDataPointSet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q vtk \"itkwidgets[all]>=1.0a23\""
"!{sys.executable} -m pip install -q vtk \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/xarray/DataArray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"source": [
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q netCDF4 xarray pooch \"itkwidgets[all]>=1.0a23\""
"!{sys.executable} -m pip install -q netCDF4 xarray pooch \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/zarr/OME-NGFF-Brainstem-MRI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q zarr \"fsspec[http]\" \"itkwidgets[all]>=1.0a23\""
"!{sys.executable} -m pip install -q zarr \"fsspec[http]\" \"itkwidgets[all]>=1.0a49\""
]
},
{
Expand Down

0 comments on commit 35a2cb9

Please sign in to comment.