Andrew Murray
a7438ecaf0
Added Ubuntu 22.04 to Docker jobs
2022-04-22 17:35:20 +10:00
Andrew Murray
21c91c1a36
Fixed typo [ci skip]
2022-04-22 08:46:27 +10:00
Dominus Iniquitatis
9145c778ec
Fixed a typo in 9.1.0 changelog
2022-04-22 01:20:34 +03:00
DWesl
c1d3bac917
CI: Fix runner username for pip cache
2022-04-21 10:26:12 -04:00
Andrew Murray
de1ba373e1
Update CHANGES.rst [ci skip]
2022-04-21 22:10:55 +10:00
Andrew Murray
ebb5ed9d92
Merge pull request #6224 from AlexTedeschi/patch-1
...
Increase wait time of temporary file deletion on Windows
2022-04-21 22:07:59 +10:00
Andrew Murray
df4ddc1d84
Run Tidelift Align on Pipfile changes
2022-04-21 12:05:47 +03:00
DWesl
be6dd712ba
Ci: Simplify Cygwin pip cache
...
This might pave the way for caching the Cygwin install, which might speed things up a bit.
2022-04-20 20:48:57 -04:00
DWesl
bd61d1ef1b
FIX, CI: Actually run pip
2022-04-20 10:28:02 -04:00
DWesl
97e6197e9f
CI: Set up cache for Cygwin pip
...
Copied from the MIT-licensed:
https://github.com/actions/cache/blob/main/examples.md#using-pip-to-get-cache-location
2022-04-20 10:17:45 -04:00
Hugo van Kemenade
c6637bc4de
Merge pull request #6228 from radarhere/fribidi
...
Updated fribidi to 1.0.12
2022-04-20 08:54:00 +03:00
Hugo van Kemenade
2122489db9
Merge pull request #6229 from radarhere/libtiff
...
Skip tests unless libtiff is available
2022-04-20 08:52:13 +03:00
Andrew Murray
0374d6190b
Skip tests unless libtiff is available
2022-04-20 11:10:48 +10:00
Andrew Murray
acc0fa0d79
Merge pull request #6227 from raygard/main
...
Update GIF encoding information
2022-04-20 09:21:29 +10:00
Andrew Murray
110238bccb
Updated fribidi to 1.0.12
2022-04-20 08:37:45 +10:00
Ray Gardner
b01a2effd2
Update image-file-formats.rst
...
Correct encoding of GIF files from run-length to LZW.
2022-04-19 13:40:56 -06:00
Andrew Murray
46ba6b51de
Merge pull request #6215 from kolibril13/readURL
...
Add example to read image from URL
2022-04-19 07:51:33 +10:00
Alex Tedeschi
4279c74289
Increase wait time of temporary file deletion
...
Increase wait time to 4 seconds from 2 seconds for the deletion of the temporary file made from .show(). The Windows default image viewer at times can take longer than 2 seconds to open and display an image causing the image to never display for the user.
2022-04-18 16:23:50 -04:00
Hugo van Kemenade
bf46c6a648
Fix docstring
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2022-04-18 07:42:05 +03:00
Andrew Murray
a33dc56560
Merge pull request #6220 from nulano/deprecate-fill
...
Deprecate FreeTypeFont.getmask2 fill parameter
2022-04-18 08:05:10 +10:00
Ondrej Baranovič
995be34ddb
flip so the conditional is positive
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-04-17 19:27:14 +02:00
nulano
ab86bdda0a
fix deprecation test
2022-04-17 16:03:53 +02:00
Andrew Murray
c87c2cf5b3
Added removal date for fill parameter
2022-04-17 10:03:50 +02:00
Andrew Murray
2a29b2dba1
Document that fill parameter is optional
2022-04-17 10:03:50 +02:00
Andrew Murray
98e995f6c7
FreeTypeFont.getmask2 fill parameter has been deprecated
2022-04-17 10:03:50 +02:00
Hugo van Kemenade
2dd848ca4f
Include deprecation removal date
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2022-04-17 08:06:28 +03:00
Andrew Murray
43b423bc25
Merge pull request #6196 from hugovk/cleanup-names
...
Cleanup: adjust names
2022-04-17 07:30:20 +10:00
nulano
b4b8249c9d
None is also not a valid value
2022-04-16 17:46:43 +02:00
nulano
d088c804d0
release notes
2022-04-16 17:36:21 +02:00
nulano
a766b5b0d5
deprecate fill in imageFont
2022-04-16 17:07:32 +02:00
Hugo van Kemenade
967c875e6b
Merge pull request #86 from radarhere/cleanup-names
...
Cleanup: adjust names
2022-04-16 17:13:10 +03:00
Andrew Murray
e4b39d9cc7
Variable in function should be snake_case
2022-04-16 22:15:48 +10:00
Andrew Murray
280b4e9e1a
Updated variable name in comment
2022-04-16 22:15:21 +10:00
DWesl
80b8e125bf
Merge pull request #2 from radarhere/add-cygwin-to-ci
...
Only install NumPy through pip on 64-bit.
Thanks for catching that, I'd forgotten the NumPy 1.21 problems were only on 64-bit.
2022-04-16 07:51:56 -04:00
Andrew Murray
35fbf22250
Merge branch 'main' into cleanup-names
2022-04-16 19:49:40 +10:00
Andrew Murray
cdfe08bc5e
Only install NumPy through pip on 64-bit
2022-04-16 19:14:00 +10:00
Andrew Murray
535c45717f
Merge pull request #6184 from hugovk/deprecations-helper
...
Add deprecations helper
2022-04-16 18:58:46 +10:00
Jan-Hendrik Müller
f9bf1cd59d
Update docs/handbook/tutorial.rst
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2022-04-16 08:12:54 +02:00
Andrew Murray
635f8cf327
Added Python 3.9
2022-04-16 15:42:09 +10:00
DWesl
1d1c22e1d4
CI: Update versions of actions used by Cygwin CI
...
As suggested by code review.
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2022-04-15 20:45:19 -04:00
DWesl
7099ade15a
Merge branch 'main' into add-cygwin-to-ci
2022-04-15 14:47:28 -04:00
Jan-Hendrik Müller
12665d8db4
add read from URL example
2022-04-15 14:02:52 +02:00
Andrew Murray
92f96b44e1
Merge branch 'main' into cleanup-names
2022-04-15 20:45:44 +10:00
Hugo van Kemenade
c456aecb12
Merge pull request #6212 from radarhere/unused
...
Removed unused test function
2022-04-15 13:42:53 +03:00
Hugo van Kemenade
a0b98d805e
Merge pull request #85 from radarhere/cleanup-names
...
Variable in function should be snake_case
2022-04-15 12:58:09 +03:00
Hugo van Kemenade
136d1a89df
Fix deprecation warning
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2022-04-15 12:08:15 +03:00
Andrew Murray
72a59d298a
Variable in function should be snake_case
2022-04-15 19:00:23 +10:00
Andrew Murray
ae12b1d2dc
Removed unused function
2022-04-15 18:23:02 +10:00
Hugo van Kemenade
0329b8fa1d
Seven days before stale
2022-04-13 16:07:20 +03:00
Hugo van Kemenade
317ea9a8bb
Remove debug mode so it can close stale issues
2022-04-13 16:04:23 +03:00