Sourced from pillow's releases.
11.0.0
https://pillow.readthedocs.io/en/stable/releasenotes/11.0.0.html
Changes
- Do not create core image in TIFF seek() #8392 [
@radarhere
]- Removed custom build_openjpeg #8365 [
@radarhere
]- Support writing LONG8 offsets in AppendingTiffWriter #8417 [
@radarhere
]- Use ImageFile.MAXBLOCK when saving TIFF images #8461 [
@radarhere
]- Always raise warnings for deprecated feature checks #8459 [
@radarhere
]- Do not close provided file handles with libtiff when saving #8458 [
@radarhere
]- Revert "Skip QEMU-emulated wheels on workflow dispatch event" #8455 [
@radarhere
]- Support ImageFilter.BuiltinFilter for I;16* images #8438 [
@radarhere
]- [pre-commit.ci] pre-commit autoupdate #8448 [
@pre-commit-ci
]- Use ImagingCore.ptr instead of ImagingCore.id #8341 [
@homm
]- Simplified code #8445 [
@radarhere
]- Removed unused code #8447 [
@radarhere
]- Updated EPS mode when opening images without transparency #8281 [
@Yay295
]- Use transparency when combining P frames from APNGs #8443 [
@radarhere
]- Generate and upload attestations to PyPI #8441 [
@hugovk
]- Do not convert images unnecessarily in ImageEnhance #8431 [
@radarhere
]- Raise an error if path is compacted during mapping #8416 [
@radarhere
]- Support all resampling filters when resizing I;16* images #8422 [
@radarhere
]- Free memory on early return #8413 [
@radarhere
]- Cast int before potentially exceeding INT_MAX #8402 [
@radarhere
]- Prevent division by zero #8408 [
@radarhere
]- Check image value before use #8400 [
@radarhere
]- Use ruff check #8423 [
@radarhere
]- Change harfbuzz versions in wheels #8421 [
@radarhere
]- Use Capsule for WebP saving #8386 [
@homm
]- Fixed writing multiple StripOffsets to TIFF #8317 [
@Yay295
]- Updated macOS deployment target for PyPy on Intel to 10.15 #8414 [
@radarhere
]- Fix dereference before checking for NULL in ImagingTransformAffine #8398 [
@PavlNekrasov
]- Use transposed size after opening for TIFF images #8390 [
@radarhere
]- Improve ImageFont error messages #8338 [
@yngvem
]- Mention MAX_TEXT_CHUNK limit in PNG error message #8391 [
@radarhere
]- Cast Dib handle to int #8385 [
@radarhere
]- Updated macOS deployment target for Python >= 3.12 on Intel to 10.13 #8379 [
@radarhere
]- Removed unused ImagePath variable #8377 [
@radarhere
]- Change macos-14 to macos-latest #8376 [
@radarhere
]- Accept float stroke widths #8369 [
@radarhere
]- Remove comments #8370 [
@radarhere
]- Removed libffi-dev #8368 [
@radarhere
]- Improved handling of RGBA palettes when saving GIF images #8366 [
@radarhere
]- Support converting more modes to LAB by converting to RGBA first #8358 [
@radarhere
]- Optimize getbbox() and getextrema() routines #8194 [
@homm
]- Removed unused TiffImagePlugin IFD_LEGACY_API #8355 [
@radarhere
]- Handle duplicate EXIF header #8350 [
@zakajd
]- Use (void) for empty function parameters #8002 [
@Yay295
]- Return early from BoxBlur if either width or height is zero #8347 [
@radarhere
]
... (truncated)
Sourced from pillow's changelog.
11.0.0 (2024-10-15)
Update licence to MIT-CMU #8460 [hugovk]
Conditionally define ImageCms type hint to avoid requiring core #8197 [radarhere]
Support writing LONG8 offsets in AppendingTiffWriter #8417 [radarhere]
Use ImageFile.MAXBLOCK when saving TIFF images #8461 [radarhere]
Do not close provided file handles with libtiff when saving #8458 [radarhere]
Support ImageFilter.BuiltinFilter for I;16* images #8438 [radarhere]
Use ImagingCore.ptr instead of ImagingCore.id #8341 [homm, radarhere, hugovk]
Updated EPS mode when opening images without transparency #8281 [Yay295, radarhere]
Use transparency when combining P frames from APNGs #8443 [radarhere]
Support all resampling filters when resizing I;16* images #8422 [radarhere]
Free memory on early return #8413 [radarhere]
Cast int before potentially exceeding INT_MAX #8402 [radarhere]
Check image value before use #8400 [radarhere]
Improved copying imagequant libraries #8420 [radarhere]
Use Capsule for WebP saving #8386 [homm, radarhere]
Fixed writing multiple StripOffsets to TIFF #8317 [Yay295, radarhere]
... (truncated)
204aae6
11.0.0 version bumpf2cc87b
Update CHANGES.rst [ci skip]c855e8e
Merge pull request #8464
from radarhere/imagemath_type_hintdc37515
Merge pull request #8463
from hugovk/update-3.13-datec3d81d6
Update Python 3.13 release datea60610c
Added type hintsa5c58f2
Merge pull request #8460
from hugovk/mit-cmue74994e
Update licence to MIT-CMUb5e1115
Update CHANGES.rst [ci skip]686b5e2
Merge pull request #8392
from radarhere/tiff_seek