Releases: girder/large_image
Releases · girder/large_image
Version 1.8.2
Improvements
- Make the image viewer control css class more precise (#665)
Version 1.8.1
Version 1.8.0
Version 1.7.1
Version 1.7.0
Version 1.6.2
Version 1.6.1
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
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
Version 1.5.0
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)