Releases: Imaging-Server-Kit/imaging-server-kit
Releases · Imaging-Server-Kit/imaging-server-kit
imaging-server-kit 0.1.3
What's Changed
- Add Conway's game of life as an example
- Set
tileable=Falsein@sk.algorithmto disable tiling functionalities.
imaging-server-kit 0.1.2
Full Changelog: v0.1.1...v0.1.2
imaging-server-kit 0.1.1
Full Changelog: v0.1.0...v0.1.1
imaging-server-kit 0.1.0
This is a major update of the Imaging Server Kit that includes important API changes, new features, and general improvements across the board.
What's Changed
- Algorithm servers rebranded as algorithms (
@algorithm_serverbecomes@sk.algorithm), with a simplified algorithm creation process. - Parameter types are inferred from explicit annotations, type hints, defaults, or variable names
- Data layers are used to represent both input parameters and algorithm outputs.
- Sample images become more general parameter samples
- Live updates ("streaming") using
yieldstatements - First steps towards tiled inference
- Functions like
sk.serve(),sk.to_napari(),sk.combine()make it easier to work with algorithms - Cellpose v4 implementation with GPU + custom model support by @alandolt in #1
New Contributors
Full Changelog: v0.0.16...v0.1.0
imaging-server-kit 0.0.16
Full Changelog: v0.0.15...v0.0.16
imaging-server-kit 0.0.15
Full Changelog: v0.0.14...v0.0.15
v0.0.14
First release, mainly so that we can get a DOI from Zenodo.
Most recent changes:
- Rename
FloatSpinBoxUIandIntSpinBoxUItoFloatUIandIntUI - Add default values to
int,float, andboolparameters - Add Stackreg and Yolo examples