Skip to content

Releases: girder/large_image

Version 1.8.2

04 Oct 20:36
1b8f663
Compare
Choose a tag to compare

Improvements

  • Make the image viewer control css class more precise (#665)

Version 1.8.1

01 Oct 15:09
9bd25e0
Compare
Choose a tag to compare

Improvements

  • Allow GDAL source to read non-geospatial files (#655)
  • Rename Exceptions to Errors, improve file-not-found errors (#657)
  • More robust OME TIFF handling (#660)
  • large-image-converter can exclude specified associated images (#663)
  • Harden on some openslide errors (#664)

Bug Fixes

  • getBandInformation could fail on high bands in some cases (#651)
  • Band information should always be 1-indexed (#659)
  • Use GDAL to subset a non-geospatial image (#662)

Version 1.8.0

26 Aug 14:03
7e1f0be
Compare
Choose a tag to compare

Features

Bug Fixes

  • Harden tile source detection (#644)

Version 1.7.1

17 Aug 21:00
8fe382c
Compare
Choose a tag to compare

Improvements

  • More control over associated image caching (#638)
  • Better handling some geospatial bounds (#639)

Version 1.7.0

13 Aug 12:10
5e7246a
Compare
Choose a tag to compare

Features

  • Provide band information on all tile sources (#622, #623)
  • Add a tileFrames method to tile sources and appropriate endpoints to composite regions from multiple frames to a single output image (#629)
  • The test tile source now support frames (#631, #632, #634, #634)

Improvements

  • Better handle TIFFs with missing levels and tiles (#624, #627)
  • Better report inefficient TIFFs (#626)
  • Smoother cross-frame navigation (#635)

Version 1.6.2

07 Jul 12:55
2b99f53
Compare
Choose a tag to compare

Improvements

  • Better reporting of memcached cache (#613)
  • Better handle whether proj string need the +init prefix (#620)

Changes

  • Avoid a bad version of Pillow (#619)

Version 1.6.1

01 Jun 13:10
bbf508d
Compare
Choose a tag to compare

Improvements

  • Allow specifying content disposition filenames in Girder REST endpoints (#604)
  • Improve caching of unstyled tiles when compositing styled types (#605)
  • Speed up compositing some styled tiles (#606, #609)
  • Handle some nd2 files with missing metadata (#608)
  • Allow setting default tile query parameters in the Girder client (#611)

Changes

  • Don't use underscore parameters in image caching keys (#610)

Version 1.6.0

19 May 00:44
70756d6
Compare
Choose a tag to compare

Features

  • Allow setting the cache memory portion and maximum for tilesources (#601)
  • Add heatmap and griddata to the annotation schema (#589)
  • Regions can be output as tiled tiffs with scale or geospatial metadata (#594)

Improvements

  • Cache histogram requests (#598)
  • Allow configuring bioformats ignored extensions (#603)
  • Tilesources always have self.logger for logging (#602)

Changes

  • Use float rather than numpy.float (#600)

Bug Fixes

  • The nd2reader module now requires files to have an nd2 extension (#599)
  • Fix the progress bar when uploading annotations (#589)

Version 1.5.0

27 Apr 12:53
418c59b
Compare
Choose a tag to compare

Features

  • Allow converting a single frame of a multiframe image (#579)
  • Add a convert endpoint to the Girder plugin (#578)
  • Added support for creating Aperio svs files (#580)
  • Added support for geospatial files with GCP (#588)

Improvements

  • More untiled tiff files are handles by the bioformats reader (#569)
  • Expose a concurrent option on endpoints for converting images (#583)
  • Better concurrency use in image conversion (#587)
  • Handle more OME tiffs (#585, #591)
  • Better memcached error logging (#592)

Changes

  • Exceptions on cached items are no longer within the KeyError context (#584)
  • Simplified thumbnail generation by removing the level-0 option (#593)

Bug Fixes

  • Updated dependencies to work with changes to the nd2reader (#596)

Version 1.4.3

11 Mar 20:33
b007a52
Compare
Choose a tag to compare

Improvements

  • In Girder, prefer geospatial sources for geospatial data (#564)

Bug Fixes

  • The GDAL source failed when getting band ranges on non-integer data (#565)