Pytamaro

Latest version: v1.1.2

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

Scan your dependencies

Page 3 of 5

0.6.1

Added

- Support Python 3.12 (skia-python upgrade)

Changed

- Produce a warning message when a font that is not available is used to produce a graphic with `text`

Fixed

- Do not show subclasses of `Graphic` in error messages

0.6.0

Added

- French version of the library (importable from `pytamaro.fr`): full translation of the API and the documentation (25 by karma-riuk)
- Graphics (as well as points and colors) now have a `__repr__` method which returns a more useful, localized string representation

0.5.2

Fixed

- Fix SVG files' transparent background rendered as black in edge cases
- Fix the pinning position for a `circular_sector` of 360 degrees
- Attempt to prevent a rare condition in which saving an SVG file could fail

0.5.1

Changed

- Data URIs (used in one of the output modes) are now wrapped in special markers so that they can be recognized within a larger output.

Fixed

- Fix rendering of reasonably big graphics (by increasing the recursion limit)

0.5.0

Added

- New function `show_animation` to show an animation (without having to explicitly save it to a file) in an appropriate viewer (e.g., a Jupyter notebook, Safari on macOS, ...). Multi-OS support is still experimental.

Changed

- The function `save_gif` has been renamed to `save_animation` to decouple the concept (an animation) from the format (GIF). There is now a nice symmetry between `show_graphic`, `save_graphic`, `show_animation` and `save_animation`.
- SVG files are now saved with an extra attribute (`shape-rendering="crispEdges"`) to achieve a better rendering for our use case and avoid the occasional tiny gaps between adjacent shapes.

0.4.1

Fixed

- Improve Jupyter notebook detection to include Google Colab

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.