Skip to content

Releases: girder/large_image

Version 1.17.1

18 Oct 13:44
1a7ba44
Compare
Choose a tag to compare

Improvements

  • Fallback when server notification streams are turned off (#967)
  • Show and edit yaml and json files using codemirror (#969, #971)
  • Show configured item lists even if there are no large images (#972)
  • Add metadata and annotation metadata search modes to Girder (#974)
  • Add the ability to show annotation metadata in item annotation lists (#977)
  • Support ETAG in annotation rest responses for better browser caching (#978)
  • Thumbnail maintenance endpoints (#980)
  • Handle lif file extensions (#981)

Bug Fixes

  • Fixed an issue with compositing multiple frames (#982)

Version 1.17.0

16 Sep 12:31
935acd4
Compare
Choose a tag to compare

Features

  • Style functions (#960)
  • Annotation metadata endpoints (#963)

Improvements

  • Reduce rest calls to get settings (#953)
  • Add an endpoint to delete all annotations in a folder (#954)
  • Support relabeling axes in the multi source (#957)
  • Reduce a restriction on reading some tiff files (#958)

Changes

  • Improve internals for handling large annotation elements (#961)

Bug Fixes

  • Harden adding images to the item list (#955)
  • Fix checking user annotation document length (#956)
  • Improve scaled overlays (#959)

Version 1.16.2

31 Aug 12:12
77877b6
Compare
Choose a tag to compare

Improvements

  • Add a general filter control to item lists (938, 941)
  • Item list modal dialogs are wider (939)
  • Improve mimetypes on upload to Girder (944)

Bug Fixes

  • Fix iterating tiles where the overlap larger than the tile size (940)
  • Better ignore tiff directories that aren't part of the pyramid (943)
  • Fix an issue with styling frames in ome tiffs (945)
  • Better handle large user records in annotation elements (949)
  • Harden which output formats are supported (950)

Changes

  • Adjusted rest request logging rates for region endpoint (948)

Version 1.16.1

18 Aug 17:38
20e0749
Compare
Choose a tag to compare

Improvements

  • Add annotation access controls at the folder level (905)
  • Reduce error messages and make canRead results more accurate (918, 919, 920)
  • Sort columns in item lists based (925, 928)
  • Better handle tiffs with orientation flags in pil source (924)
  • Support a bands parameter for the test source (935)
  • Add annotation creation access flag (937)

Changes

  • Remove some extraneous values from metadata responses (932)
  • Reduce some messages to stderr from other libraries (919)
  • Avoid some warnings in Python 3.10 (913)

Version 1.16.0

05 Aug 17:24
7b5142b
Compare
Choose a tag to compare

Features

  • Add a tifffile tile source (885, 896, 903)
  • Added a canReadList method to large_image to show which source can be used (895)
  • Optionally show metadata in item lists (901)
  • Register the tile output formats from PIL (904)
  • Copy tilesource instances to add styles (894)

Improvements

  • Pass options to the annotationLayer mode (881)
  • Support more style range options (883)
  • When converting girder images locally, prefer mount paths (886)
  • Store the id of job results for easier post-job work (887)
  • Harden style compositing of partial tiles (889)
  • Cache read_tiff calls to speed up restyling (891)
  • Speed up styling by doing less (892)
  • Add local color definitions (858)
  • Inheritable config files (897)
  • Add geospatial property (818, 908)
  • Improve repr of image bytes (902)
  • Handle nodata style when specified as a string (914)

Changes

  • Be more consistent in source class name attribute assignment (884)

Bug Fixes

  • Fix alpha on GDAL sources with a projection that have an explicit alpha channel (909, 915)

Version 1.15.1

29 Jun 14:01
05dabf2
Compare
Choose a tag to compare

Improvements

  • When scaling heatmap annoations, use an appropriate value (878)
  • Use the girder client build time for cache control (879)

Version 1.15.0

17 Jun 13:17
b28dab2
Compare
Choose a tag to compare

Features

  • Abstract caching and support entrypoints (876)

Bug Fixes

  • Fix getPixel for single channel sources (875)

Version 1.14.5

01 Jun 17:46
c805a26
Compare
Choose a tag to compare

Improvements

  • Speed up ingesting annotations (870)
  • Reduce the chance of blinking on annotation layers (871)
  • Reduce updates when modifying annotations (872)

Bug Fixes

  • Improve annotation upload; support full annotation documents (869)

Version 1.14.4

27 May 13:14
f5764c3
Compare
Choose a tag to compare

Improvements

  • Better handle editing polygons with holes (857)
  • Support fetching yaml config files (860)
  • Optionally include bounding box information with annotation queries (851)
  • Reduce memory copying in the nd2 reader (853)
  • Add support for boolean annotation operations (865)
  • Speed up removing all annotations from an item (863)

Bug Fixes

  • Fix issues with the nd2 reader (866, 867)
  • Honor the highlight size limit with centroid annotations (861)

Version 1.14.3

03 May 16:37
e906908
Compare
Choose a tag to compare

Improvements

  • Support polygon annotations with holes (844)
  • New annotations get a default name if they do not have one (843)
  • Explicitly mark vips output as tiled (848)
  • Change how annotations are uploaded from the UI (845)