Skip to content

Releases: Imaging-Server-Kit/imaging-server-kit

imaging-server-kit 0.1.3

08 Dec 10:18
cb94cd5

Choose a tag to compare

What's Changed

  • Add Conway's game of life as an example
  • Set tileable=False in @sk.algorithm to disable tiling functionalities.

imaging-server-kit 0.1.2

17 Nov 13:42

Choose a tag to compare

imaging-server-kit 0.1.1

06 Nov 14:14

Choose a tag to compare

imaging-server-kit 0.1.0

05 Nov 15:06

Choose a tag to compare

Pre-release

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_server becomes @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 yield statements
  • 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

09 Jul 12:10

Choose a tag to compare

imaging-server-kit 0.0.15

17 Jun 15:36

Choose a tag to compare

v0.0.14

16 Jun 09:07

Choose a tag to compare

First release, mainly so that we can get a DOI from Zenodo.

Most recent changes:

  • Rename FloatSpinBoxUI and IntSpinBoxUI to FloatUI and IntUI
  • Add default values to int, float, and bool parameters
  • Add Stackreg and Yolo examples