Releases: Imaging-Server-Kit/napari-serverkit
Releases · Imaging-Server-Kit/napari-serverkit
Release v0.1.2
What's changed
- Samples UI is hidden if no samples are available (to save some space).
- Tiled inference options are hidden if algorithm advertises tileable=False.
Release v0.1.1
Fix using Shapes and Points layers as inputs
Release v0.1.0
This is an important update to napari-serverkit matching the corresponding changes in Imaging Server Kit.
What's Changed
- Layout reorganized
- Samples can be loaded individually and may include any set of parameters (not only images)
- Display live updates (streaming) from algorithms as well as tiled inference (experimental)
Release v0.0.8
Update python from 3.9 to 3.11 in executable
Release v0.0.7
Add list and scalar outputs
Release v0.0.6
Update readme
Release v0.0.5
Add timeout error handling
Release v0.0.4
Add __version__
Release v0.0.3
Add __main__.py
Release v0.0.2
Update github actions to v4