Skip to content

Releases: girder/large_image

Version 1.30.2

28 Oct 16:09
9cc086d
Compare
Choose a tag to compare

Features

  • Support setting axis actual values in the zarr sink. Display these in the frame selector (#1625)

Improvements

  • Speed up recursive item lists (#1694)
  • Better handle images with signed pixel data (#1695)
  • Reduce loading geojs when switching views in Girder (#1699)

Bug Fixes

  • Don't compute channel window in zarr sinks (#1705)

Version 1.30.1

17 Oct 18:11
e0b10dc
Compare
Choose a tag to compare

Improvements

  • Support generalized application buttons (#1692)

Bug Fixes

  • Don't use a default for yaml config files except .large_image_config.yaml (#1685)
  • Some checks for repeated values in the item lists were wrong (#1686)
  • Better support creating zarr sinks from multiple processes (#1687)

Version 1.30.0

11 Oct 14:37
4c8dd55
Compare
Choose a tag to compare

Features

  • Add support for Python 3.13 (#1675)

Improvements

  • Better handle images without enough tile layers (#1648)
  • Add users option to config files; have a default config file (#1649)
  • Remove no longer used code; adjust item list slightly (#1651, #1668)
  • Reduce updates when showing item lists; add a waiting spinner (#1653)
  • Update item lists check for large images when toggling recurse (#1654)
  • Support named item lists (#1665)
  • Add options to group within item lists (#1666)
  • Make the filter field in item lists wider (#1669, #1671)
  • Add a navigate option to item lists (#1659)

Changes

  • Handle a rasterio deprecation (#1655)
  • Handle a variation in a bioformats exception (#1656)
  • Increase logging slow histograms (#1658)
  • Use paginated item lists (#1664)
  • When in-line editing yaml and other files, the tab key now uses spaces (#1667)
  • Changed the parsing of the open parameter in the algorithm progression example (#1677)

Bug Fixes

  • Fix styling images with empty tile layers (#1650)
  • Add a guard around sorting item lists (#1663)
  • Fix some issues with possible numpy 2.x overflows (#1672)

Version 1.29.11

23 Sep 14:49
58f317d
Compare
Choose a tag to compare

Changes

  • Update zarr dependencies (#1646)

Bug Fixes

  • Fixed an issue correlating bounding boxes across multiple annotations (#1647)

Version 1.29.10

20 Sep 14:39
9b42a83
Compare
Choose a tag to compare

Improvements

  • Only list computable plot columns if there are other numeric columns (#1634)
  • Allow canceling plottable data requests (#1645)
  • List official yaml mime type for the multi source (#1636)
  • Speed up correlating data files with annotations (#1642)
  • Support dict with MultiFileTileSource (#1641)
  • The PIL source reads more multi-frame images (#1643)

Changes

  • Add an extension and mimetype to the listed openjpeg handlers (#1644)

Bug Fixes

  • Fix an issue when asking not to resample a GDAL tile iterator (#1640)

Version 1.29.9

11 Sep 01:14
c60f59f
Compare
Choose a tag to compare

Bug Fixes

  • Fix scaling small images in the multi source (#1633)

Version 1.29.8

10 Sep 13:55
04530e3
Compare
Choose a tag to compare

Improvements

  • Add the option to compute additional columns for plottable data (#1626)

Bug Fixes

  • Fix scaling small images in the multi source with bicubic smoothing (#1627)
  • Fix correlating annotation bounding boxes on adjacent items for plottable data (#1628, (#1632)

Version 1.29.7

04 Sep 18:28
80970f0
Compare
Choose a tag to compare

Improvements

  • Speed up getting plottable data from adjacent items; plot more data (#1613, #1614)
  • Better handle mixed dtype sources in the multi source (#1616)
  • Add a utility function to minimize caching (#1617)
  • Allow passing through converter options when writing a zarr sink to a non-zarr format (#1618)
  • Do less calculations when applying affine transforms in the multi-source (#1619)
  • Improve logging in the image converter (#1621)

Bug Fixes

  • Harden converting sources that report varied tile bands (#1615)
  • Harden many of the sources from reading bad files (#1623)
  • Some projected bounds in the rasterio source could be off (#1624)

Version 1.29.6

19 Aug 14:57
8567874
Compare
Choose a tag to compare

Bug Fixes

  • Use math.prod in preference to np.prod (#1606)

Version 1.29.5

16 Aug 12:17
c8cf347
Compare
Choose a tag to compare

Improvements

  • Make the plottable data class threadsafe (#1588)
  • Speed up getting plottable data from items (#1589)
  • Add an index to speed up getting plottable data from annotation elements (#1590)
  • Speed up checks for old annotations (#1591)
  • Improve plottable data endpoint to better fetch folder data (#1594)
  • Show a frame slider when appropriate in jupyter widgets (#1595)
  • Improve options for creating or check large images for each item in a folder (#1586)
  • Add a lock to avoid mongo excessively computing random numbers (#1601)
  • Better merge source channel names in multi source (#1605)

Bug Fixes

  • Don't redirect tile frame images via 303; they aren't rendered correctly (#1596)