Skip to content

Release 2.4.0

Compare
Choose a tag to compare
@Argmaster Argmaster released this 08 Jun 12:36
· 351 commits to main since this release
02e8735
  • 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.