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

build(deps): bump imagecodecs from 2024.6.1 to 2024.12.30 in /prereqs/pips #102

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2025

Bumps imagecodecs from 2024.6.1 to 2024.12.30.

Release notes

Sourced from imagecodecs's releases.

v2024.12.30

Image transformation, compression, and decompression codecs

Imagecodecs is a Python library that provides block-oriented, in-memory buffer transformation, compression, and decompression functions for use in Tifffile, Czifile, Zarr 2, kerchunk, and other scientific image input/output packages.

Decode and/or encode functions are implemented for Zlib (DEFLATE), GZIP, LZMA, ZStandard (ZSTD), Blosc, Brotli, Snappy, BZ2, LZ4, LZ4F, LZ4HC, LZ4H5, LZW, LZO, LZF, LZFSE, LZHAM, PGLZ (PostgreSQL LZ), RCOMP (Rice), ZFP, SZ3, Pcodec, SPERR, AEC, SZIP, LERC, EER, NPY, BCn, DDS, BMP, PNG, APNG, GIF, TIFF, WebP, JPEG (2 to 16-bit), Lossless JPEG (LJPEG, LJ92, JPEGLL), JPEG 2000 (JP2, J2K), JPEG LS, JPEG XL, JPEG XS, JPEG XR (WDP, HD Photo), Ultra HDR (JPEG_R), MOZJPEG, AVIF, HEIF, QOI, RGBE (HDR), Jetraw, DICOMRLE, PackBits, Packed Integers, Delta, XOR Delta, Floating Point Predictor, Bitorder reversal, Byteshuffle, Bitshuffle, Float24 (24-bit floating point), Quantize (Scale, BitGroom, BitRound, GranularBR), and CMS (color space transformations). Checksum functions are implemented for crc32, adler32, fletcher32, and Jenkins lookup3.

Changes

  • Fix out parameter array not zeroed in some cases.
  • Fix ultrahdr_encode with linear rgbaf16 input (#108).
  • Fix jpegls_encode with level greater than 9 (#119).
  • Fix jpeg8_encode with bitspersample and lossless=False (#116).
  • Fix excessive buffer allocation in lz4h5_encode (#112).
  • Fix build error with libjpeg (#111).

v2024.9.22

Image transformation, compression, and decompression codecs

Imagecodecs is a Python library that provides block-oriented, in-memory buffer transformation, compression, and decompression functions for use in Tifffile, Czifile, Zarr, kerchunk, and other scientific image input/output packages.

Decode and/or encode functions are implemented for Zlib (DEFLATE), GZIP, LZMA, ZStandard (ZSTD), Blosc, Brotli, Snappy, BZ2, LZ4, LZ4F, LZ4HC, LZ4H5, LZW, LZO, LZF, LZFSE, LZHAM, PGLZ (PostgreSQL LZ), RCOMP (Rice), ZFP, SZ3, Pcodec, SPERR, AEC, SZIP, LERC, EER, NPY, BCn, DDS, BMP, PNG, APNG, GIF, TIFF, WebP, JPEG 8 and 12-bit, Lossless JPEG (LJPEG, LJ92, JPEGLL), JPEG 2000 (JP2, J2K), JPEG LS, JPEG XL, JPEG XS, JPEG XR (WDP, HD Photo), Ultra HDR (JPEG_R), MOZJPEG, AVIF, HEIF, QOI, RGBE (HDR), Jetraw, DICOMRLE, PackBits, Packed Integers, Delta, XOR Delta, Floating Point Predictor, Bitorder reversal, Byteshuffle, Bitshuffle, Float24 (24-bit floating point), Quantize (Scale, BitGroom, BitRound, GranularBR), and CMS (color space transformations). Checksum functions are implemented for crc32, adler32, fletcher32, and Jenkins lookup3.

Changes

  • Use libjpeg-turbo for all Lossless JPEG bit-depths if possible (#105).
  • Fix PackBits encoder fails to skip short replication blocks (#107).
  • Fix JPEG2K encoder leaving trailing random bytes (#104).
  • Fix encoding and decoding JPEG XL with custom bitspersample (#102).
  • Improve error handling in lzf_decode (#103).
  • Add Ultra HDR (JPEG_R) codec based on libultrahdr library (#108).
  • Add JPEGXS codec based on libjxs library (source only).
  • Add SZ3 codec based on SZ3 library.
  • Deprecate Python 3.9, support Python 3.13.
Changelog

Sourced from imagecodecs's changelog.

2024.12.30

  • Pass 7655 tests.
  • Fix out parameter array not zeroed in some cases.
  • Fix ultrahdr_encode with linear rgbaf16 input (#108).
  • Fix jpegls_encode with level greater than 9 (#119).
  • Fix jpeg8_encode with bitspersample and lossless=False (#116).
  • Fix excessive buffer allocation in lz4h5_encode (#112).
  • Fix build error with libjpeg (#111).

2024.9.22

  • Use libjpeg-turbo for all Lossless JPEG bit-depths if possible (#105).
  • Fix PackBits encoder fails to skip short replication blocks (#107).
  • Fix JPEG2K encoder leaving trailing random bytes (#104).
  • Fix encoding and decoding JPEG XL with custom bitspersample (#102).
  • Improve error handling in lzf_decode (#103).
  • Add Ultra HDR (JPEG_R) codec based on libultrahdr library (#108).
  • Add JPEGXS codec based on libjxs library (source only).
  • Add SZ3 codec based on SZ3 library.
  • Deprecate Python 3.9, support Python 3.13.
Commits

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 the dependencies Pull requests that update a dependency file label Mar 11, 2025
Bumps [imagecodecs](https://github.com/cgohlke/imagecodecs) from 2024.6.1 to 2024.12.30.
- [Release notes](https://github.com/cgohlke/imagecodecs/releases)
- [Changelog](https://github.com/cgohlke/imagecodecs/blob/master/CHANGES.rst)
- [Commits](cgohlke/imagecodecs@v2024.6.1...v2024.12.30)

---
updated-dependencies:
- dependency-name: imagecodecs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the python Pull requests that update python code label Mar 11, 2025
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