Skip to content

Releases: GuckLab/impose

Impose 0.4.10

23 May 08:20
0.4.10
1dec3f7
Compare
Choose a tag to compare

This release possibly fixes occurrences of RecursionError with pyqtgraph.

Impose 0.4.7

16 May 21:42
0.4.7
2922b56
Compare
Choose a tag to compare

  • enh: support .ome.tif files (no stacks supported yet)

Impose 0.4.6

08 Sep 14:20
0.4.6
432cc91
Compare
Choose a tag to compare

0.4.6

  • maintenance release

0.4.5

  • maintenance release

0.4.4

  • maintenance release

0.4.3

  • fix: only edit/display one structure when changing large composites (#59)
  • enh: improved widget placement in collect and colocalize UI
  • enh: always display the last dataset when switching to colocalize in UI
  • setup: bump pyqtgraph from 0.12.4 to 0.13.3
  • setup: require Python 3.9
  • BREAKING: build recipe broken for macOS

0.4.2

  • fix: workaround for TypeError when moving ROI with mouse
  • ci: update badge and codecov

Impose 0.4.1

14 Oct 06:42
0.4.1
38deca5
Compare
Choose a tag to compare

  • fix: exception in Collect/Colocalize tab when using the sliders
    in the visualization panel (#51)

Impose 0.4.0

21 Sep 12:01
0.4.0
00b0a28
Compare
Choose a tag to compare

  • fix: bump bmlab from 0.2.3 to 0.6.1 (file format changes) (#53)

Impose 0.3.1

07 Jul 14:51
0.3.1
ec7ea53
Compare
Choose a tag to compare

  • fix: bump bmlab from 0.1.10 to 0.2.3 (file format changes) (#49)

Impose 0.3.0

10 Jun 09:06
0.3.0
245f3b4
Compare
Choose a tag to compare

  • feat: implement saving and loading of structure composites (#1)
  • fix: visualization issue with empty data (#47)
  • fix: editing layers not possible (regression from migration to PyQt6)
  • fix: initial wrong scaling in colocalize when input data has different
    pixel sizes along the dimensions

Impose 0.2.4

13 May 12:41
0.2.4
465c948
Compare
Choose a tag to compare

  • fix: properly handle FileNotFounderror (#44)
  • fix: properly handle bmlab exceptions (#42)
  • enh: reduce complexity of error message if an associated file
    is missing
  • fix: close bmlab session after loading data (#48)
  • build: add github action to create installer packages (#31)
  • build: add Github deploy action
  • build: pin shapely to fix macOS DMG packages