Commit Graph

9342 Commits

Author SHA1 Message Date
Alexander
9c2b058483 update release notes [ci skip] 2019-12-25 15:32:49 +03:00
Alexander Karpinsky
d991cd9a9a
Merge pull request #60 from radarhere/box-in-thumbnail
Updated wording
2019-12-25 15:21:24 +03:00
Andrew Murray
c35fb6fb67
Merge branch 'master' into box-in-thumbnail 2019-12-24 18:18:34 +11:00
Hugo van Kemenade
8e43be1207
Merge pull request #4293 from radarhere/draft
Updated draft documentation
2019-12-24 09:12:52 +02:00
Andrew Murray
663fea308b Updated wording [ci skip] 2019-12-24 15:06:47 +11:00
Andrew Murray
74a8034644 Updated draft documentation [ci skip] 2019-12-24 14:50:53 +11:00
Hugo van Kemenade
fafeeefccd
Merge pull request #4286 from radarhere/docs_python_version
Use the same Python version to build docs in Travis and  GHA
2019-12-23 16:48:31 +02:00
Andrew Murray
7360e71d64
Merge pull request #4284 from hugovk/doctest-turn-warnings-into-errors
make doccheck: turn warnings into errors
2019-12-23 22:55:50 +11:00
Hugo van Kemenade
fbb14f67a3
Only check docs on Travis
At least whilst there's a problem on GHA:

https://github.community/t5/GitHub-Actions/GitHub-Action-for-python-import-of-quot-tkinter-quot-fails/td-p/40644
2019-12-23 12:26:59 +02:00
Andrew Murray
5027b97c69 Use the same Python version to build docs in Travis and GHA 2019-12-23 21:17:04 +11:00
Hugo
6a43ea86ea Merge remote-tracking branch 'upstream/master' into doctest-turn-warnings-into-errors 2019-12-21 15:52:59 +02:00
Hugo
d025fbe16d Install TkInter for Python 3, not 2 2019-12-21 15:48:00 +02:00
Hugo
113477fbee Fix unexpected unindents 2019-12-21 14:05:50 +02:00
Hugo van Kemenade
b3547dc2c0
--keep-going to show all of the problems
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2019-12-21 13:46:38 +02:00
Hugo
6a256a8396 make doccheck: turn warnings into errors 2019-12-21 13:11:12 +02:00
Hugo van Kemenade
33cfac7715
Merge pull request #4283 from radarhere/bmp
Raise an error if BMP file size is too large when saving
2019-12-21 11:05:03 +02:00
Alexander Karpinsky
49a5bd3602
Updated CHANGES.rst [ci skip] 2019-12-21 03:42:06 +03:00
Alexander
532eca3c20 Merge branch 'master' into box-in-thumbnail
# Conflicts:
#	docs/releasenotes/7.0.0.rst
2019-12-21 03:18:23 +03:00
Andrew Murray
7a4a408802
Merge pull request #4214 from hugovk/python-m-pip-install
Recommend upgrading pip before Pillow, and use python -m pip
2019-12-21 10:52:59 +11:00
Andrew Murray
acecabb448
Merge pull request #4282 from uploadcare/fix-docs-syntax
Fix release notes syntax, add references
2019-12-21 08:56:26 +11:00
Andrew Murray
4580b156b7 Raise an error if BMP file size is too large when saving 2019-12-21 08:37:40 +11:00
Alexander
945b4e9c82 add references, fix release notes syntax 2019-12-21 00:25:52 +03:00
Andrew Murray
ce62dca326 Aligned comments correctly 2019-12-21 08:15:48 +11:00
Alexander
1275b10e6f update release notes 2019-12-20 23:21:43 +03:00
Andrew Murray
209faf1b62 Updated CHANGES.rst [ci skip] 2019-12-20 06:24:38 +11:00
Alexander
b112e55070 Merge branch 'master' into box-in-thumbnail
# Conflicts:
#	docs/releasenotes/7.0.0.rst
2019-12-19 16:36:37 +03:00
Alexander Karpinsky
6d75a673b6
Merge pull request #4255 from uploadcare/default-resample-filter
Change default resize resampling filter from NEAREST to BICUBIC
2019-12-19 16:33:34 +03:00
Alexander Karpinsky
c82d2629d7
Merge pull request #4278 from uploadcare/fox-filter-black-lines
Define box filter equal 1.0 on (-0.5, 0.5] range instead of [-0.5, 0.5)
2019-12-19 03:26:17 +03:00
Alexander
5b53b0489b Define box filter equal 1.0 on (-0.5, 0.5] range instead of [-0.5, 0.5) 2019-12-19 03:01:02 +03:00
Alexander
cdd1253211 notes fixes
skip-checks: true
2019-12-18 01:09:54 +03:00
Alexander
4da9858709 change default resampling filter for ImageOps.pad(), ImageOps.scale() and ImageOps.fit() 2019-12-17 18:15:02 +03:00
Hugo van Kemenade
aa2c5f91af
Merge pull request #4275 from radarhere/thumbnail
Added release notes for #4256
2019-12-17 15:16:09 +02:00
Andrew Murray
d3c26fac97
Merge branch 'master' into python-m-pip-install 2019-12-17 20:08:14 +11:00
Andrew Murray
ba81712ec8 Added release notes for #4256 [ci skip] 2019-12-17 19:01:24 +11:00
Andrew Murray
1785cad931 Updated CHANGES.rst [ci skip] 2019-12-17 18:49:52 +11:00
Alexander
b35cbef234 modify the test image 2019-12-17 02:25:40 +03:00
Hugo van Kemenade
16220d9a87
Merge pull request #4272 from radarhere/thumbnail
Allow thumbnail to accept non-integer size arguments
2019-12-17 00:00:50 +02:00
Alexander
a027897f74 Merge branch 'master' into box-in-thumbnail
# Conflicts:
#	Tests/test_image_thumbnail.py
2019-12-17 00:42:29 +03:00
Andrew Murray
c7bef264bc Allow thumbnail to accept non-integer size arguments 2019-12-17 06:05:36 +11:00
Andrew Murray
8aad32a010
Merge pull request #4271 from hugovk/fix-table
Docs: Fix malformed table
2019-12-17 05:56:46 +11:00
Hugo
7b4ae104f0 Fix malformed table 2019-12-16 15:07:56 +02:00
Andrew Murray
52113a82b0
Merge pull request #4256 from uploadcare/fix-thumbnail-aspect-ratio
Better thumbnail aspect ratio preservation
2019-12-16 20:32:05 +11:00
Hugo van Kemenade
aea1111aa3
Merge pull request #4262 from hugovk/gha-system-info
GHA: Print some basic system information for the logs
2019-12-15 13:59:54 +02:00
Hugo van Kemenade
2594870d1e
Merge pull request #4267 from radarhere/url
Updated URL
2019-12-14 13:11:32 +02:00
Andrew Murray
2fde01cda2 Updated URL 2019-12-14 13:36:07 +11:00
Hugo van Kemenade
a4dc5740f9
Only print Mac version on Mac
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2019-12-13 15:44:01 +02:00
Hugo van Kemenade
cb768d0bff
Merge pull request #4209 from daquexian/patch-1
Update the out-dated termux.sh
2019-12-12 08:03:57 +02:00
Andrew Murray
58a476423a Updated CHANGES.rst [ci skip] 2019-12-10 21:47:18 +11:00
Hugo van Kemenade
d5f031eacd
Update tested versions table (#4261)
Update tested versions table
2019-12-10 11:53:39 +02:00
nulano
306d6ccfed update tested versions table [ci skip] 2019-12-09 22:48:57 +01:00