489 Commits

Author SHA1 Message Date
Tobias Falk
fa034c5b95 added a copy for the pin2pin file and a message on how to use 2024-06-19 12:49:48 +02:00
Tobias Falk
0f5c61225f re run the examplse 2024-06-18 23:13:50 +02:00
Tobias Falk
2680a12b1b Clean up and some checks 2024-06-18 23:09:56 +02:00
Tobias Falk
e0ae9be20b Added some Graphviz Magic for drawing Dots at the end of straight lines 2024-06-18 23:00:52 +02:00
Tobias Falk
39251f512c Add fix for overcsiced loops, try 2 2024-06-18 00:24:24 +02:00
Tobias Falk
d55060316f Add fix for overcsiced loops 2024-06-16 23:03:34 +02:00
Tobias Falk
6d40f5be5b disable mini_bom again 2024-06-16 22:53:49 +02:00
Tobias Falk
defeda7c4f Added Syntax description and comments to examples 2024-06-16 22:49:22 +02:00
Tobias Falk
ca206612ac Update .gitignore 2024-06-16 22:21:32 +02:00
Tobias Falk
63319a9aba Update .gitignore 2024-06-16 22:20:16 +02:00
Tobias Falk
e9297cdf2c Delete .~lock.ex16.bom.tsv# 2024-06-16 22:19:20 +02:00
Tobias Falk
6610f515de Implemened Proposal #352 2024-06-16 22:17:54 +02:00
Tobias Falk
3aa22967e0 Delete tutorial01 2024-06-16 14:34:29 +02:00
Tobias Falk
5260faad98 Added executable chack 2024-06-16 14:32:41 +02:00
Tobias Falk
d172407f9d Delete ex15.tmp 2024-06-16 14:13:16 +02:00
Tobias Falk
c00d942ad0 removed comments from examples 2024-06-16 14:11:49 +02:00
Tobias Falk
b5aa1c234a Changed AddComp shorts to references and added the designators to the bom 2024-06-16 14:08:03 +02:00
Tobias Falk
1b901043bb fix multicoolr Straitening 2024-06-16 12:36:38 +02:00
Tobias Falk
0801d7b8b1 Updated Syntax to make the shorts as Aditional Component 2024-06-15 01:29:56 +02:00
Tobias Falk
cd1f489742 add synrax description 2024-06-09 21:47:42 +02:00
Tobias Falk
11e4611907 Added Bom entrys and removed grapgh bom 2024-06-09 21:44:10 +02:00
Tobias Falk
be801c344d Added type for shorts(loop or internal), see ex16 2024-06-09 01:46:20 +02:00
Tobias Falk
02fcc688ac more to added more options 2024-06-08 14:17:04 +02:00
Tobias Falk
f49921b930 Added more options for shorts
Changed the syntax and added options for the shorts, see ex15 for more
2024-06-06 00:59:14 +02:00
Tobias Falk
ee5b292d72 Added Documentaion 2024-06-02 11:10:34 +02:00
Tobias Falk
8c97c5df22 Made line from dashed to solid bold 2024-06-01 11:09:14 +02:00
Tobias Falk
a015da52b8 Added dashed lines 2024-05-30 22:35:49 +02:00
Tobias Falk
465aefaf77 Added Dark Circles 2024-05-30 16:26:19 +02:00
Daniel Rojas
a3281b07a2 Add v0.4 release date 2024-05-19 14:48:03 +02:00
KV
b85bd0cd0a Add check for outdated connector attributes 2024-05-19 14:48:03 +02:00
Daniel Rojas
81ed3fa12b Remove references for unsupported output formats
Remove the references in the CLI help, but keep the placeholders elsewhere in the code as a TODO
2024-05-19 14:48:03 +02:00
Daniel Rojas
8e3014911a Apply suggestions from code review
Co-authored-by: kvid <kvid@users.noreply.github.com>
2024-05-19 14:48:03 +02:00
Daniel Rojas
684f6f0064 Apply black 2024-05-19 14:48:03 +02:00
Daniel Rojas
0c73e57267 Rebuild examples 2024-05-19 14:48:03 +02:00
Andreas Motl
49c7685bb2 Improve gracefulness when invoking wireviz.parse() without file_out
This happened to be a regression for WireViz-Web [1], which aims to do
as much in memory as possible.

[1] https://github.com/daq-tools/wireviz-web.

kvid rebased and mixed original commit with similar change by Daniel Rojas

Co-authored-by: kvid <kvid@users.noreply.github.com>
2024-05-19 14:46:46 +02:00
Daniel Rojas
d680361556 Bump version to 0.5-dev 2024-04-16 14:08:33 +02:00
Daniel Rojas
cbf8641c0a Rebuild examples 2024-04-16 14:07:17 +02:00
Daniel Rojas
455d14ea4a Bump version to 0.4 2024-04-16 14:06:53 +02:00
Daniel Rojas
fdb75693dd Fix but in additional component description generation 2024-04-16 14:05:25 +02:00
Daniel Rojas
bca3b6898c Update changelog 2024-04-16 13:48:33 +02:00
Daniel Rojas
f98bf2afec Do not allow negative qty_multiplier
Co-authored-by: kvid <kvid@users.noreply.github.com>
2024-04-16 13:46:46 +02:00
Jeremy Ruhland (hatchery)
848fdf03fb Hide qty 0 additional components from BOM 2024-04-16 13:46:46 +02:00
Jeremy Ruhland (hatchery)
df4a4188ba Add unpopulated option to additional components qty multiplier 2024-04-16 13:46:46 +02:00
Daniel Rojas
2ac80f3ca6 Update changelog 2024-04-16 13:19:28 +02:00
Daniel Rojas
2ad2222036 Update syntax description 2024-04-16 10:16:57 +02:00
Daniel Rojas
8ba9131a11 Add warning about unconnected components 2024-04-16 10:15:33 +02:00
KV
9cb9ede487 Add #256 2023-09-08 21:02:53 +02:00
Andreas Motl
c0590ff20f Update .gitignore (#256)
Add two more folders to be ignored.

- .idea: Used by PyCharm
- .venv: My convention for creating virtualenvs
2023-09-08 20:56:15 +02:00
kvid
a26f734b94 Update src/wireviz/DataClasses.py as requested in review (#264)
No need to reference github issue in the code.

Co-authored-by: Daniel Rojas <github@danielrojas.net>
2023-09-08 17:37:25 +02:00
KV
f6c3a37563 Make sure loop connected pins are not hidden (#264)
- Resolves #263 that describes warnings and weird loop drawing because
  loop connected pins are hidden when hide_disconnected_pins=True.

- Activate loop pins as early as possible to enable correct counting of
  connected pins when
  connector.additional_components.qty_multiplier=populated.

- Check that loop pins actually exist before activating them.
2023-09-08 17:37:25 +02:00