Skip to content

Releases: girder/large_image

Version 1.22.4

12 Jun 22:15
c3d27c3
Compare
Choose a tag to compare

Bug Fixes

  • Fix a scope issue when deleting metadata (#1203)

Version 1.22.3

12 Jun 18:05
0c32a90
Compare
Choose a tag to compare

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

05 Jun 19:29
736a82d
Compare
Choose a tag to compare

Changes

  • Alter jpeg priority with the PIL source (#1191)

Bug Fixes

  • Fix NeededInitPrefix namespace errors (#1190)

Version 1.22.1

01 Jun 16:21
202fbdb
Compare
Choose a tag to compare

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

29 May 18:23
037e9dc
Compare
Choose a tag to compare

Features

  • Add tile source dtype attribute (#1144)
  • Added rasterio tile source (#1115)

Improvements

  • Parse qptiff and imagej vendor information (#1168)

Changes

  • Remove an unneeded warnings filter (#1172)
  • Fix gdal warning suppression (#1176)

Version 1.21.0

23 May 13:50
3304446
Compare
Choose a tag to compare

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

  • The deepzoom tile source misreported the format of its tile output (#1158)
  • Guard against errors in a log message (#1164)
  • Fix thumbnail query typo (#1165)

Version 1.20.6

05 May 14:07
dc9f024
Compare
Choose a tag to compare

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

  • Allow clearing the min/max fields of the frame selector (#1130)
  • Fix a bug with caching tiles and styling (#1131)
  • Fix setting minimum values on bands from the frame selector (#1138)
  • Fix a version reference in the source extras_require (#1150)

Version 1.20.5

21 Apr 12:14
8bb8fec
Compare
Choose a tag to compare

Improvements

  • Improve access and repr of metadata and style (#1121)

Changes

  • Remove psutil hard dependency (#1127)

Version 1.20.4

20 Apr 17:28
f7e664a
Compare
Choose a tag to compare

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

  • On the large image item page, guard against overflow (#1096)
  • Specify version of simplejpeg for older python (#1098)
  • Better expose the Girder yaml config files from python (#1099)

Version 1.20.3

03 Apr 14:17
21b20d6
Compare
Choose a tag to compare

Changes

  • Update dicom source for upstream changes (#1092)