Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

v0.4.0

Choose a tag to compare

@nimne nimne released this 24 Jan 00:50
634cc8a

0.4.0

  • Added support for tiled images
    • m was added as a new dimension (for tiled images)
    • LifImage changes:
      • New get_iter_m() function
      • New mosaic_position attribute with (FieldX, FieldY, PosX, PosY)
  • Under the hood changes
    • LifImage.dims is now a named tuple for clearer code
  • Other things
    • Prettier outputs for repr()
    • Switch to github CI with help from @jidicula