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

Bump wireviz from 0.3.2 to 0.4.1 #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2024

Bumps wireviz from 0.3.2 to 0.4.1.

Release notes

Sourced from wireviz's releases.

0.4.1

Improvements to help reported issues

  • Print Python & OS versions when raising unexpected OSError related to #346 & #392 (bugfixes below)
  • Explain unexpeced top-level type (#342, #383)
  • Add non-empty label to reduce over-sized loops (#286, #381)
  • Improve placeholder name consistency (#377, #380)
  • Add work-around for Graphviz SVG bug (#175, #371)

Bugfixes

0.4

Backward-incompatible changes

  • New syntax for autogenerated components (#184, #186)
    • Components that are not referenced in any connection set will not be rendered. Instead, a warning will be output in the console. (#328, #332)
  • New command line interface (#244). Run wireviz --help for details
    • The path specified with the -o/--output-dir option no longer includes the filename (without extension) of the generated files. Use the -O/--output-name option to specify a different filename for the generated files.
  • The .gv file is no longer included as a default output format (only as an intermediate file during processing) unless specified with the new -f option described below.

New features

  • Allow mates between connectors (#134, #186)
  • Improve technical drawing output (#74, #32, #239)
  • Embed images in SVG output (#189)
  • Add ability to choose output formats using the -f/--format command line option (#60)
  • Add option to multiply additional component quantity by number of unpopulated positions on connector (#298)

Misc. fixes

  • Use isort and black for cleaner code and easier merging (#248)
  • Code improvements (#246, #250)
  • Bug fixes (#264, #318)
  • Minor adjustments (#256)
Changelog

Sourced from wireviz's changelog.

[0.4.1] (2024-07-13)

Improvements to help reported issues

  • Print Python & OS versions when raising unexpected OSError related to #346 & #392 (bugfixes below)
  • Explain unexpeced top-level type (#342, #383)
  • Add non-empty label to reduce over-sized loops (#286, #381)
  • Improve placeholder name consistency (#377, #380)
  • Add work-around for Graphviz SVG bug (#175, #371)

Bugfixes

0.4 (2024-05-12)

Backward-incompatible changes

  • New syntax for autogenerated components (#184, #186)
    • Components that are not referenced in any connection set will not be rendered. Instead, a warning will be output in the console. (#328, #332)
  • New command line interface (#244). Run wireviz --help for details
    • The path specified with the -o/--output-dir option no longer includes the filename (without extension) of the generated files. Use the -O/--output-name option to specify a different filename for the generated files.
  • The .gv file is no longer included as a default output format (only as an intermediate file during processing) unless specified with the new -f option described below.

New features

  • Allow mates between connectors (#134, #186)
  • Improve technical drawing output (#74, #32, #239)
  • Embed images in SVG output (#189)
  • Add ability to choose output formats using the -f/--format command line option (#60)
  • Add option to multiply additional component quantity by number of unpopulated positions on connector (#298)

Misc. fixes

  • Use isort and black for cleaner code and easier merging (#248)
  • Code improvements (#246, #250)
  • Bug fixes (#264, #318)
  • Minor adjustments (#256)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wireviz](https://github.com/wireviz/WireViz) from 0.3.2 to 0.4.1.
- [Release notes](https://github.com/wireviz/WireViz/releases)
- [Changelog](https://github.com/wireviz/WireViz/blob/master/docs/CHANGELOG.md)
- [Commits](wireviz/WireViz@v0.3.2...v0.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants