Skip to content

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

imaging-server-kit 0.1.3

Choose a tag to compare

@github-actions github-actions released this 08 Dec 10:18
cb94cd5

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

Choose a tag to compare

@github-actions github-actions released this 17 Nov 13:42

Full Changelog: v0.1.1...v0.1.2

imaging-server-kit 0.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Nov 14:14

Full Changelog: v0.1.0...v0.1.1

imaging-server-kit 0.1.0

Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Nov 15:06

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

Choose a tag to compare

@github-actions github-actions released this 09 Jul 12:10

Full Changelog: v0.0.15...v0.0.16

imaging-server-kit 0.0.15

Choose a tag to compare

@github-actions github-actions released this 17 Jun 15:36

Full Changelog: v0.0.14...v0.0.15

v0.0.14

Choose a tag to compare

@MalloryWittwer MalloryWittwer released this 16 Jun 09:07

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