Skip to content

Releases: DigitalSlideArchive/HistomicsStream

v2.1.0

21 Dec 15:21
eb799f0
Compare
Choose a tag to compare

What's Changed

  • DOC: Update tensorflow version in README.md by @Leengit in #38
  • ENH: Use large_image to read whole slide image. by @Leengit in #39
  • ENH: Dataset element is now ((rgb, annotations), None, None). by @Leengit in #40

Full Changelog: v2.0.0...v2.1.0

v2.0.0

18 Nov 15:45
c67eac0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v2.0.0

v1.1.1

18 Nov 14:37
4614490
Compare
Choose a tag to compare

What's Changed

  • ENH: Enable GitHub actions by @Leengit in #29
  • ENH: Convert to python package by @Leengit in #30
  • ENH: Cuda compatibility by @Leengit in #31
  • ENH: Upgrade to using tensorflow 2.6.0 from 2.2.3 by @Leengit in #33
  • ENH: Handle mask_filename=="". by @Leengit in #34
  • ENH: Disable fractional-sized tiles at slide edges by @Leengit in #35
  • BUG: Make tensorflow graph know enough about mask parameters by @Leengit in #36

Full Changelog: v1.1.0...v1.1.1

v1.1.0

18 Nov 14:29
a36f61a
Compare
Choose a tag to compare

What's Changed

  • ENH: Multiple enhancements by @Leengit in #21
  • ENH: Using H&E image and latest itk.contour_extractor2_d_image_filter by @Leengit in #24
  • ENH: Name runtime dependencies by @Leengit in #23
  • ENH: TensorFlow graph handles tile-selection mask by @Leengit in #25
  • ENH: Implement mask resampling via tensorflow by @Leengit in #26
  • ENH: New architecture: supply callable classes to tf.dataset.map() by @Leengit in #27
  • ENH: Rename tensorflow_reader to histomics_stream; split into subpackages and modules. by @Leengit in #28

Full Changelog: v1.0.6...v1.1.0