Bump pillow from 12.2.0 to 12.3.0 - #1176
Conversation
|
@copilot resolve the merge conflicts in this pull request |
Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.2.0 to 12.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
eb447e9 to
dd22fd3
Compare
Fixes #1180: get_pop_objs raised an AssertionError for the pre-0.18 call signature (income_percentiles=None with no income-specific inputs), because expand_pop_obj_J asserted income_percentiles is not None before reaching its homogeneous branch. income_percentiles now defaults to a single income group (J=1) when no income-specific inputs are supplied, broadcasting the aggregate objects as that branch intends; it remains required whenever gradients or immigrant income shares are provided. Also removes a stray debug print from the homogeneous branch and corrects the docstrings (the aggregate objects are broadcast to J=1, not returned in their original 2-D shapes, since get_pop_objs indexes three dimensions unconditionally).
Resolved. I rebased the branch onto the latest |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1176 +/- ##
=======================================
Coverage 72.66% 72.66%
=======================================
Files 22 22
Lines 5725 5726 +1
=======================================
+ Hits 4160 4161 +1
Misses 1565 1565
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
This PR is taken care of by PR #1208. Closing. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps pillow from 12.2.0 to 12.3.0.
Release notes
Sourced from pillow's releases.
... (truncated)
Commits
bb1d8e812.3.0 version bumpe63fc48Add release notes for SBOM and performance improvements (#9747)13b701bAdd release notes for #96795564ca7List methodsa0920fdSpeed up ImageChops operations (#9738)07e9a6cSpeed upImage.filter()(#9736)a94578cSpeed upImage.getchannel(),Image.merge(),Image.putalpha()and `Image...53e02c4Speed upImage.fill(),Image.linear_gradient()and `Image.radial_gradient...af03747Speed upImage.resample()(#9739)5c9ca56Speed upalpha_composite,matrix,negative,quantize(#9740)