haesleinhuepf / napari-assistant

BSD 3-Clause "New" or "Revised" License
20 stars 5 forks source link

Support PathLike #34

Closed haesleinhuepf closed 1 year ago

haesleinhuepf commented 1 year ago

When entering filenames as parameters, we were using type str so far. We should make sure napari.types.PathLike is supported as well. At the moment, functions with this parameter type are not listed in the assistant.

haesleinhuepf commented 1 year ago

This is available in napari-assistant>=0.3.15:

https://github.com/haesleinhuepf/napari-assistant/releases/tag/0.3.15