Unexpected-isaves

Latest version: v2.2.0

Safety actively analyzes 701507 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

1.1.4

Changed
- Deleted readme's mention to the function `image_utilities.fit_to_palette(image: Image, palette: List[RGBColor]) -> Image`.

Deprecated
- `image_utilities.fit_to_palette(image: Image, palette: List[RGBColor]) -> Image` function because it is too slow and `PIL` already has the [`Image.quantize()`](https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.Image.quantize) function, which I'm sure that it does the job way better than our simple `fit_to_palette`.
- Note: the function is still usable, but now it prints a warning letting the user know that it shouldn't be used.

1.1.3

Added
- Github Actions workflows for automated building & distribution of the package.

Changed
- [Eric-Mendes](https://github.com/Eric-Mendes) finally "learned" semver.

Page 4 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.