+
Skip to content

Bump large-image from 1.25.0 to 1.32.11 #781

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2025

Bumps large-image from 1.25.0 to 1.32.11.

Release notes

Sourced from large-image's releases.

Version 1.32.11

Improvements

  • Improve DocumentDB support (#1941)
  • Generate a specific annotation revert notification in Girder (#1943)

Bug Fixes

  • Fix updating annotation updated dates in the girder web client (#1942)
  • Fix openslide reads at lower levels (#1944)

Version 1.32.10

Improvements

  • Improve DocumentDB support (#1937)
  • Better handle images with adjacent files in the same girder item (#1940)

Changes

  • Move the pillow-jpls module out of common install extras (#1935)
  • Change the reading method for some file conversions (#1939)

Version 1.32.9

Improvements

  • Clearer error messages on bad annotations and don't keep the bad file (#1922)
  • Annotation list checkboxes (#1884)
  • The frame-viewer histogram widget will only be visible if it can be used (#1924)
  • Add the dicom mime-type to the openslide source (#1925)
  • Add a getGeospatialRegion function to tile sources (#1922)
  • Add another index for annotation elements (#1928)
  • Make the json representation of some annotation elements more compact (#1930)
  • On the client internals, indicate which annotation updates are from fetches (#1931)
  • Speed up old annotation maintenance query (#1934)

Bug Fixes

  • Fix debouncing annotation saves (#1927)

Version 1.32.8

Bug Fixes

  • Fix issuing annotation PATCH updates with empty labels (#1921)

Version 1.32.7

Improvements

  • When saving annotation elements in javascript, use PATCH endpoint if possible (#1915)
  • When zoomed in with a power of two of the max zoom and showing annotations, make sure all of the annotation in view are fully loaded (#1917)
  • Guard against nd2 NotImplementedError and allow bioformats to handle nd2 (#1918)

... (truncated)

Changelog

Sourced from large-image's changelog.

1.32.11

Improvements

  • Improve DocumentDB support (#1941)
  • Generate a specific annotation revert notification in Girder (#1943)

Bug Fixes

  • Fix updating annotation updated dates in the girder web client (#1942)
  • Fix openslide reads at lower levels (#1944)

1.32.10

Improvements

  • Improve DocumentDB support (#1937)
  • Better handle images with adjacent files in the same girder item (#1940)

Changes

  • Move the pillow-jpls module out of common install extras (#1935)
  • Change the reading method for some file conversions (#1939)

1.32.9

Improvements

  • Clearer error messages on bad annotations and don't keep the bad file (#1922)
  • Annotation list checkboxes (#1884)
  • The frame-viewer histogram widget will only be visible if it can be used (#1924)
  • Add the dicom mime-type to the openslide source (#1925)
  • Add a getGeospatialRegion function to tile sources (#1922)
  • Add another index for annotation elements (#1928)
  • Make the json representation of some annotation elements more compact (#1930)
  • On the client internals, indicate which annotation updates are from fetches (#1931)
  • Speed up old annotation maintenance query (#1934)

Bug Fixes

  • Fix debouncing annotation saves (#1927)

1.32.8

Bug Fixes

  • Fix issuing annotation PATCH updates with empty labels (#1921)

1.32.7

... (truncated)

Commits
  • 394a021 Merge pull request #1944 from girder/openslide-downsample-factor
  • 365f58b Fix openslide reads at lower levels
  • 2e41b24 Merge pull request #1943 from girder/revert-notification
  • 2ce6fa7 Generate a notification on annotation reversion.
  • 65404e9 Merge pull request #1942 from girder/annotation-update-dates
  • 1c9be88 Fix updating annotation updated dates in the girder web client
  • a3313ed Merge pull request #1941 from girder/more-documentdb-workarounds
  • cc6c08c Improve DocumentDB support
  • 318ad3c Merge pull request #1940 from girder/local-adjacent
  • 623243a Better handle images with adjacent files in the same girder item
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 27, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/large-image-1.32.11 branch 4 times, most recently from 69fae42 to 3d4e299 Compare July 4, 2025 08:45
@dependabot dependabot bot force-pushed the dependabot/pip/large-image-1.32.11 branch from 3d4e299 to bac063b Compare July 7, 2025 08:24
Bumps [large-image](https://github.com/girder/large_image) from 1.25.0 to 1.32.11.
- [Release notes](https://github.com/girder/large_image/releases)
- [Changelog](https://github.com/girder/large_image/blob/master/CHANGELOG.md)
- [Commits](girder/large_image@v1.25.0...v1.32.11)

---
updated-dependencies:
- dependency-name: large-image
  dependency-version: 1.32.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/large-image-1.32.11 branch from bac063b to 01cb64b Compare July 9, 2025 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载