Hugo
|
5e1a528eb2
|
Merge pull request #3090 from hugovk/deprecate-versions
Deprecate PILLOW_VERSION and VERSION
|
2018-04-25 16:48:47 +03:00 |
|
Hugo
|
de6baf65f3
|
Clarify PILLOW_VERSION will be removed after VERSION
|
2018-04-25 11:24:50 +03:00 |
|
Hugo
|
ef9bf76ce8
|
PILLOW_VERSION will be removed in a future release
|
2018-04-25 11:24:50 +03:00 |
|
Hugo
|
c18dce5625
|
'Use PIL.__version__ instead.'
|
2018-04-25 11:24:50 +03:00 |
|
Hugo
|
3508d67999
|
Explicitly enumerate version constants
|
2018-04-25 11:24:49 +03:00 |
|
Hugo
|
312b91717c
|
Document deprecations in release note
|
2018-04-25 11:24:49 +03:00 |
|
Hugo
|
34d66494ca
|
Keep Image.VERSION here
|
2018-04-25 11:21:38 +03:00 |
|
Hugo
|
d80ed2e948
|
Deprecate PILLOW_VERSION and VERSION, use __version__ instead
|
2018-04-25 11:21:38 +03:00 |
|
Hugo
|
e33dd498f5
|
Prefer more conventional __version__ rather than PILLOW_VERSION
|
2018-04-25 11:21:38 +03:00 |
|
Hugo
|
0c438db926
|
Merge pull request #3076 from hugovk/add-3.7
Support Python 3.7
|
2018-04-25 11:20:31 +03:00 |
|
Hugo
|
244a44c5f8
|
Update CHANGES.rst
|
2018-04-25 08:43:04 +03:00 |
|
Hugo
|
499d244481
|
Merge pull request #3108 from radarhere/libwebp
Updated libwebp to 1.0.0
|
2018-04-25 08:40:19 +03:00 |
|
tianyu
|
4420f360d8
|
Removed bugged documentation
|
2018-04-24 23:19:31 +08:00 |
|
tianyu
|
58474d1c8d
|
Added test to ensure ImageDraw.multiline_textsize returns same value as ImageFont.getsize for single lines
|
2018-04-24 22:55:17 +08:00 |
|
tianyu
|
d6926009d0
|
Fixed bug: ImageDraw.multiline_textsize() returning wrong size by adding extra spacing
|
2018-04-24 22:54:27 +08:00 |
|
tianyu
|
ce505b7d1b
|
Added documentation for ImageFont.getsize_multiline
|
2018-04-24 22:34:23 +08:00 |
|
tianyu
|
3fda581963
|
Added test for getsize_multiline
|
2018-04-24 22:27:29 +08:00 |
|
tianyu
|
b77e89b286
|
Added getsize_multiline support for ImageFont
|
2018-04-24 22:26:52 +08:00 |
|
Andrew Murray
|
001c2fec88
|
Updated libwebp to 1.0.0
|
2018-04-23 10:27:40 +10:00 |
|
Hugo
|
0b65d0791e
|
Merge pull request #3111 from uploadcare/revert-valueerrors
Revert ValueErrors to RuntimeErrors in ImageMorph module
|
2018-04-22 22:27:20 +03:00 |
|
Hugo
|
572c06f6cc
|
Merge pull request #3095 from hugovk/rm-del-draw
Remove 'del draw' from code example
|
2018-04-22 20:54:01 +03:00 |
|
Alexander
|
997e554593
|
Revert ValueErrors to RuntimeErrors in ImageMorph module
|
2018-04-22 20:52:38 +03:00 |
|
Alexander Karpinsky
|
dddeecc945
|
Merge pull request #3055 from uploadcare/imagemorph-type-check
Fix incorrect image type checking in _imagingmorph module
|
2018-04-22 20:10:34 +03:00 |
|
Alexander
|
101c095e99
|
Add tests for wrong types
|
2018-04-22 19:51:57 +03:00 |
|
Hugo
|
04a1f71b4c
|
Merge pull request #3105 from radarhere/py3
Change Python version checks to use util
|
2018-04-22 18:37:33 +03:00 |
|
Hugo
|
ad36932ebb
|
Merge pull request #3107 from radarhere/effects
Corrected undefined behaviour
|
2018-04-22 09:04:35 +03:00 |
|
Andrew Murray
|
57c7a51b51
|
Renamed CLIP to CLIP8
|
2018-04-21 18:14:05 +10:00 |
|
Andrew Murray
|
99dcc57720
|
Moved CLIP definitions into ImagingUtils.h
|
2018-04-21 16:35:58 +10:00 |
|
Andrew Murray
|
eebe3ea923
|
Corrected undefined behaviour
|
2018-04-21 13:42:39 +10:00 |
|
Alexander Karpinsky
|
1b9a41f2de
|
Merge pull request #3063 from radarhere/gitignore
Removed winbuild gitignore
|
2018-04-20 13:15:10 +03:00 |
|
Alexander Karpinsky
|
6378465521
|
Merge pull request #3084 from radarhere/health
Health fixes
|
2018-04-20 13:12:24 +03:00 |
|
Andrew Murray
|
b4e6cdadac
|
Added py3 variable to _util
|
2018-04-20 09:19:13 +10:00 |
|
Andrew Murray
|
b560f5b417
|
Changed Python version checks in tests to use helper
|
2018-04-19 19:40:56 +10:00 |
|
Andrew Murray
|
bf77bba323
|
Changed dictionary comprehension style
|
2018-04-18 16:00:57 +10:00 |
|
Andrew Murray
|
37f5f1120a
|
Fixed block comments
|
2018-04-18 16:00:57 +10:00 |
|
Andrew Murray
|
cbc056f43d
|
Fixed whitespace
|
2018-04-18 16:00:57 +10:00 |
|
Andrew Murray
|
06f4cd62ad
|
Removed redundant backslashes
|
2018-04-18 16:00:18 +10:00 |
|
Andrew Murray
|
30c9ca15fb
|
Fixed docstrings
|
2018-04-18 16:00:17 +10:00 |
|
Hugo
|
48c8f1f219
|
Merge pull request #3100 from radarhere/imagetk
Change test_imagetk to run on Python 3
|
2018-04-17 22:39:34 +03:00 |
|
Hugo
|
4476aa3914
|
Merge pull request #3102 from hugovk/new-pypi
Update links to new PyPI
|
2018-04-17 22:36:31 +03:00 |
|
Hugo
|
e3800c6d6b
|
Update links to new PyPI
|
2018-04-17 17:06:43 +03:00 |
|
Andrew Murray
|
b33b045e9b
|
Changed test_imagetk to run on Python 3
|
2018-04-17 14:06:05 +10:00 |
|
Alexander
|
33c0b5df21
|
use assertRaisesRegex
|
2018-04-15 23:35:41 +03:00 |
|
Alexander
|
c6f5077afc
|
Merge branch 'master' into lut-numpy
|
2018-04-15 23:30:40 +03:00 |
|
Hugo
|
c013188594
|
Merge pull request #3087 from hugovk/rm-deprecationwarnings
Remove deprecation warnings
|
2018-04-15 17:07:26 +03:00 |
|
Hugo
|
43d9068fc3
|
Revert conversion removal
|
2018-04-15 10:35:46 +03:00 |
|
Alexander
|
d117026511
|
fix float16tofloat32
|
2018-04-15 01:46:26 +03:00 |
|
Alexander
|
cc70972a20
|
install numpy on all travis machines
|
2018-04-15 01:23:45 +03:00 |
|
Alexander
|
4c983674c0
|
avoid compilation varnings
|
2018-04-15 01:20:57 +03:00 |
|
Alexander
|
497e9d8251
|
full buffer support
|
2018-04-15 00:33:15 +03:00 |
|