Skip to content

Commit d56fa3e

Browse files
committed
Update imagecodecs/imagecodecs.py
1 parent b68c484 commit d56fa3e

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

imagecodecs/imagecodecs.py

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
5050
:Author: `Christoph Gohlke <https://www.cgohlke.com>`_
5151
:License: BSD 3-Clause
52-
:Version: 2023.9.4
52+
:Version: 2023.9.18
5353
:DOI: `10.5281/zenodo.6915978 <https://doi.org/10.5281/zenodo.6915978>`_
5454
5555
Quickstart
@@ -90,7 +90,7 @@
9090
- `brunsli <https://github.com/google/brunsli>`_ 0.1
9191
- `bzip2 <https://gitlab.com/bzip2/bzip2>`_ 1.0.8
9292
- `c-blosc <https://github.com/Blosc/c-blosc>`_ 1.21.5
93-
- `c-blosc2 <https://github.com/Blosc/c-blosc2>`_ 2.10.2
93+
- `c-blosc2 <https://github.com/Blosc/c-blosc2>`_ 2.10.3
9494
- `charls <https://github.com/team-charls/charls>`_ 2.4.2
9595
- `giflib <https://sourceforge.net/projects/giflib/>`_ 5.2.1
9696
- `jetraw <https://github.com/Jetraw/Jetraw>`_ 22.02.16.1
@@ -103,25 +103,25 @@
103103
`dav1d <https://github.com/videolan/dav1d>`_ 1.2.1,
104104
`rav1e <https://github.com/xiph/rav1e>`_ 0.6.6,
105105
`svt-av1 <https://gitlab.com/AOMediaCodec/SVT-AV1>`_ 1.7.0)
106-
- `libdeflate <https://github.com/ebiggers/libdeflate>`_ 1.18
106+
- `libdeflate <https://github.com/ebiggers/libdeflate>`_ 1.19
107107
- `libheif <https://github.com/strukturag/libheif>`_ 1.16.2
108108
(`libde265 <https://github.com/strukturag/libde265>`_ 1.0.12,
109109
`x265 <https://bitbucket.org/multicoreware/x265_git/src/master/>`_ 3.5)
110110
- `libjpeg-turbo <https://github.com/libjpeg-turbo/libjpeg-turbo>`_ 3.0.0
111111
- `libjxl <https://github.com/libjxl/libjxl>`_ 0.8.2
112112
- `liblzma <https://git.tukaani.org/?p=xz.git>`_ 5.4.4
113-
- `libpng <https://github.com/glennrp/libpng>`_ 1.6.39
114-
- `libpng-apng <https://sourceforge.net/projects/libpng-apng/>`_ 1.6.39
115-
- `libtiff <https://gitlab.com/libtiff/libtiff>`_ 4.5.1
116-
- `libwebp <https://github.com/webmproject/libwebp>`_ 1.3.1
113+
- `libpng <https://github.com/glennrp/libpng>`_ 1.6.40
114+
- `libpng-apng <https://sourceforge.net/projects/libpng-apng/>`_ 1.6.40
115+
- `libtiff <https://gitlab.com/libtiff/libtiff>`_ 4.6.0
116+
- `libwebp <https://github.com/webmproject/libwebp>`_ 1.3.2
117117
- `lz4 <https://github.com/lz4/lz4>`_ 1.9.4
118118
- `lzfse <https://github.com/lzfse/lzfse/>`_ 1.0
119119
- `lzham_codec <https://github.com/richgel999/lzham_codec/>`_ 1.0
120120
- `mozjpeg <https://github.com/mozilla/mozjpeg>`_ 4.1.1
121121
- `openjpeg <https://github.com/uclouvain/openjpeg>`_ 2.5.0
122122
- `snappy <https://github.com/google/snappy>`_ 1.1.10
123123
- `zfp <https://github.com/LLNL/zfp>`_ 1.0.0
124-
- `zlib <https://github.com/madler/zlib>`_ 1.2.13
124+
- `zlib <https://github.com/madler/zlib>`_ 1.3
125125
- `zlib-ng <https://github.com/zlib-ng/zlib-ng>`_ 2.1.3
126126
- `zopfli <https://github.com/google/zopfli>`_ 1.0.3
127127
- `zstd <https://github.com/facebook/zstd>`_ 1.5.5
@@ -147,11 +147,11 @@
147147
148148
Test requirements:
149149
150-
- `tifffile <https://pypi.org/project/tifffile>`_ 2023.8.30
150+
- `tifffile <https://pypi.org/project/tifffile>`_ 2023.9.18
151151
- `czifile <https://pypi.org/project/czifile>`_ 2019.7.2
152152
- `zarr <https://github.com/zarr-developers/zarr-python>`_ 2.16.1
153153
- `python-blosc <https://github.com/Blosc/python-blosc>`_ 1.11.1
154-
- `python-blosc2 <https://github.com/Blosc/python-blosc2>`_ 2.2.6
154+
- `python-blosc2 <https://github.com/Blosc/python-blosc2>`_ 2.2.7
155155
- `python-brotli <https://github.com/google/brotli/tree/master/python>`_ 1.0.9
156156
- `python-lz4 <https://github.com/python-lz4/python-lz4>`_ 4.3.2
157157
- `python-lzf <https://github.com/teepark/python-lzf>`_ 0.2.4
@@ -163,9 +163,13 @@
163163
Revisions
164164
---------
165165
166-
2023.9.4
166+
2023.9.18
167167
168168
- Pass 7110 tests.
169+
- Rebuild with updated dependencies fixes CVE-2023-4863.
170+
171+
2023.9.4
172+
169173
- Map avif_encode level parameter to quality (breaking).
170174
- Support monochrome images in avif_encode.
171175
- Add numthreads parameter to avif_decode (fix imread of AVIF).
@@ -533,7 +537,7 @@
533537

534538
from __future__ import annotations
535539

536-
__version__ = '2023.9.4'
540+
__version__ = '2023.9.18'
537541

538542
import importlib
539543
import io

0 commit comments

Comments
 (0)