Skip to content

Releases: DigitalSlideArchive/HistomicsUI

Version 1.3.0

15 Feb 17:46
1bdcd05
Compare
Choose a tag to compare

Features

  • Add support for image overlays

Improvements

  • Handle annotations with girderId references.

Version 1.2.1

08 Dec 16:12
b7ca339
Compare
Choose a tag to compare

Changes

  • Better handle analysis extras_require

Version 1.2.0

06 Dec 21:52
31054df
Compare
Choose a tag to compare

Features

  • Show job progress if the job emits it (#115)

Changes

  • Make analysis an extras_require (#116)

Version 1.1.0

06 Sep 16:48
838b2a6
Compare
Choose a tag to compare

Features

  • Support editing annotation elements (#100)
  • Add a metadata plot panel (#101)

Improvements

  • Handle metadata updates (#9)
  • When changing the current image, reset the selected region (#96)
  • Merge download parameters (#103)
  • Adjust zoom control padding (#104)
  • Add an endpoint to get the next and previous images in one call (#107)
  • Use tile-frames for better frame browsing (#112)

Changes

  • Default to using pagination in item lists (#110)

Bug Fixes

  • Fix analysis panel not staying closed (#95)
  • Fix restricting download endpoints (#98)
  • Show the correct frame in the overview panel (#99)

Version 1.0.0

14 Dec 18:57
baec711
Compare
Choose a tag to compare

Official Girder 3 version.

Notes

  • The is the last version supporting Python 2.7 and 3.5.

v1.0.0.dev0: Move to Girder 3.

31 Dec 18:07
Compare
Choose a tag to compare
Pre-release
Move HistomicsTK server components to this repo.

The default ui has moved from /histomicstk to /histomics.  Individual
deployments can mount this at other locations.

Because we now use the girder-3 branch of slicer_cli_web, the cli access
settings are no longer necessary.  The docker cli endpoints are only
present in slicer_cli_web.  Where appropriate, references have been
changed from HistomicsTK to Digital Slide Archive.

This removes the options to ingest from tcga-data.nci.nih.gov, as that
has not been served in a compatible manner in a long time.

Still needed:

- Add a test that includes using a docker CLI.  This will require
  appropriate infrastructure for starting girder_worker and running
  docker containers.

- Add a test to ensure that local paths are used within the CLI test.

- Add deployment to pypi on successful builds

- Migrate appropriate docs from HistomicsTK