InsightSoftwareConsortium / ITKCLEsperanto

ITK filters accelerated with OpenCL via [clEsperanto](https://clesperanto.github.io/).
Apache License 2.0
4 stars 3 forks source link

Tag PyPI Wheels #36

Closed tbirdso closed 2 years ago

tbirdso commented 2 years ago

Prerequisites

GPU test failure resolved (depends on https://github.com/InsightSoftwareConsortium/ITKCLEsperanto/issues/31)

Steps

tbirdso commented 2 years ago

ITKCLEsperanto tagged v0.2.1 packages are now available at https://pypi.org/project/itk-clesperanto/.

To use:

> pip install itk-clesperanto
> python
>>> import itk
>>> image = itk.CLEImage[<pixel type>, <dimension>].New()
...

cc @thewtex @aaron-bray

thewtex commented 2 years ago

@tbirdso AWESOME! Well done 👏 ✔️ 👍