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.0 #4334

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

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

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

Version 1.29.10

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)

... (truncated)

Changelog

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

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)

Bug Fixes

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

1.29.10

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)

... (truncated)

Commits
  • 4c8dd55 Merge pull request #1681 from girder/improve-docs
  • 93eed8b Add more commentary about bands and frames.
  • 1d4733c Merge pull request #1680 from girder/pin-sphinx
  • 6b9c7cb Pin sphinx until sphinxcontrib-mermaid catches up
  • 731fe43 Merge pull request #1679 from girder/tox-prefer-binary
  • 03b81ee Only use pip prefer binary on python 3.13 CI.
  • 46693b4 Merge pull request #1675 from girder/python-3.13
  • 2b74937 Merge pull request #1677 from girder/alg-progression-open
  • f4b29d6 Test on Python 3.13
  • 7475ac0 Changed the parsing of the open parameter in the algorithm progression
  • 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 Oct 14, 2024
Bumps [large-image-source-vips](https://github.com/girder/large_image) from 1.17.2 to 1.30.0.
- [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.0)

---
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 force-pushed the dependabot/pip/large-image-source-vips-1.30.0 branch from 0ec5366 to a249f82 Compare October 17, 2024 11:47
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

Superseded by #4345.

@dependabot dependabot bot closed this Oct 21, 2024
@dependabot dependabot bot deleted the dependabot/pip/large-image-source-vips-1.30.0 branch October 21, 2024 04:19
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