Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0.0 #48

Merged
merged 7 commits into from
Sep 6, 2023
Merged

Release 2.0.0 #48

merged 7 commits into from
Sep 6, 2023

Conversation

Argmaster
Copy link
Owner

  • Added Gerber X3 format tokenizer with support for selective feature support:

    • Supported Gerber X3 features: G04, MO, FS, AD, AM, Dnn (nn≥10), D01,
      D02, D03, G01, G02, G03, G75, LP, LM, LR, LS, G36, G37,
      AB, SR, TF, TA, TO,TD, M02.

    • Supported DEPRECATED Gerber features: G54, G70, G71, G90, G91, G74,
      M00, M01, IP, LN,
      Combining G01/G02/G03 and D01/D02/D03 in a single command,
      Coordinate Data without Operation Code, Style Variations in Command Codes, FS,
      Draws and Arcs with Rectangular Apertures.

    For more detailed descriptions of supported features please refer to documentation or
    README.md.

  • Added Gerber X3 format parser with support for selective feature support:

    • Supported Gerber X3 features: G04, MO, FS, AD, AM, Dnn (nn≥10), D01,
      D02, D03, G01, G02, G03, G75, LP, LM, LR, LS, G36, G37,
      M02.

    • Supported DEPRECATED Gerber features: G54, G70, G71, G90, G91, G74,
      M00, M01, IP, LN, Combining G01/G02/G03 and D01 in a single command,
      Coordinate Data without Operation Code, Style Variations in Command Codes,
      Draws and Arcs with Rectangular Apertures.

    For more detailed descriptions of supported features please refer to documentation or
    README.md.

  • Added rendering backend capable of producing 2D rasterized images based on parser
    instructions. Supported drawing elements:

    • Aperture definition with circle
    • Aperture definition with rectangle
    • Aperture definition with obround
    • Aperture definition with polygon
    • Draw flash with circle aperture
    • Draw flash with rectangle aperture
    • Draw flash with obround aperture
    • Draw flash with polygon aperture
    • Draw line
    • Draw clockwise arc
    • Draw counterclockwise arc

dependabot bot and others added 2 commits September 3, 2023 22:49
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.0.3 to 2.3.0.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.0.3...v2.3.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@Argmaster Argmaster added the enhancement New feature or request label Sep 6, 2023
@Argmaster Argmaster added this to the Release 2.0.0 milestone Sep 6, 2023
@Argmaster Argmaster self-assigned this Sep 6, 2023
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #48 (28ec883) into main (38db48e) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #48   +/-   ##
=======================================
  Coverage   91.58%   91.58%           
=======================================
  Files          93       93           
  Lines        2780     2780           
=======================================
  Hits         2546     2546           
  Misses        234      234           
Flag Coverage Δ
unittests 91.58% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

dependabot bot and others added 3 commits September 6, 2023 19:30
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.5.1 to 1.5.2.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.5.1...1.5.2)

---
updated-dependencies:
- dependency-name: mkdocs
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@Argmaster Argmaster merged commit 5862a7f into main Sep 6, 2023
19 checks passed
@Argmaster Argmaster deleted the release/2.0.0 branch September 7, 2023 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants