Skip to content
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

Bump large-image-source-vips from 1.17.2 to 1.30.1 #4345

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps large-image-source-vips from 1.17.2 to 1.30.1.

Release notes

Sourced from large-image-source-vips's releases.

Version 1.30.1

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

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

Changes

  • Update zarr dependencies (#1646)

Bug Fixes

... (truncated)

Changelog

Sourced from large-image-source-vips's changelog.

1.30.1

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)

1.30.0

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)

1.29.11

Changes

  • Update zarr dependencies (#1646)

... (truncated)

Commits
  • e0b10dc Merge pull request #1692 from girder/app-buttons
  • 07abdb5 Add and support app buttons
  • 91dcdb7 Merge pull request #1691 from girder/format-examples-datastore
  • b721b0e Use a pooch datastore for format examples and use hash urls from DKC
  • 45ef1e6 Merge pull request #1690 from girder/retry-ci
  • 3bc4c25 Retry some url fetches during CI
  • c893b6c Merge pull request #1687 from girder/zarr-sink-subprocess
  • ec8935e Merge pull request #1688 from girder/ci-retry-nvm
  • 5a58284 Cache nvm install in CI
  • b83d013 Add test for subprocess addTile call and fix resize behavior
  • 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)

Bumps [large-image-source-vips](https://github.com/girder/large_image) from 1.17.2 to 1.30.1.
- [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.17.2...v1.30.1)

---
updated-dependencies:
- dependency-name: large-image-source-vips
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 21, 2024
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.41%. Comparing base (7d721f0) to head (33cc5fd).
Report is 12 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4345   +/-   ##
=======================================
  Coverage   98.41%   98.41%           
=======================================
  Files         267      267           
  Lines       20928    20928           
=======================================
  Hits        20596    20596           
  Misses        332      332           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

Superseded by #4356.

@dependabot dependabot bot closed this Nov 4, 2024
@dependabot dependabot bot deleted the dependabot/pip/large-image-source-vips-1.30.1 branch November 4, 2024 04:05
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