Skip to content

Releases: girder/large_image

Version 1.30.5

12 Dec 14:13
a5b46d1
Compare
Choose a tag to compare

Improvements

  • When using the multisource to composite multiple images with alpha channels, use nearest neighbor for upper tiles (#1736)
  • Read magnification values from DICOM when reading them via bioformats (#1741)

Changes

  • Adjust how compositing is done on styled images by adjusting the expected full alpha value (#1735)

Version 1.30.4

03 Dec 19:20
d20a338
Compare
Choose a tag to compare

Bug Fixes

  • Fix a bug handling pure uint8 data introduced in #1725 (#1734)

Version 1.30.3

02 Dec 14:31
226d15e
Compare
Choose a tag to compare

Improvements

  • Format dates in item lists (#1707)
  • Guard dtype types (#1711, #1714, #1716)
  • Better handle IndicaLabs tiff files (#1717)
  • Better detect files with geotransform data that aren't geospatial (#1718)
  • Better scale float-valued tiles (#1725)
  • Tile iterators now report their length (#1730)
  • When using griddata annotations as heatmaps, allow setting scaleWithZoom (#1731)
  • Handle any sort of label as an extra property when importing geojson annotations (#1732)

Changes

  • Openslide now requires the binary wheel on appropriate platforms (#1709, #1710)

Bug Fixes

  • Fix an issue searching for annotation metadata on items that a user doesn't have permissions to view (#1723)
  • Fix a typo in a column header (#1727)
  • Guard against switching on and off overlay layers quickly (#1729)

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)