Releases: girder/large_image
Releases · girder/large_image
Version 1.22.4
Bug Fixes
- Fix a scope issue when deleting metadata (#1203)
Version 1.22.3
Improvements
- Better DICOM multi-level detection (#1196)
- Added an internal field to report populated tile levels in some sources (#1197, #1199)
- Allow specifying an empty style dict (#1200)
- Allow rounding histogram bin edges and reducing bin counts (#1201)
- Allow configuring which metadata can be added to items (#1202)
Changes
- Change how extensions and fallback priorities interact (#1192)
- Refactor reading the .large_image_config.yaml file on the girder client (#1193)
- Refactor of the which-folders-have-annotations pipeline (#1194)
Bug Fixes
- Fix an issue converting multiframe files that vips reads as single frame (#1195)
Version 1.22.2
Version 1.22.1
Improvements
- Reduce memory use in a mongo aggregation pipeline (#1183)
- Remove rasterio dep on pyproj (#1182)
- Filter on specific metadata from item lists (#1184)
- Add a button to clear the filter on item lists (#1185)
- Improve JSONDict usage (#1189)
Changes
- Log more often when importing files or making large images (#1187)
Version 1.22.0
Version 1.21.0
Improvements
- getPixel method and endpoint now returns rawer values (#1155)
- Allow more sophisticated filtering on item lists from the Girder client (#1157, #1159, #1161)
Changes
- Rename tiff exceptions to be better follow python standards (#1162)
- Require a newer version of girder (#1163)
- Add manual mongo index names where index names might get too long (#1166)
- Avoid using $unionWith for annotation searches as it isn't supported everywhere (#1167)
Bug Fixes
Version 1.20.6
Improvements
- Store current frame and style in the DOM for easier access (#1136)
- Convert long girder GET and PUT requests to POSTs (#1137)
- Propagate more feature events from geojs on annotations (#1147)
- Add another mime type to those considered to be yaml (#1149)
Changes
- Add a guard if PIL doesn't support ImageCms (#1132)
- Allow putting a yaml config file from a Girder API endpoint (#1133)
Bug Fixes
Version 1.20.5
Version 1.20.4
Improvements
- Better cache handling with Etags (#1097)
- Reduce duplicate computation of slow cached values (#1100)
- Reconnect to memcached if the connection fails (#1104)
- Better frame selector on Girder item page (#1086)
Bug Fixes
- Tile serving can bypass loading a source if it is in memory (#1102)
- Don't copy style lock when semi-duplicating a tile source (#1114)
Changes
Version 1.20.3
Changes
- Update dicom source for upstream changes (#1092)