Skip to content

Releases: DigitalSlideArchive/HistomicsTK

Version 1.2.6

27 Apr 17:19
6b4b60a
Compare
Choose a tag to compare

What's Changed

  • Include parameters in ppc annotation attributes. by @manthey in #987
  • Fixed bug in find_stain_index.py by @Estelle900 in #985
  • Add an optional progress callback to superpixel segmentation by @manthey in #988

New Contributors

Full Changelog: v1.2.5...v1.2.6

Version 1.2.5

04 Apr 14:43
9c75208
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.2.5

Version 1.2.4

10 Feb 17:26
7b1898c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

Version 1.2.3

20 Sep 14:56
3f6eba2
Compare
Choose a tag to compare

What's Changed

  • Fix an issue where we were using at instead of iloc. by @manthey in #956

Full Changelog: v1.2.2...v1.2.3

Version 1.2.2

16 Sep 14:33
fdd21ac
Compare
Choose a tag to compare

What's Changed

  • fixed numerical issues with Haralick.Correlation and Haralick.IMC2 by @idc9 in #947
  • Fix linting issues. by @manthey in #950
  • Add superpixel segmentation magnification parameter. by @manthey in #951
  • Optionally output bounding box annotations associated with superpixels by @manthey in #952
  • Support emitting internal bounding box information by @manthey in #953
  • Improve superpixel annotation name. by @manthey in #954
  • Adjust the length of the value array. by @manthey in #955

New Contributors

  • @idc9 made their first contribution in #947

Full Changelog: v1.2.1...v1.2.2

Version 1.2.1

23 Jun 18:13
f737e1d
Compare
Choose a tag to compare
v1.2.1

Adjust tests for scikit-image changes. (#944)

Version 1.2.0

03 Mar 15:09
2d4d848
Compare
Choose a tag to compare

Features

  • Superpixel pixelmap CLI (#925)

Improvements

  • Better installation requirements (#927)
  • Python 3.10 testing (#923)
  • Color deconvolution CLI can emit image annotations (#922)
  • Faster initial import (#921)
  • Improve performance and behavior of cellularity_detection_superpixels.py (#912)
  • Accommodate missing keys in annotations when parsing to table (#911)
  • Improve performance and behavior of trace_object_boundaries.py (#910)
  • Added flexibility to tiled array polygon merger (#909)
  • Refactor and extend compute nuclear features (#908)

Bug Fixes

  • Edit bug in accessing attribute weighted_centroid (#917)
  • Guarantee correspondence between nuclear and cytoplasmic features (#907)
  • Fix nuclear feature extraction by ensuring label and location is returned (#904)
  • Fix object mask to be restricted to unique products (#895)

Version 1.1.0

27 Jan 13:26
8e287e5
Compare
Choose a tag to compare

Changes

  • Dropped support for Python 2.7 and 3.5 (#890)
  • Include sdist in release (#891)

Version 1.0.7

08 Jan 20:47
0649591
Compare
Choose a tag to compare

Notes

  • This will be the last version to support Python 2.7 and 3.5.

Version 1.0.6

21 Jul 19:03
5f32022
Compare
Choose a tag to compare

Change requirements for non-linux installations to make it easier to pip install.