Skip to content

Releases: labsyspharm/palom

2024.9.1

14 Sep 22:10
Compare
Choose a tag to compare
2024.9.1 Pre-release
Pre-release

Misc

  • Add license
  • Fix channel name multiplexer function
  • Workaround memory leak when assembling full image

Full Changelog: v2024.4.1...v2024.9.1

2024.4.1

29 Apr 05:49
Compare
Choose a tag to compare
2024.4.1 Pre-release
Pre-release

Full Changelog: v2023.9.2...v2024.4.1

2023.9.2

15 Sep 22:39
Compare
Choose a tag to compare
2023.9.2 Pre-release
Pre-release

Major

  • Add prototype of multi-object aligner.

    1. Coarse align
    2. Segment objects (multiple pieces of tissues)
    3. Fine alignment for each object
  • Test image flipping and intensity inversion and use the configuration with the most number of matches

Minor

  • Improve feature matching plotting and use absolute thumbnail size in align_he qc output

2023.8.2

06 Sep 22:21
Compare
Choose a tag to compare
2023.8.2 Pre-release
Pre-release

Major

  • Fix dark grid line due to border/edge effect identified in #10

Improvement

  • Use absolute path in CLI script

Full Changelog: v2023.8.1...v2023.8.2

2023.8.1

17 Aug 04:48
Compare
Choose a tag to compare
2023.8.1 Pre-release
Pre-release

What's Changed

Major

  • Add multi-resolution aligner
  • Improve get_aligner convenient function
  • Parse pixel size from the image file using ome-types and convert to µm with pint

Improvement

  • Allow property overwrite when write pyramid
  • Make reader pickle-able
  • Skip phase registration if one of the images is blank
  • Add extract-channel-write-as-pyramid script
  • Lower RAM usage when assembling channels by write to a zarr intermediate

2023.5.2

18 May 05:06
Compare
Choose a tag to compare
2023.5.2 Pre-release
Pre-release

Major

  • Use cv2 for downscale local mean computation
  • Read channel image via zarr api when generating pyramid

Minor

  • Move pyramid.normalize_mosaics into the pyramid writing function
  • Fix tqdm progress bar (workaround)
  • Add pyramid_tools script

Full Changelog: v2023.5.1...v2023.5.2

2023.5.1

18 May 04:33
Compare
Choose a tag to compare
2023.5.1 Pre-release
Pre-release
  • Add flow-field script
  • Add script for same section H&E registration
  • Fix bugs (0e6f0b1)

Full Changelog: v2023.1.1...v2023.5.1

2023.1.1

12 Jan 00:31
Compare
Choose a tag to compare
2023.1.1 Pre-release
Pre-release

Major

  • Add helper functions to simplify Aligner construction (26b0b60)
    • Pixel size matching when choosing thumbnails
    • Manual set reader pixel size (387a64a)
  • Try different moving image orientations and use the one with max number of matches (d46e17a)
  • Can use compression when writing to disk (40861a9)

Misc

  • Add utility function to generate grid labeled mask and handle mask downsample
  • Misc improvements (cfbad15, 7c01725, 7c81c9e)
  • Viz computed shifts (9187df6)

2022.9.1

11 Jan 23:14
Compare
Choose a tag to compare
2022.9.1 Pre-release
Pre-release
  • Move openslide import into SvsReader init

Full Changelog: v2022.8.2...v2022.9.1

2022.8.2

30 Aug 07:14
Compare
Choose a tag to compare
2022.8.2 Pre-release
Pre-release

Major

  • Un-pin dependencies for better compatibility
  • Add imagecodecs (#6)

Full Changelog: v2022.8.0...v2022.8.2