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.27.0 #3880

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

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

Release notes

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

Version 1.27.0

Features

  • Support affine transforms in the multi-source (#1415)

Improvements

  • Remove NaN values from band information (#1414)
  • Add a singleBand option to the multi-source specification (#1416)
  • Allow better detection of multiple file dicom (#1417)
  • Better missing data detection from tifffile (#1421)

Changes

  • Remove an unused parameter in a private method (#1419)

Version 1.26.3

Improvements

  • Reduce stderr noise in PIL and rasterio sources (#1397)
  • Harden OME tiff reader (#1398)
  • Improve checks for formats we shouldn't read (#1399)
  • Support negative x, y in addTile (#1401)
  • Add a utility function for getting loggers (#1403)
  • Get bioformats jar version if bioformats was started (#1405)
  • Improve thread safety of concurrent first reads using bioformats (#1406)
  • Read more metadata from DICOMweb (#1378)
  • Remove logic for determining DICOMweb transfer syntax (#1393)
  • Speed up tile output (#1407)
  • Speed up import time (#1408)
  • Speed up some tile iteration by reducing the chance of multiple image decodes (#1410)

Changes

  • Use an enum for priority constants (#1400)
  • Don't automatically flush memcached tile cache on exit (#1409)
  • Shift where netcdf information is reported (#1413)

Bug Fixes

  • Fix an issue emitting geojson annotations (#1395)
  • Fix an issue when tifffile reports no key frame (#1396)
  • Frame Selector: Auto-Range format for saving presets (#1404)

Version 1.26.2

Improvements

  • Fix the DICOM limit to say "Series" instead of "Studies" (#1379)
  • Add token authentication option for DICOMweb (#1349)
  • Use vips resize rather than reduce to increase speed (#1384)
  • Added annotation to geojson endpoint and utility (#1385)

Changes

  • Handle setup_requires deprecation (#1390)

Bug Fixes

  • Fix an issue applying ICC profile adjustments to multiple image modes (#1382)

... (truncated)

Changelog

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

1.27.0

Features

  • Support affine transforms in the multi-source (#1415)

Improvements

  • Remove NaN values from band information (#1414)
  • Add a singleBand option to the multi-source specification (#1416)
  • Allow better detection of multiple file dicom (#1417)
  • Better missing data detection from tifffile (#1421)

Changes

  • Remove an unused parameter in a private method (#1419)

1.26.3

Improvements

  • Reduce stderr noise in PIL and rasterio sources (#1397)
  • Harden OME tiff reader (#1398)
  • Improve checks for formats we shouldn't read (#1399)
  • Support negative x, y in addTile (#1401)
  • Add a utility function for getting loggers (#1403)
  • Get bioformats jar version if bioformats was started (#1405)
  • Improve thread safety of concurrent first reads using bioformats (#1406)
  • Read more metadata from DICOMweb (#1378)
  • Remove logic for determining DICOMweb transfer syntax (#1393)
  • Speed up tile output (#1407)
  • Speed up import time (#1408)
  • Speed up some tile iteration by reducing the chance of multiple image decodes (#1410)

Changes

  • Use an enum for priority constants (#1400)
  • Don't automatically flush memcached tile cache on exit (#1409)
  • Shift where netcdf information is reported (#1413)

Bug Fixes

  • Fix an issue emitting geojson annotations (#1395)
  • Fix an issue when tifffile reports no key frame (#1396)
  • Frame Selector: Auto-Range format for saving presets (#1404)

1.26.2

Improvements

  • Fix the DICOM limit to say "Series" instead of "Studies" (#1379)
  • Add token authentication option for DICOMweb (#1349)
  • Use vips resize rather than reduce to increase speed (#1384)
  • Added annotation to geojson endpoint and utility (#1385)

Changes

  • Handle setup_requires deprecation (#1390)

... (truncated)

Commits
  • adac24a Merge pull request #1421 from girder/tifffile-missing-data
  • 5cd1c21 Better missing data detection from tifffile
  • ed5e963 Merge pull request #1419 from girder/remove-unused
  • cb900c9 Remove an unused parameter in a private method
  • 90d08a3 Merge pull request #1417 from girder/dicom-extensions
  • 785acd0 Allow better detection of multiple file dicom
  • ef21b9a Merge pull request #1416 from girder/multi-source-single-band
  • 20c0cf5 Add a singleBand option to the multisource specification
  • ecbeafc Merge pull request #1415 from girder/affine-transforms
  • 79485e7 Support multi-source affine transforms
  • 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 Jan 8, 2024
Bumps [large-image-source-vips](https://github.com/girder/large_image) from 1.17.2 to 1.27.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.27.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.27.0 branch from 639a977 to eb533bc Compare January 11, 2024 11:23
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2024

Superseded by #3905.

@dependabot dependabot bot closed this Jan 29, 2024
@dependabot dependabot bot deleted the dependabot/pip/large-image-source-vips-1.27.0 branch January 29, 2024 04:02
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