Hugo van Kemenade
|
fdf103c5ad
|
Merge pull request #8085 from void4/imagedraw_circle
|
2024-05-28 12:35:31 +03:00 |
|
void4
|
3a34f44bcf
|
Merge pull request #1 from radarhere/imagedraw_circle
Added test
|
2024-05-27 18:28:15 +02:00 |
|
Andrew Murray
|
cac1a04329
|
Added test
|
2024-05-27 21:59:32 +10:00 |
|
Andrew Murray
|
12cefd798e
|
Added method links to release notes
|
2024-05-27 21:48:38 +10:00 |
|
void4
|
8db5fbead1
|
Update src/PIL/ImageDraw.py - set circle argument xy to type Sequence[float] instead of Coords, radius to float
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
|
2024-05-27 13:27:56 +02:00 |
|
void4
|
9b7556228e
|
Update docs/reference/ImageDraw.rst - move versionadded
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
2024-05-27 13:21:41 +02:00 |
|
pre-commit-ci[bot]
|
034f3cbed5
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-05-27 11:19:12 +00:00 |
|
void4
|
773ff20b76
|
Update docs/reference/ImageDraw.rst - move circle method up to indicate it is new
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
2024-05-27 13:18:47 +02:00 |
|
void4
|
35a700a1d4
|
Update 10.4.0.rst - Add PIL.ImageDraw.circle() API addition
|
2024-05-27 13:14:04 +02:00 |
|
void4
|
38e6913579
|
Simplify circle() by reusing ellipse()
|
2024-05-27 13:01:10 +02:00 |
|
void4
|
8d9a4dda98
|
Update docs/reference/ImageDraw.rst - Set versionadded
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
|
2024-05-27 12:57:50 +02:00 |
|
Hugo van Kemenade
|
bbe1effd63
|
Merge pull request #8082 from Yay295/patch-4
|
2024-05-27 08:39:34 +03:00 |
|
pre-commit-ci[bot]
|
2ee3cef50e
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2024-05-26 22:25:16 +00:00 |
|
void4
|
2c4a6e1179
|
Add function and documentation to draw circle
|
2024-05-27 00:23:16 +02:00 |
|
Andrew Murray
|
82d9926905
|
Split depth/type into bit depth and color type
|
2024-05-26 10:04:44 -05:00 |
|
Yay295
|
1b878189d8
|
don't reuse variable name
|
2024-05-26 02:25:45 -05:00 |
|
Hugo van Kemenade
|
8b14ed741a
|
Merge pull request #8079 from radarhere/imagefont
|
2024-05-25 16:16:07 +03:00 |
|
Andrew Murray
|
1a6b0bb6b5
|
Removed documentation of unused argument
|
2024-05-25 19:30:20 +10:00 |
|
Hugo van Kemenade
|
3c2d36e113
|
Merge pull request #8037 from radarhere/cached_property
|
2024-05-24 14:19:54 +03:00 |
|
Andrew Murray
|
16cd358454
|
Update CHANGES.rst [ci skip]
|
2024-05-24 20:32:52 +10:00 |
|
Andrew Murray
|
5baabb59bc
|
Merge pull request #8077 from Yay295/patch-4
Add mypy task to makefile
|
2024-05-24 20:27:47 +10:00 |
|
Yay295
|
92d1879a77
|
add mypy task to makefile
|
2024-05-23 13:27:53 -05:00 |
|
Hugo van Kemenade
|
4b68563e8a
|
Merge pull request #8071 from radarhere/wheels
|
2024-05-23 17:08:58 +03:00 |
|
Andrew Murray
|
33e304ed66
|
Use @cached_property
|
2024-05-22 19:43:00 +10:00 |
|
Andrew Murray
|
d461ff8cef
|
Added release notes
|
2024-05-22 11:50:10 +10:00 |
|
Andrew Murray
|
502d615c20
|
Merge branch 'main' into wheels
|
2024-05-21 22:12:27 +10:00 |
|
Hugo van Kemenade
|
d879f39711
|
Merge pull request #8050 from radarhere/exec
|
2024-05-21 07:33:30 -04:00 |
|
Andrew Murray
|
3cc26e9ea6
|
Added Python 3.13 wheels
|
2024-05-21 12:55:48 +10:00 |
|
Andrew Murray
|
df96e7ca5a
|
Merge pull request #8070 from python-pillow/renovate/cibuildwheel-2.x
chore(deps): update dependency cibuildwheel to v2.18.1
|
2024-05-21 10:44:03 +10:00 |
|
renovate[bot]
|
ea9dc1e4a5
|
chore(deps): update dependency cibuildwheel to v2.18.1
|
2024-05-20 21:30:03 +00:00 |
|
Hugo van Kemenade
|
ca55eb50d9
|
Merge pull request #8068 from radarhere/lint
|
2024-05-19 10:23:11 -04:00 |
|
Andrew Murray
|
82910a5e4f
|
Lint fixes
|
2024-05-19 22:00:45 +10:00 |
|
Andrew Murray
|
22b64ffcf2
|
Merge pull request #8015 from hugovk/pre-commit-clang
Add ClangFormat to pre-commit
|
2024-05-19 16:27:30 +10:00 |
|
Hugo van Kemenade
|
c6fb36ff36
|
Merge pull request #8064 from radarhere/mingw
Fix type errors
|
2024-05-18 07:18:39 -04:00 |
|
Hugo van Kemenade
|
8c7be25ad0
|
Merge pull request #8061 from radarhere/type_hint
|
2024-05-17 00:35:21 -04:00 |
|
Andrew Murray
|
3062ec4dd2
|
Fix type errors
|
2024-05-16 22:55:03 +10:00 |
|
Andrew Murray
|
e419fd7ab4
|
Added type hints
|
2024-05-15 20:19:09 +10:00 |
|
Hugo van Kemenade
|
0da83a1164
|
Merge pull request #8053 from radarhere/helper_modes
|
2024-05-14 12:01:21 -04:00 |
|
Hugo van Kemenade
|
60c94e67f3
|
Merge pull request #8055 from radarhere/type_hint
|
2024-05-14 11:59:44 -04:00 |
|
Andrew Murray
|
a8d154877d
|
Added type hints
|
2024-05-13 18:47:51 +10:00 |
|
Andrew Murray
|
82c87c4adf
|
Merge branch 'main' into pre-commit-clang
|
2024-05-13 12:39:47 +10:00 |
|
Andrew Murray
|
e39ee95f56
|
Merge pull request #8054 from python-pillow/renovate/cibuildwheel-2.x
chore(deps): update dependency cibuildwheel to v2.18.0
|
2024-05-13 06:50:27 +10:00 |
|
renovate[bot]
|
00e5e43da4
|
chore(deps): update dependency cibuildwheel to v2.18.0
|
2024-05-12 11:43:08 +00:00 |
|
Andrew Murray
|
db4714c280
|
Removed helper.py modes
|
2024-05-12 21:20:46 +10:00 |
|
Hugo van Kemenade
|
0c8be38878
|
Merge pull request #7999 from radarhere/accept
Added MPEG accept function
|
2024-05-11 23:02:51 +03:00 |
|
Hugo van Kemenade
|
5e48d54769
|
Merge pull request #7984 from radarhere/modes
Added more modes to Image.MODES
|
2024-05-11 23:01:42 +03:00 |
|
Hugo van Kemenade
|
1cdbb5f34f
|
Merge pull request #8051 from radarhere/type_hint
|
2024-05-11 17:56:41 +03:00 |
|
Andrew Murray
|
18b87c8515
|
Added type hints
|
2024-05-11 10:48:09 +10:00 |
|
Andrew Murray
|
c9a56e6b0b
|
Merge pull request #8044 from python-pillow/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
|
2024-05-11 10:10:34 +10:00 |
|
Andrew Murray
|
3344f57206
|
Merge branch 'main' into pre-commit-ci-update-config
|
2024-05-11 09:12:54 +10:00 |
|