mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 08:12:33 +03:00
Corrected CHANGES.rst [ci skip]
This commit is contained in:
parent
0d1e44dc2f
commit
007adc3134
26
CHANGES.rst
26
CHANGES.rst
|
@ -8,20 +8,20 @@ Changelog (Pillow)
|
||||||
[jbltx, wiredfool]
|
[jbltx, wiredfool]
|
||||||
|
|
||||||
- Block & array hybrid storage #2738
|
- Block & array hybrid storage #2738
|
||||||
[radarhere]
|
[homm]
|
||||||
|
|
||||||
- Common seek frame position check #1849
|
- Common seek frame position check #1849
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
- Doc: Add note about aspect ratio to Image thumbnail script #2281
|
- Doc: Add note about aspect ratio to Image thumbnail script #2281
|
||||||
[wilsonge]
|
[wilsonge]
|
||||||
|
|
||||||
- Fix ValueError: invalid version number '1.0.0rc1' in scipy release candidate #2771
|
- Fix ValueError: invalid version number '1.0.0rc1' in scipy release candidate #2771
|
||||||
[cgohlke]
|
[cgohlke]
|
||||||
|
|
||||||
- Unfreeze requirements.txt #2766
|
- Unfreeze requirements.txt #2766
|
||||||
[hugovk]
|
[hugovk]
|
||||||
|
|
||||||
- Test: ResourceWarning tests #2756
|
- Test: ResourceWarning tests #2756
|
||||||
[hugovk]
|
[hugovk]
|
||||||
|
|
||||||
|
@ -33,13 +33,13 @@ Changelog (Pillow)
|
||||||
|
|
||||||
- Avoid unnecessary Image operations #1891
|
- Avoid unnecessary Image operations #1891
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
- Added register_extensions method #1860
|
- Added register_extensions method #1860
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
- Fix TIFF support for I;16S, I;16BS, and I;32BS rawmodes #2748
|
- Fix TIFF support for I;16S, I;16BS, and I;32BS rawmodes #2748
|
||||||
[wiredfool]
|
[wiredfool]
|
||||||
|
|
||||||
- Fixed doc syntax in ImageDraw #2752
|
- Fixed doc syntax in ImageDraw #2752
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
|
@ -57,13 +57,13 @@ Changelog (Pillow)
|
||||||
|
|
||||||
- Alpha composite fixes #2709
|
- Alpha composite fixes #2709
|
||||||
[homm]
|
[homm]
|
||||||
|
|
||||||
- Faster Transpose operations, added 'Transverse' option #2730
|
- Faster Transpose operations, added 'Transverse' option #2730
|
||||||
[homm]
|
[homm]
|
||||||
|
|
||||||
- Deprecate ImageOps undocumented functions gaussian_blur, gblur, unsharp_mask, usm and box_blur in favor of ImageFilter implementations #2735
|
- Deprecate ImageOps undocumented functions gaussian_blur, gblur, unsharp_mask, usm and box_blur in favor of ImageFilter implementations #2735
|
||||||
[homm]
|
[homm]
|
||||||
|
|
||||||
- Dependencies: Updated freetype to 2.8.1 #2741
|
- Dependencies: Updated freetype to 2.8.1 #2741
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ Changelog (Pillow)
|
||||||
|
|
||||||
- Added file pointer save to SpiderImagePlugin #2647
|
- Added file pointer save to SpiderImagePlugin #2647
|
||||||
[radarhere]
|
[radarhere]
|
||||||
|
|
||||||
- Add targa version 2 footer #2713
|
- Add targa version 2 footer #2713
|
||||||
[jhultgre]
|
[jhultgre]
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@ Changelog (Pillow)
|
||||||
|
|
||||||
- Fix for SystemError when rendering an empty string, added in 4.2.0 #2706
|
- Fix for SystemError when rendering an empty string, added in 4.2.0 #2706
|
||||||
[wiredfool]
|
[wiredfool]
|
||||||
|
|
||||||
- Fix for memory leaks in font handling added in 4.2.0 #2634
|
- Fix for memory leaks in font handling added in 4.2.0 #2634
|
||||||
[wiredfool]
|
[wiredfool]
|
||||||
|
|
||||||
|
@ -111,8 +111,8 @@ Changelog (Pillow)
|
||||||
|
|
||||||
- Faster packing and unpacking for RGB, LA, and related storage modes #2693
|
- Faster packing and unpacking for RGB, LA, and related storage modes #2693
|
||||||
[homm]
|
[homm]
|
||||||
|
|
||||||
- Use RGBX rawmode for RGB JPEG images where possible #1989
|
- Use RGBX rawmode for RGB JPEG images where possible #1989
|
||||||
[homm]
|
[homm]
|
||||||
|
|
||||||
- Remove palettes from non-palette modes in _new #2702
|
- Remove palettes from non-palette modes in _new #2702
|
||||||
|
@ -168,7 +168,7 @@ Changelog (Pillow)
|
||||||
|
|
||||||
- Fast Image.merge() #2677
|
- Fast Image.merge() #2677
|
||||||
[homm]
|
[homm]
|
||||||
|
|
||||||
- Fast Image.split() #2676
|
- Fast Image.split() #2676
|
||||||
[homm]
|
[homm]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user