Pygerber

Latest version: v2.4.3

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

Scan your dependencies

Page 2 of 4

2.4.2

- Relaxed `pyparsing` dependency requirements to allow for use of `3.2` and above for
supported Python versions.
- Relaxed `numpy` dependency requirements to allow for use of `2.x` and above for
supported Python versions.
- Relaxed `pydantic` dependency requirements to allow for use of `2.x` and above for
supported Python versions.
- Relaxed `pillow` dependency requirements to allow for use of `8.x` and above for
supported Python versions.
- Relaxed `click` dependency requirements to allow for use of `8.x` and above for
supported Python versions.
- Relaxed Python version requirement to allow for use of `3.8` and above.
- Changed documentation deployment flow to include `latest`, `stable` and `dev` links.

2.4.1

- Added support for comment based attributes (217)
- Fixed incorrect rotation of rectangle flashes (243)
- Removed PyYAML dependency (221)
- Added tests for language server (227)
- Added tests for console interface (223)

2.4.0

- Added command line interface utilizing API V2 for rendering Gerber files to images.
This includes interface for rendering PNG, JPEG and SVG images and multi-file projects
to single PNG/JPEG image.
- Added support for inferring file type from file extension or `.FileFunction` file
attribute. This mechanism is used by default by API V2 based command line interface.
- Refactored test suite and dropped testing of code related to `Parser` class originally
included in `PyGerber` 2.0.0. Currently only `Parser2` related code is actively
tested.

2.3.2

- Fixed clockwise arc rendering in raster renderer. Reported by tgbl-mk (203). Fixed
by Argmaster in 205.
- Fixed empty comment parsing. Reported by lookme2 (198). Fixed by Argmaster in 201.
- Disabled MacOS test suite due to consistent failures during Python installation on
`macos-latest` GitHub hosted machines.

2.3.1

- Added support for rotation of code 21 center line macro primitive in SVG and Raster
renderers. Support is not exhaustive, it will be extended whenever extension is
requested by users.
- Fixed bug causing macro flashes to be partially cut off in images rendered with SVG
renderer.
- Fixed incorrect version string in `pygerber.__version__` and reported by
`pygerber --version`.

2.3.0

- Added full support for transforms (LP, LM, LR, LS commands) in Parser2.
- Fixed titles in Parser2 and Parser feature support documentation. They were swapped.
- Fixed bug causing SvgRenderer2 to incorrectly render masks in some cases.
- Optimized SvgRenderer2 group and mask usage to reduce file size and memory usage of
software displaying output SVGs.
- Fixed parsing of attributes without value.
- Updated documentation to mention deprecation of API V1 elements and changed order of
pages to better expose API V2.
- Added example files shipped with PyGerber for testing and demonstration purposes. They
can be accessed via `pygerber.examples` module.
- Added new `pygerber.gerberx3.api.v2` module with new high level utilizing API V2
capabilities. This module is mend to replace API V1 in future releases.
- Added new API for rendering multiple Gerber files at once into single image. Available
as part of `pygerber.gerberx3.api.v2` module with use of `Project` class.

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.