Commit Graph

10186 Commits

Author SHA1 Message Date
Andrew Murray
6fb74c9b8b Added Python 3.9 2020-04-26 16:09:29 +10:00
Hugo van Kemenade
116a0637c7
Merge pull request #4587 from radarhere/fedora
Updated CI targets
2020-04-26 08:21:08 +03:00
Andrew Murray
661760a883 Updated Ubuntu CI targets [ci skip] 2020-04-26 14:01:38 +10:00
Andrew Murray
727868d5d7 Increased epsilon to pass on Windows 2020-04-26 08:03:16 +10:00
Andrew Murray
9581108cf8 Removed Fedora 30 from CI targets [ci skip] 2020-04-26 07:48:49 +10:00
Andrew Murray
d42df43740
Merge pull request #4584 from hugovk/rm-fedora-30
Remove soon-EOL Fedora 30
2020-04-26 07:47:36 +10:00
Hugo
b171a6450f Remove soon-EOL Fedora 30 2020-04-25 22:22:33 +03:00
Hugo
8149d9eabf Release notes for 7.1.2 2020-04-25 22:40:37 +10:00
Andrew Murray
eced564a44
Merge pull request #4582 from radarhere/focal
Added Ubuntu 20.04 to Docker jobs
2020-04-24 23:41:53 +10:00
Andrew Murray
e42676d940 Added Ubuntu 20.04 2020-04-24 22:35:42 +10:00
Andrew Murray
f5e9252b12 Fixed drawing a jointed line with a sequence of numeric values 2020-04-24 18:48:10 +10:00
Hugo van Kemenade
556c87c904
Merge pull request #4577 from radarhere/class
Updated example code to new-style class
2020-04-23 14:53:56 +03:00
Andrew Murray
b65e72b2fc Updated example code to new-style class [ci skip] 2020-04-23 20:05:30 +10:00
Andrew Murray
ccd9a97183
Merge pull request #4576 from hugovk/docs-link-to-filters
Link to Filters concept from methods' parameters
2020-04-23 19:56:27 +10:00
Hugo
d21e45536a Link to Filters concept from methods' parameters [CI skip] 2020-04-23 11:18:24 +03:00
Andrew Murray
394f7a0449
Merge pull request #4567 from hugovk/rm-warning
Don't show own deprecation warning in test logs
2020-04-21 19:16:50 +10:00
Hugo van Kemenade
852e53e182
Merge pull request #51 from radarhere/rm-warning
Assert that warning is raised
2020-04-20 13:02:02 +03:00
Andrew Murray
a0641b87c2 Assert that warning is raised 2020-04-20 19:27:09 +10:00
Andrew Murray
9390e5636a Also consider other alpha modes 2020-04-20 18:53:37 +10:00
Hugo
270bc4fc60 Don't show own deprecation warning in test logs 2020-04-19 13:59:40 +03:00
Andrew Murray
e10cab42f1 Consider transparency when drawing text on an RGBA image 2020-04-19 20:56:17 +10:00
Andrew Murray
a0d8e550ec Updated CHANGES.rst [ci skip] 2020-04-18 08:50:52 +10:00
Hugo van Kemenade
f83f19788b
Merge pull request #4552 from radarhere/animation
Simplified animation code
2020-04-17 19:30:04 +03:00
Hugo van Kemenade
ddebe27eed
Merge pull request #4565 from radarhere/tiff_pickle
Fixed bug when unpickling TIFF images
2020-04-17 19:03:02 +03:00
Andrew Murray
4a909b97e3
Merge pull request #4564 from radarhere/default_arguments
Removed default arguments from pickle test helper functions
2020-04-17 22:47:08 +10:00
Andrew Murray
9956a6c777 Fixed bug when unpickling TIFF images 2020-04-17 22:13:14 +10:00
Andrew Murray
574b0ee315 Removed initial seek 2020-04-17 22:05:38 +10:00
Andrew Murray
03b5ffbd23 Use common _seek_check method 2020-04-17 22:05:25 +10:00
Andrew Murray
0b33a87b0d Replaced property methods for n_frames and is_animated with normal properties 2020-04-17 22:00:21 +10:00
Andrew Murray
76d96b6383 Removed default arguments from helper functions 2020-04-17 21:57:11 +10:00
Hugo van Kemenade
529e113505
Merge pull request #4561 from hugovk/fix-webp-pickle
Fix pickling WebP
2020-04-17 14:48:50 +03:00
Hugo van Kemenade
9963521b16
Merge pull request #49 from radarhere/fix-webp-pickle
Initialise __loaded = 0, removed initialisation of __physical_frame
2020-04-17 13:43:15 +03:00
Andrew Murray
e52b8cefe1 Skip test if webp is not available 2020-04-17 20:08:10 +10:00
Andrew Murray
986c55ff64 Initialise __loaded = 0, removed initialisation of __physical_frame 2020-04-17 19:15:05 +10:00
Andrew Murray
e4fa234340
Merge pull request #4563 from radarhere/faster_error
Throw image loading error faster
2020-04-17 19:07:03 +10:00
Andrew Murray
fe8225732a Throw image loading error faster 2020-04-17 18:29:45 +10:00
Hugo
94751da23e Initialise __physical_frame = 0 and add pickle roundtrip tell test 2020-04-17 11:21:57 +03:00
Hugo van Kemenade
f589f8689f
Initialise __logical_frame = 0 so tell() == 0 when unpickled
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2020-04-17 11:20:38 +03:00
Andrew Murray
49e49d3cfc
Merge pull request #4562 from hugovk/gha-ci-true
GitHub Actions now sets CI=true
2020-04-17 07:58:51 +10:00
Hugo
654229d1b9 GitHub Actions now sets CI=true 2020-04-16 20:42:29 +03:00
Hugo
913e79f010 Test the modes 2020-04-16 15:52:10 +03:00
Andrew Murray
f21816918e Allow ImageMagick zTXt chunks to be extracted after copy() 2020-04-16 21:14:19 +10:00
Andrew Murray
1e63f772f8 Parse orientation from XMP tags 2020-04-16 21:05:34 +10:00
Hugo
5529aba441 Skip webp test when webp not available 2020-04-16 12:56:12 +03:00
Hugo
2e6ab7c669 Fix pickling webp 2020-04-16 11:46:34 +03:00
Hugo
cdf3c98103 Add failing test for pickling webp 2020-04-16 11:45:12 +03:00
Hugo
d62b9098dd Refactor other tests into test_pickle_image 2020-04-16 11:44:28 +03:00
Hugo
53a85f2a69 Refactor test_pickle_image to use pytest.mark.parametrize 2020-04-16 11:31:28 +03:00
Andrew Murray
13dcab0fb7 Replaced DEBUG with logging 2020-04-13 07:16:46 +10:00
nulano
2df26d8ea6 restore library updates in master 2020-04-12 10:18:49 +02:00