Closed sca075 closed 3 months ago
The recent updates to the mqtt_vacuum_camera
component mainly involve incrementing the version from 2024.08.0b0
to 2024.08.0b1
and updating the pillow
library from version 10.3.0
to 10.4.0
in the manifest.json
file. These changes suggest improvements or bug fixes relating to the pillow
library while ensuring compatibility with the existing functionality of the component.
File | Change Summary |
---|---|
custom_components/mqtt_vacuum_camera/manifest.json |
Updated version from 2024.08.0b0 to 2024.08.0b1 , and changed pillow requirement from 10.3.0 to 10.4.0 . |
pillow==10.3.0
, which is addressed by the change to pillow==10.4.0
in the new version.🐇 In the garden of code, I hop with delight,
A new version blooms, oh what a sight!
Withpillow
upgraded, it’s smoother to glide,
Bugs take their leave, with a joyful stride.
For vacuuming dreams, the future looks bright! 🌼✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Deprecations BGR;15, BGR 16 and BGR;24 The experimental BGR;15, BGR;16 and BGR;24 modes have been deprecated.
Non-image modes in ImageCms The use in ImageCms of input modes and output modes that are not Pillow image modes has been deprecated. Defaulting to “L” or “1” if the mode cannot be mapped is also deprecated.
Support for LibTIFF earlier than 4 Support for LibTIFF earlier than version 4 has been deprecated. Upgrade to a newer version of LibTIFF instead.
ImageDraw.getdraw hints parameter The hints parameter in getdraw() has been deprecated.
API Additions ImageDraw.circle Added circle(). It provides the same functionality as ellipse(), but instead of taking a bounding box, it takes a center point and radius.
Other Changes Python 3.13 beta To help others prepare for Python 3.13, wheels have been built against the 3.13 beta as a preview. This is not official support for Python 3.13, but simply an opportunity for users to test how Pillow works with the beta and report any problems.
Summary by CodeRabbit
mqtt_vacuum_camera
component to version2024.08.0b1
.pillow
library to version10.4.0
, likely resolving issues and improving performance.