Skip to content

Releases: DigitalSlideArchive/HistomicsTK

Version 1.0.5

01 Jul 15:51
d326196
Compare
Choose a tag to compare

Fix dependencies.

Version 1.0.4

18 May 19:35
3a654d7
Compare
Choose a tag to compare

More annotation workflow features.

Add cellularity detection and extend documention

02 Dec 17:58
cd94d91
Compare
Choose a tag to compare
Merge pull request #734 from DigitalSlideArchive/mtageld-dev

Multiple additions and improvements to preprocessing, saliency workflows, and documentation

Add annotation and mask handling functionality

18 Oct 20:40
8e79d26
Compare
Choose a tag to compare

Add new functionality for using HistomicsTK as a python package to interact with the DSA annotations to:
1- Create mask from annotations on the DSA server.
2- Extract annotations from mask and post them to HistomicsTK server for display.
3- Handle complex polygon mergers (eg tiled segmentation results).

Also,
1- Update installation instructions
2- Improve documentation

v0.1.3

14 Jul 19:19
Compare
Choose a tag to compare
  • Changes base image from ubuntu:14.04 to dsarchive/base_docker_image that includes miniconda, python wrapper ITK, and openslide on ubuntu14.04. With this change ITK will be available for use within HistomicsTK when run within the dasrchive/histomicstk docker image.
  • Adds examples using jupyter notebooks
  • Sets up the infrastructure to add tests using data stored on data.kitware.com
  • Adds front-end code to display annotations

v0.1.2

03 Jun 17:49
Compare
Choose a tag to compare

This release fixes a few bugs in the generation of annotation files by the Nuclei Segmentation CLI.

v0.1.1

02 Jun 22:19
Compare
Choose a tag to compare

This release includes two new CLIs

  • FeatureExtraction
  • NucleiSegmentation

It also includes changes to the automatic rest end-point generation code to pass on additional information (reference image itemId and userId) to the girder_worker binding spec for output files that specify the reference attribute in their xml spec.