pygerber
pygerber copied to clipboard
Python implementation of Gerber X3/X2 standard with 2D rendering engine.
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.7 to 0.4.4. Release notes Sourced from ruff's releases. v0.4.4 Changes Preview features [pycodestyle] Ignore end-of-line comments when determining blank line rules (#11342) [pylint] Detect pathlib.Path.open calls...
**Describe the bug** pyparsing.exceptions.ParseException: Expected End of file, found 'G04' (at char 74), (line:2, col:1) A clear and concise description of what the bug is. I have a file from...
Bumps [mike](https://github.com/jimporter/mike) from 1.1.2 to 2.1.1. Release notes Sourced from mike's releases. v2.1.1 Bug fixes Support using environment variables for INHERIT when injecting the mike plugin into mkdocs.yml v2.1.0 New...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>_. Switched docs theme...
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.5.3 to 1.6.0. Release notes Sourced from mkdocs's releases. 1.6.0 Local preview mkdocs serve no longer locks up the browser when more than 5 tabs are open....
Bumps [twine](https://github.com/pypa/twine) from 4.0.2 to 5.0.0. Changelog Sourced from twine's changelog. Twine 5.0.0 (2024-02-10) Bugfixes ^^^^^^^^ Use email.message instead of cgi as cgi has been deprecated ([#969](https://github.com/pypa/twine/issues/969) <https://github.com/pypa/twine/issues/969>_) Misc ^^^^...
- strip redundant operations, eg. G70 - replace merged inctructions with standalone ones. - attribute deduplication - Replace G90/G91 with MO - state change deduplication