gofr 
							
						 
					 
					
						
						
						
						
							
						
						
							4dc195333e 
							
						 
					 
					
						
						
							
							fixup! De-zigzag JPEG's DQT when loading; deprecate convert_dict_qtables  
						
						
						
					 
					
						2020-10-17 20:45:54 +02:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
						
						
							
						
						
							eb460a2ac8 
							
						 
					 
					
						
						
							
							Fix internal Sphinx link to installation doc  
						
						... 
						
						
						
						Fixes linkcheck warnings:
    handbook/image-file-formats.rst:563: [broken] ../installation.html:
    releasenotes/4.2.0.rst:7: [broken] ../installation.html: 
						
					 
					
						2020-10-17 11:23:58 -07:00 
						 
				 
			
				
					
						
							
							
								gofr 
							
						 
					 
					
						
						
						
						
							
						
						
							9980981c2e 
							
						 
					 
					
						
						
							
							De-zigzag JPEG's DQT when loading; deprecate convert_dict_qtables  
						
						... 
						
						
						
						Re-order the JPEG quantization tables to normal order when
loading. This wastes a few CPU cycles if you don't need them.
But it has the advantage of hiding the zigzag order JPEG
implementation detail of these tables completely from Pillow
users.
This difference has led to cases where:
* arrays in zigzag order were taken from a dict and passed
  directly as a qtables parameter, causing them to be "zigzagged"
  again by libjpeg.
