Commit Graph

9176 Commits

Author SHA1 Message Date
Hugo
45497c33b8 Add hashFiles to cache key, and add restore-keys 2019-11-17 13:51:47 +02:00
Hugo
b0d9fe6ce3 Cache pip 2019-11-17 13:51:47 +02:00
Hugo van Kemenade
4e4bb38cd6
Upload image errors to GitHub Actions (#4135)
Upload image errors to GitHub Actions
2019-11-17 13:47:18 +02:00
nulano
197fb91574 upload image errors to GitHub Actions 2019-11-17 21:49:58 +11:00
Andrew Murray
97327c7e0d
Merge pull request #4208 from andriyor/master
Add Documentation and Github URLs for PyPi
2019-11-16 12:58:09 +11:00
Andriy Orehov
defe838917 add in a funding link for PyPi 2019-11-15 22:48:26 +02:00
Andriy Orehov
38ea1c6e03 use the more common option
change docs url
2019-11-15 18:25:20 +02:00
Andriy Orehov
4eccafc5da Add Documentation and Github URLs for PyPi 2019-11-15 14:00:18 +02:00
Andrew Murray
f6114ee373
Merge pull request #4205 from hugovk/include-version-in-windows-wheel-warning
Include Pillow version in Windows wheel warning
2019-11-15 20:39:28 +11:00
Hugo van Kemenade
6213a70107
Improve wording
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2019-11-15 10:25:08 +02:00
Andrew Murray
e57a5d85a4 Updated CHANGES.rst [ci skip] 2019-11-14 20:01:38 +11:00
Hugo van Kemenade
3134e5cd47
Merge pull request #4105 from radarhere/ifd
IFDRational init cleanup
2019-11-13 20:30:35 +02:00
Hugo van Kemenade
b64d96d414
Merge pull request #4116 from radarhere/memory
Fixed freeing unallocated pointer when resizing with height too large
2019-11-13 20:29:09 +02:00
Hugo van Kemenade
54e57768ab
Merge pull request #4128 from radarhere/info
Copy info in Image.transform
2019-11-13 20:27:51 +02:00
Hugo van Kemenade
ce18064b20
Merge pull request #4171 from radarhere/gamma
Corrected DdsImagePlugin setting info gamma
2019-11-13 20:26:03 +02:00
Andrew Murray
4c53532305
Merge pull request #4207 from radarhere/redirect
Updated URL
2019-11-13 06:43:36 +11:00
Andrew Murray
9fd629efdb Updated URL 2019-11-12 21:16:36 +11:00
Hugo van Kemenade
3007f95c05
Update wording
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2019-11-11 21:39:47 +02:00
Hugo
01b0dbd4df Include Pillow version in Windows wheel warning 2019-11-11 16:00:17 +02:00
Andrew Murray
9b927155e6
Merge pull request #4203 from hugovk/appveyor-3.8
AppVeyor: Test on Python 3.8
2019-11-10 00:37:39 +11:00
Hugo
9eb5cb8f25 Test on Python 3.8 2019-11-09 10:13:57 +02:00
Hugo
b5e3ef8540 Test on Python 3.8 2019-11-09 10:09:16 +02:00
Andrew Murray
48eb37aa40
Merge pull request #4199 from hugovk/upgrade-gha-macos
Test on latest available macOS and Ubuntu
2019-11-09 15:18:23 +11:00
Hugo van Kemenade
a3b906b99a
GitHub Actions: Update to windows-2019 (#4201)
GitHub Actions: Update to windows-2019
2019-11-08 23:56:59 +02:00
nulano
c62b5f9044
temporarily remove PyPy from GHA testing 2019-11-08 15:10:33 +00:00
nulano
3c1f90efce use gs binary on gha 2019-11-07 23:05:14 +00:00
nulano
2d11929333 fix pypy3 pip on gha 2019-11-07 22:07:18 +00:00
nulano
641383f1e5 add lcms2 bulid script upgrade patch to gha 2019-11-07 21:52:09 +00:00
nulano
907ce50ba2 override distutils msvc search 2019-11-07 17:26:04 +00:00
nulano
b3b7ff6d9e Update GHA to Windows Server 2019 2019-11-07 16:41:24 +00:00
Andrew Murray
3418e2c18f
Merge pull request #4200 from radarhere/context_manager
Corrected context manager test
2019-11-07 18:45:44 +11:00
Hugo van Kemenade
55dd62e7cd
Merge pull request #4195 from radarhere/libtiff
Updated libtiff to 4.1.0
2019-11-06 21:21:24 +02:00
Hugo van Kemenade
ce8c944525
Enabled page heap verification (#4186)
Enabled page heap verification
2019-11-06 19:05:49 +02:00
Hugo
0c46177804 Test on latest available Ubuntu and macOS 2019-11-06 18:27:06 +02:00
Andrew Murray
f4dbc0a664 Updated CHANGES.rst [ci skip] 2019-11-06 20:44:43 +11:00
Andrew Murray
d79f2bb7dc Corrected context manager test 2019-11-06 20:12:19 +11:00
Hugo van Kemenade
9c78c3f972
GHA: Test Python 3.8 on Linux/macOS (#4196)
GHA: Test Python 3.8 on Linux/macOS
2019-11-05 16:23:20 +02:00
Hugo
9a247bd597 Test Python 3.8 on GHA 2019-11-05 13:13:36 +02:00
Hugo van Kemenade
3663af1967
Merge pull request #4189 from cgohlke/patch-1
Report details about Pillow when running tests
2019-11-05 13:01:02 +02:00
Andrew Murray
09ea81385a Updated libtiff to 4.1.0 2019-11-04 19:07:47 +11:00
Hugo van Kemenade
69a51877c4
Merge pull request #4191 from jdufresne/defer
Reuse deferred_error instead of _imaging_not_installed
2019-11-03 21:13:44 +02:00
Jon Dufresne
4483642e45 Reuse deferred_error instead of _imaging_not_installed
deferred_error is a general implementation of _imaging_not_installed.
Can reuse rather than repeating the same logic.
2019-11-03 08:29:17 -08:00
Christoph Gohlke
5d10f8dff2
Use features.pilinfo to report details about Pillow 2019-11-02 15:12:52 -07:00
Hugo van Kemenade
6060ed3d14
Merge pull request #4091 from nulano/libimagequant-features
Add libimagequant to features.py
2019-11-02 21:31:09 +02:00
Andrew Murray
678897a148
Merge pull request #4185 from hugovk/docs-7.0.0
Update docs for 7.0.0
2019-11-02 21:18:30 +11:00
Hugo van Kemenade
2cf1fee538
Merge pull request #4190 from radarhere/ignore-userwarning
Ignore UserWarnings in TestFileTiff::test_string_dimension
2019-11-02 11:08:37 +02:00
Hugo van Kemenade
690bd430b0
Update docs/releasenotes/7.0.0.rst
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2019-11-02 11:06:58 +02:00
Andrew Murray
47df9c2b0a Disabled heap verification for pypy GHA 2019-11-02 18:57:40 +11:00
Andrew Murray
b1ee44a74b Ignore UserWarnings 2019-11-02 18:10:55 +11:00
Hugo van Kemenade
a3d16dd40a
Update docs/releasenotes/7.0.0.rst
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2019-11-02 08:40:40 +02:00