|
49 | 49 |
|
50 | 50 | :Author: `Christoph Gohlke <https://www.cgohlke.com>`_ |
51 | 51 | :License: BSD 3-Clause |
52 | | -:Version: 2023.9.4 |
| 52 | +:Version: 2023.9.18 |
53 | 53 | :DOI: `10.5281/zenodo.6915978 <https://doi.org/10.5281/zenodo.6915978>`_ |
54 | 54 |
|
55 | 55 | Quickstart |
|
90 | 90 | - `brunsli <https://github.com/google/brunsli>`_ 0.1 |
91 | 91 | - `bzip2 <https://gitlab.com/bzip2/bzip2>`_ 1.0.8 |
92 | 92 | - `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 |
94 | 94 | - `charls <https://github.com/team-charls/charls>`_ 2.4.2 |
95 | 95 | - `giflib <https://sourceforge.net/projects/giflib/>`_ 5.2.1 |
96 | 96 | - `jetraw <https://github.com/Jetraw/Jetraw>`_ 22.02.16.1 |
|
103 | 103 | `dav1d <https://github.com/videolan/dav1d>`_ 1.2.1, |
104 | 104 | `rav1e <https://github.com/xiph/rav1e>`_ 0.6.6, |
105 | 105 | `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 |
107 | 107 | - `libheif <https://github.com/strukturag/libheif>`_ 1.16.2 |
108 | 108 | (`libde265 <https://github.com/strukturag/libde265>`_ 1.0.12, |
109 | 109 | `x265 <https://bitbucket.org/multicoreware/x265_git/src/master/>`_ 3.5) |
110 | 110 | - `libjpeg-turbo <https://github.com/libjpeg-turbo/libjpeg-turbo>`_ 3.0.0 |
111 | 111 | - `libjxl <https://github.com/libjxl/libjxl>`_ 0.8.2 |
112 | 112 | - `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 |
117 | 117 | - `lz4 <https://github.com/lz4/lz4>`_ 1.9.4 |
118 | 118 | - `lzfse <https://github.com/lzfse/lzfse/>`_ 1.0 |
119 | 119 | - `lzham_codec <https://github.com/richgel999/lzham_codec/>`_ 1.0 |
120 | 120 | - `mozjpeg <https://github.com/mozilla/mozjpeg>`_ 4.1.1 |
121 | 121 | - `openjpeg <https://github.com/uclouvain/openjpeg>`_ 2.5.0 |
122 | 122 | - `snappy <https://github.com/google/snappy>`_ 1.1.10 |
123 | 123 | - `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 |
125 | 125 | - `zlib-ng <https://github.com/zlib-ng/zlib-ng>`_ 2.1.3 |
126 | 126 | - `zopfli <https://github.com/google/zopfli>`_ 1.0.3 |
127 | 127 | - `zstd <https://github.com/facebook/zstd>`_ 1.5.5 |
|
147 | 147 |
|
148 | 148 | Test requirements: |
149 | 149 |
|
150 | | -- `tifffile <https://pypi.org/project/tifffile>`_ 2023.8.30 |
| 150 | +- `tifffile <https://pypi.org/project/tifffile>`_ 2023.9.18 |
151 | 151 | - `czifile <https://pypi.org/project/czifile>`_ 2019.7.2 |
152 | 152 | - `zarr <https://github.com/zarr-developers/zarr-python>`_ 2.16.1 |
153 | 153 | - `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 |
155 | 155 | - `python-brotli <https://github.com/google/brotli/tree/master/python>`_ 1.0.9 |
156 | 156 | - `python-lz4 <https://github.com/python-lz4/python-lz4>`_ 4.3.2 |
157 | 157 | - `python-lzf <https://github.com/teepark/python-lzf>`_ 0.2.4 |
|
163 | 163 | Revisions |
164 | 164 | --------- |
165 | 165 |
|
166 | | -2023.9.4 |
| 166 | +2023.9.18 |
167 | 167 |
|
168 | 168 | - Pass 7110 tests. |
| 169 | +- Rebuild with updated dependencies fixes CVE-2023-4863. |
| 170 | +
|
| 171 | +2023.9.4 |
| 172 | +
|
169 | 173 | - Map avif_encode level parameter to quality (breaking). |
170 | 174 | - Support monochrome images in avif_encode. |
171 | 175 | - Add numthreads parameter to avif_decode (fix imread of AVIF). |
|
533 | 537 |
|
534 | 538 | from __future__ import annotations |
535 | 539 |
|
536 | | -__version__ = '2023.9.4' |
| 540 | +__version__ = '2023.9.18' |
537 | 541 |
|
538 | 542 | import importlib |
539 | 543 | import io |
|
0 commit comments