+
Skip to content

Bump large-image from 1.25.0 to 1.32.10 #779

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps large-image from 1.25.0 to 1.32.10.

Release notes

Sourced from large-image's releases.

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)
  • Support editing paged annotation elements (#1919)

Changes

  • Tweak a few source priorities (#1920)

Version 1.32.6

Changes

  • Tweak a few source priorities (#1913)

... (truncated)

Changelog

Sourced from large-image's changelog.

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

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)
  • Support editing paged annotation elements (#1919)

Changes

  • Tweak a few source priorities (#1920)

1.32.6

... (truncated)

Commits
  • 318ad3c Merge pull request #1940 from girder/local-adjacent
  • 623243a Better handle images with adjacent files in the same girder item
  • ebc511a Merge pull request #1939 from girder/conversion-priority
  • 1fadad7 Change the reading method for some file conversions
  • 6340f28 Merge pull request #1937 from girder/guard-graph-lookup
  • c4d565b Merge pull request #1936 from girder/linting
  • b83315f Improve DocumentDB support
  • dbe2ee2 Reduce some linting warnings
  • 83648e8 Merge pull request #1935 from girder/common-set
  • 45353a4 Move the pillow-jpls module out of common install extras.
  • 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 20, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/large-image-1.32.10 branch 2 times, most recently from c29b343 to efacb3a Compare June 23, 2025 10:13
@alessiamarcolini
Copy link
Collaborator

@dependabot recreate

Bumps [large-image](https://github.com/girder/large_image) from 1.25.0 to 1.32.10.
- [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.10)

---
updated-dependencies:
- dependency-name: large-image
  dependency-version: 1.32.10
  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.10 branch from efacb3a to 5a2b772 Compare June 23, 2025 11:08
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 27, 2025

Superseded by #781.

@dependabot dependabot bot closed this Jun 27, 2025
@dependabot dependabot bot deleted the dependabot/pip/large-image-1.32.10 branch June 27, 2025 03:32
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.

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