* dicts with lists in normal order being passed to
  JpegImagePlugin.convert_dict_qtables, causing them to be
  unnecessarily "de-zigzagged". 
						
					 
					
						2020-10-17 20:20:59 +02:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7b80e69ed2 
							
						 
					 
					
						
						
							
							Merge pull request  #4986  from radarhere/cache  
						
						... 
						
						
						
						Revert "chown pip wheels cache on ppc64le as well" 
						
					 
					
						2020-10-17 16:52:30 +03:00 
						 
				 
			
				
					
						
							
							
								Andrew Murray 
							
						 
					 
					
						
						
						
						
							
						
						
							f846025ff5 
							
						 
					 
					
						
						
							
							Revert "chown pip wheels cache on ppc64le as well"  
						
						... 
						
						
						
						This reverts commit 93a743d593 
						
					 
					
						2020-10-17 23:34:08 +11:00 
						 
				 
			
				
					
						
							
							
								Andrew Murray 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3da6836980 
							
						 
					 
					
						
						
							
							Merge pull request  #4985  from hugovk/rm-fedora-31  
						
						... 
						
						
						
						Remove soon-EOL Fedora 31 
						
					 
					
						2020-10-17 09:07:27 +11:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
						
						
							
						
						
							5505da4877 
							
						 
					 
					
						
						
							
							Remove soon-EOL Fedora 31  
						
						
						
					 
					
						2020-10-16 21:04:45 +03:00 
						 
				 
			
				
					
						
							
							
								Andrew Murray 
							
						 
					 
					
						
						
						
						
							
						
						
							76f8698b2c 
							
						 
					 
					
						
						
							
							Update CHANGES.rst [ci skip]  
						
						
						
					 
					
						2020-10-16 20:05:27 +11:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							970e862268 
							
						 
					 
					
						
						
							
							Merge pull request  #4984  from nulano/pypy  
						
						... 
						
						
						
						GHA: Remove obsolete code for old PyPy 
						
					 
					
						2020-10-16 11:40:54 +03:00 
						 
				 
			
				
					
						
							
							
								nulano 
							
						 
					 
					
						
						
						
						
							
						
						
							17ed3efda6 
							
						 
					 
					
						
						
							
							GHA: remove obsolete code for old PyPy  
						
						
						
					 
					
						2020-10-16 03:38:58 +01:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
						
						
							
						
						
							42e23ff4d1 
							
						 
					 
					
						
						
							
							Replace viewdoc with markdown2 and twine check  
						
						
						
					 
					
						2020-10-15 14:39:49 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b074d87179 
							
						 
					 
					
						
						
							
							Merge pull request  #4760  from qiankanglai/dds-rgba8888  
						
						... 
						
						
						
						Support raw rgba8888 for dds 
						
					 
					
						2020-10-15 08:10:01 +03:00 
						 
				 
			
				
					
						
							
							
								nulano 
							
						 
					 
					
						
						
						
						
							
						
						
							b305f99416 
							
						 
					 
					
						
						
							
							skip numpy on 3.10-dev due to wheel#354  
						
						
						
					 
					
						2020-10-14 21:12:48 +01:00 
						 
				 
			
				
					
						
							
							
								nulano 
							
						 
					 
					
						
						
						
						
							
						
						
							bdcc48f0a2 
							
						 
					 
					
						
						
							
							skip wheels on 3.10-dev due to wheel#354  
						
						
						
					 
					
						2020-10-14 21:12:00 +01:00 
						 
				 
			
				
					
						
							
							
								nulano 
							
						 
					 
					
						
						
						
						
							
						
						
							26cfe04fea 
							
						 
					 
					
						
						
							
							fix PY_SSIZE_T_CLEAN in display.c  
						
						
						
					 
					
						2020-10-14 21:12:00 +01:00 
						 
				 
			
				
					
						
							
							
								nulano 
							
						 
					 
					
						
						
						
						
							
						
						
							1e4d81f160 
							
						 
					 
					
						
						
							
							add Python 3.10-dev to GHA  
						
						
						
					 
					
						2020-10-14 19:57:13 +01:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
						
						
							
						
						
							7a20ef7818 
							
						 
					 
					
						
						
							
							8.1.0.dev0 version bump  
						
						
						
					 
					
						2020-10-14 21:23:45 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
						
						
							
						
						
							235a7d6d7d 
							
						 
					 
					
						
						
							
							8.0.0 version bump  
						
						
						
					 
					
						2020-10-14 19:02:53 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
						
						
							
						
						
							c93c642745 
							
						 
					 
					
						
						
							
							Add dark mode to release notes [CI skip]  
						
						
						
					 
					
						2020-10-14 18:27:45 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
						
						
							
						
						
							1799a7b93c 
							
						 
					 
					
						
						
							
							Removals first  
						
						
						
					 
					
						2020-10-14 18:19:54 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
						
						
							
						
						
							1787ec038b 
							
						 
					 
					
						
						
							
							Update CHANGES.rst  
						
						
						
					 
					
						2020-10-14 18:18:59 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1cb3e2f742 
							
						 
					 
					
						
						
							
							Merge pull request  #4918  from gofr/4825-jpeg-16-bit-qt  
						
						
						
					 
					
						2020-10-14 17:58:12 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							04f1b38fd1 
							
						 
					 
					
						
						
							
							Merge pull request  #4979  from radarhere/ifd  
						
						... 
						
						
						
						Added reading of IFD tag type 
						
					 
					
						2020-10-14 17:43:41 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							14643d5746 
							
						 
					 
					
						
						
							
							Merge pull request  #4806  from nqbit/msan_bug  
						
						... 
						
						
						
						Initialize offset memory for PyImagingPhotoPut 
						
					 
					
						2020-10-14 17:38:17 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e58baa0c09 
							
						 
					 
					
						
						
							
							Merge pull request  #4756  from nulano/warn-tiff  
						
						... 
						
						
						
						Fix TiffDecode comparison warnings 
						
					 
					
						2020-10-14 17:33:05 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8aa6a5e9cd 
							
						 
					 
					
						
						
							
							Merge pull request  #4968  from hugovk/dark-mode  
						
						
						
					 
					
						2020-10-14 17:08:49 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1a66e2f338 
							
						 
					 
					
						
						
							
							Merge pull request  #4974  from radarhere/sdk  
						
						... 
						
						
						
						Added macOS SDK install path to library and include directories 
						
					 
					
						2020-10-14 16:39:10 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2c0aa5d0b8 
							
						 
					 
					
						
						
							
							Merge pull request  #4923  from ax3l/fix-imagingHinclude  
						
						
						
					 
					
						2020-10-14 16:33:42 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ca42412cea 
							
						 
					 
					
						
						
							
							Merge pull request  #4975  from nulano/features-setuptools  
						
						... 
						
						
						
						Avoid using pkg_resources in PIL.features.pilinfo 
						
					 
					
						2020-10-14 16:33:22 +03:00 
						 
				 
			
				
					
						
							
							
								Andrew Murray 
							
						 
					 
					
						
						
						
						
							
						
						
							1a3367400c 
							
						 
					 
					
						
						
							
							Added reading of IFD tag type  
						
						
						
					 
					
						2020-10-14 23:37:54 +11:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f9852c0381 
							
						 
					 
					
						
						
							
							Merge branch 'master' into fix-imagingHinclude  
						
						
						
					 
					
						2020-10-14 14:50:36 +03:00 
						 
				 
			
				
					
						
							
							
								mergify[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							74e91090de 
							
						 
					 
					
						
						
							
							Merge pull request  #4978  from radarhere/cache  
						
						... 
						
						
						
						chown pip wheels cache on ppc64le 
						
					 
					
						2020-10-14 11:37:53 +00:00 
						 
				 
			
				
					
						
							
							
								Andrew Murray 
							
						 
					 
					
						
						
						
						
							
						
						
							93a743d593 
							
						 
					 
					
						
						
							
							chown pip wheels cache on ppc64le as well  
						
						
						
					 
					
						2020-10-14 22:18:24 +11:00 
						 
				 
			
				
					
						
							
							
								Andrew Murray 
							
						 
					 
					
						
						
						
						
							
						
						
							029225ec94 
							
						 
					 
					
						
						
							
							Updated CHANGES.rst [ci skip]  
						
						
						
					 
					
						2020-10-14 22:09:42 +11:00 
						 
				 
			
				
					
						
							
							
								Axel Huebl 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							115add2fa0 
							
						 
					 
					
						
						
							
							do not add extra include directories ( #3 )  
						
						... 
						
						
						
						Co-authored-by: nulano <nulano@nulano.eu> 
						
					 
					
						2020-10-14 01:59:34 -07:00 
						 
				 
			
				
					
						
							
							
								Andrew Murray 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a416c21d49 
							
						 
					 
					
						
						
							
							Merge pull request  #4976  from hugovk/4523-document-ellipse-drawing  
						
						... 
						
						
						
						Add #4523  ellipse-drawing algorithm changes to release notes 
						
					 
					
						2020-10-14 18:04:29 +11:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3b6d29ea11 
							
						 
					 
					
						
						
							
							Fix typo  
						
						... 
						
						
						
						Co-authored-by: nulano <nulano@nulano.eu> 
						
					 
					
						2020-10-13 23:48:04 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
						
						
							
						
						
							41ca42fadb 
							
						 
					 
					
						
						
							
							Add  #4523  ellipse-drawing algorithm changes to release notes  
						
						
						
					 
					
						2020-10-13 23:01:47 +03:00 
						 
				 
			
				
					
						
							
							
								nulano 
							
						 
					 
					
						
						
						
						
							
						
						
							e65dd04a63 
							
						 
					 
					
						
						
							
							avoid using pkg_resources in PIL.features.pilinfo  
						
						
						
					 
					
						2020-10-13 17:52:26 +01:00 
						 
				 
			
				
					
						
							
							
								Andrew Murray 
							
						 
					 
					
						
						
						
						
							
						
						
							928e5c6e8f 
							
						 
					 
					
						
						
							
							Added macOS SDK install path to library and include dirs  
						
						
						
					 
					
						2020-10-14 01:02:04 +11:00 
						 
				 
			
				
					
						
							
							
								Andrew Murray 
							
						 
					 
					
						
						
						
						
							
						
						
							70cf54f380 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'radarhere/fix-imagingHinclude' into fix-imagingHinclude  
						
						
						
					 
					
						2020-10-13 22:29:44 +11:00 
						 
				 
			
				
					
						
							
							
								mergify[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4658c0523f 
							
						 
					 
					
						
						
							
							Merge pull request  #4969  from nulano/release-notes  
						
						... 
						
						
						
						Release notes for TrueType functions and PyPy support 
						
					 
					
						2020-10-13 10:52:20 +00:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2b05506bca 
							
						 
					 
					
						
						
							
							Merge branch 'master' into release-notes  
						
						
						
					 
					
						2020-10-13 13:25:59 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87ee880fb2 
							
						 
					 
					
						
						
							
							Merge pull request  #4972  from radarhere/releasenotes  
						
						... 
						
						
						
						Added release notes for #4862  
						
					 
					
						2020-10-13 13:23:40 +03:00 
						 
				 
			
				
					
						
							
							
								Andrew Murray 
							
						 
					 
					
						
						
						
						
							
						
						
							c41548cba8 
							
						 
					 
					
						
						
							
							Added release notes for  #4862  [ci skip]  
						
						
						
					 
					
						2020-10-13 20:49:28 +11:00 
						 
				 
			
				
					
						
							
							
								mergify[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							50787ad2c4 
							
						 
					 
					
						
						
							
							Merge pull request  #4971  from radarhere/freetype  
						
						... 
						
						
						
						Updated freetype to 2.10.3 
						
					 
					
						2020-10-13 06:10:01 +00:00 
						 
				 
			
				
					
						
							
							
								Andrew Murray 
							
						 
					 
					
						
						
						
						
							
						
						
							beb391038e 
							
						 
					 
					
						
						
							
							Updated CHANGES.rst [ci skip]  
						
						
						
					 
					
						2020-10-13 16:25:46 +11:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							846e173f42 
							
						 
					 
					
						
						
							
							Shift the hue for easier to read colour scheme  
						
						... 
						
						
						
						Co-authored-by: nulano <nulano@nulano.eu> 
						
					 
					
						2020-10-12 20:17:06 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b6fa30256e 
							
						 
					 
					
						
						
							
							Turn down the brightness [CI skip]  
						
						... 
						
						
						
						Co-authored-by: nulano <nulano@nulano.eu> 
						
					 
					
						2020-10-12 20:04:20 +03:00 
						 
				 
			
				
					
						
							
							
								Hugo van Kemenade 
							
						 
					 
					
						
						
						
						
							
						
						
							461d936227 
							
						 
					 
					
						
						
							
							Invert the black-on-white/transparent images at handbook/text-anchors.html [CI skip]  
						
						
						
					 
					
						2020-10-12 19:43:09 +03:00