File wireviz.changes of Package wireviz
-------------------------------------------------------------------
Wed Feb 18 14:28:07 UTC 2026 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.4.1
Improvements to help reported issues
* Print Python & OS versions when raising unexpected OSError
related to #346 & #392.
* 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
* Avoid ResourceWarning: unclosed file (#309 (comment), #395).
* Avoid Graphviz error when hiding all pins (#257, #375).
* Avoid decimal point and trailing zero for integer BOM
quantities (#340, #374).
* Update project URL references (#316 (comment), #364).
* Add missing import of embed_svg_images (#363).
* Use correct default title (#360, #361).
* Fix bugs in mate processing (#355, #358).
* Include missing files in published package (#345, #347).
* Catch OSError(errno=EINVAL) (#344, #346).
- Update to version 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).
- Update to version 0.3.2
* Adjust GraphViz generation code for compatibility with v0.18
of the graphviz Python package (#258, #261).
- Update to version 0.3.1
* Assign generic harness title when using WireViz as a module
and not specifying an output file name (#253, #254).
- Update to version 0.3
New features
* Allow referencing a cable's/bundle's wires by color or by
label (#70, #169, #193, #194).
* Allow additional BOM items within components (#50, #115).
* Add support for length units in cables and wires (#7, #196
(with work from #161, #162, #171), #198, #205. #206).
* Add option to define connector pin colors (#53, #141).
* Remove HTML links from the input attributes (#164).
* Add harness metadata section (#158, #214).
* Add support for supplier and supplier part number
information (#240, #241).
* Add graph rendering options (background colors, fontname,
color name display style, ...) (#158, #214).
* Add support for background colors for cables and connectors,
as well as for some individual cells (#210, #219).
* Add optional tweaking of the .gv output (#215) (experimental).
Misc. fixes
* Remove case-sensitivity issues with pin names and labels.
* Improve type hinting (#156, #163).
* Move BOM management and HTML functions to separate modules.
* Simplify BOM code (#197).
* Bug fixes (#218, #221).
-------------------------------------------------------------------
Wed Jan 6 13:12:49 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Initial package, version 0.2