knit-graphs 0.0.4__py3-none-any.whl → 0.0.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
knit_graphs/Yarn.py CHANGED
@@ -8,7 +8,7 @@ import networkx
8
8
  from knit_graphs.Loop import Loop
9
9
 
10
10
 
11
- @dataclass
11
+ @dataclass(unsafe_hash=True)
12
12
  class Yarn_Properties:
13
13
  """
14
14
  Class Structure for maintaining relevant data about a yarn
knit_graphs/__about__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # SPDX-FileCopyrightText: 2024-present m.hofmann <m.hofmann@northeastern.edu>
2
2
  #
3
3
  # SPDX-License-Identifier: MIT
4
- __version__ = "0.0.4"
4
+ __version__ = "0.0.5"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: knit-graphs
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: A graph representation of knitted structures where each loop is a node and edges represent yarn and stitch relationships.
5
5
  Project-URL: Documentation, https://github.com/mhofmann-Khoury/knit_graph#readme
6
6
  Project-URL: Issues, https://github.com/mhofmann-Khoury/knit_graph/issues
@@ -2,8 +2,8 @@ knit_graphs/Course.py,sha256=gEIl9EXXCx3NfEQclhK_7WGVOK_rxF5hB0jqGeAyH_w,3437
2
2
  knit_graphs/Knit_Graph.py,sha256=arRNaxUaV3uwgNJ_UKxS7zViHl46y5QErPM_vTA_q8Y,7753
3
3
  knit_graphs/Loop.py,sha256=S2YGS8f_CtbFzy-OJsY6_JzGaHiiVMXrROO6P-wByTo,5236
4
4
  knit_graphs/Pull_Direction.py,sha256=G2JLbUT8x-ZfLNX3yjslv61FaoZiODUOPyYeDqj3pqQ,596
5
- knit_graphs/Yarn.py,sha256=FlQ7k1jb6Qh57mgM6RKMSeZJbYXKipH2Deq7oXBg8f0,9175
6
- knit_graphs/__about__.py,sha256=wZczduHD7_aC2lS_ToLpQ7uU94ISc9HmuvXUoeEpty4,137
5
+ knit_graphs/Yarn.py,sha256=VYh1H-DUEhYBVUwytYBNMiX9M7AEvLNwZ5EmSvpWOt8,9193
6
+ knit_graphs/__about__.py,sha256=4HAjH7dgwx4z-xWcKW_BekxlXWI42CuUT_Q2Z4frTog,137
7
7
  knit_graphs/__init__.py,sha256=bPQ_U3Sf5VvF36ywW6v79_J51b7DdZPvXuaHAtlbmg4,114
8
8
  knit_graphs/artin_wale_braids/Crossing_Direction.py,sha256=YVYfv11V-mB9WmQzNuOjbEQQI-b07gl9KF31vwujb1g,430
9
9
  knit_graphs/artin_wale_braids/Loop_Braid_Graph.py,sha256=z9_VyQA5U9y-XjyaZ67kSmOr0Bg_N1932ghV3YzNrP0,2742
@@ -16,7 +16,7 @@ knit_graphs/knit_graph_generators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
16
16
  knit_graphs/knit_graph_generators/basic_knit_graph_generators.py,sha256=eRmoqIhjymKERJhjnwuQll3psAf9HHwnHWDkTcZX6Uk,11330
17
17
  knit_graphs/knit_graph_visualizer/Stitch_Visualizer.py,sha256=l90bdaucCDzSmua7iILoNmpVQuQsuMKHq5r0DkakoL0,21411
18
18
  knit_graphs/knit_graph_visualizer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
- knit_graphs-0.0.4.dist-info/METADATA,sha256=onf8KWCvmk3V04Ult49IrsZSV2a-rJ81pdoVs6Fldm4,5063
20
- knit_graphs-0.0.4.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
21
- knit_graphs-0.0.4.dist-info/licenses/LICENSE,sha256=M4U6L5axKj_93OoQXCm4RUIsUwHqEVzf7hsOVmyFPp0,1091
22
- knit_graphs-0.0.4.dist-info/RECORD,,
19
+ knit_graphs-0.0.5.dist-info/METADATA,sha256=M7uCjNOYPILJ18Sa8FQ9iPqOQrq4brxPk98mwQCw7qc,5063
20
+ knit_graphs-0.0.5.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
21
+ knit_graphs-0.0.5.dist-info/licenses/LICENSE,sha256=M4U6L5axKj_93OoQXCm4RUIsUwHqEVzf7hsOVmyFPp0,1091
22
+ knit_graphs-0.0.5.dist-info/RECORD,,