math-spec-mapping 0.3.15__tar.gz → 0.3.16__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. {math_spec_mapping-0.3.15/src/math_spec_mapping.egg-info → math_spec_mapping-0.3.16}/PKG-INFO +1 -1
  2. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/pyproject.toml +1 -1
  3. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/Block.py +48 -12
  4. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/MathSpec.py +26 -4
  5. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Reports/markdown.py +84 -3
  6. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16/src/math_spec_mapping.egg-info}/PKG-INFO +1 -1
  7. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/LICENSE +0 -0
  8. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/README.md +0 -0
  9. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/setup.cfg +0 -0
  10. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/ActionTransmissionChannel.py +0 -0
  11. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/BoundaryAction.py +0 -0
  12. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/ControlAction.py +0 -0
  13. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/Entity.py +0 -0
  14. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/Mechanism.py +0 -0
  15. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/Metric.py +0 -0
  16. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/Parameter.py +0 -0
  17. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/Policy.py +0 -0
  18. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/Space.py +0 -0
  19. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/State.py +0 -0
  20. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/StateUpdateTransmissionChannel.py +0 -0
  21. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/StatefulMetric.py +0 -0
  22. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/Type.py +0 -0
  23. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Classes/__init__.py +0 -0
  24. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Convenience/__init__.py +0 -0
  25. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Convenience/documentation.py +0 -0
  26. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Convenience/github.py +0 -0
  27. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Convenience/starter.py +0 -0
  28. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/__init__.py +0 -0
  29. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/action_transmission_channel.py +0 -0
  30. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/boundary_actions.py +0 -0
  31. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/control_actions.py +0 -0
  32. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/displays.py +0 -0
  33. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/entities.py +0 -0
  34. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/general.py +0 -0
  35. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/implementations.py +0 -0
  36. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/load.py +0 -0
  37. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/mechanism.py +0 -0
  38. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/metrics.py +0 -0
  39. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/parameters.py +0 -0
  40. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/policy.py +0 -0
  41. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/spaces.py +0 -0
  42. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/state_update_transmission_channels.py +0 -0
  43. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/stateful_metrics.py +0 -0
  44. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/states.py +0 -0
  45. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/type.py +0 -0
  46. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Load/wiring.py +0 -0
  47. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Reports/__init__.py +0 -0
  48. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Reports/boundary_actions.py +0 -0
  49. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Reports/control_actions.py +0 -0
  50. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Reports/general.py +0 -0
  51. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Reports/html.py +0 -0
  52. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Reports/mechanisms.py +0 -0
  53. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Reports/node_map.py +0 -0
  54. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Reports/parameters.py +0 -0
  55. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Reports/policies.py +0 -0
  56. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Reports/spaces.py +0 -0
  57. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Reports/state.py +0 -0
  58. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Reports/tables.py +0 -0
  59. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/Reports/wiring.py +0 -0
  60. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/__init__.py +0 -0
  61. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/schema.py +0 -0
  62. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping/schema.schema.json +0 -0
  63. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping.egg-info/SOURCES.txt +0 -0
  64. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping.egg-info/dependency_links.txt +0 -0
  65. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping.egg-info/requires.txt +0 -0
  66. {math_spec_mapping-0.3.15 → math_spec_mapping-0.3.16}/src/math_spec_mapping.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: math-spec-mapping
3
- Version: 0.3.15
3
+ Version: 0.3.16
4
4
  Summary: A library for easy mapping of mathematical specifications.
5
5
  Author-email: Sean McOwen <Sean@Block.Science>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
3
3
  build-backend = "setuptools.build_meta"
4
4
  [project]
5
5
  name = "math-spec-mapping"
6
- version = "0.3.15"
6
+ version = "0.3.16"
7
7
  authors = [
8
8
  { name="Sean McOwen", email="Sean@Block.Science" },
9
9
  ]
@@ -69,7 +69,7 @@ class Block:
69
69
 
70
70
  self.find_all_spaces_used(data)
71
71
 
72
- def render_mermaid(self, i):
72
+ def render_mermaid(self, i, go_deep=True):
73
73
  i += 1
74
74
  out = 'X{}["{}"]'.format(i, self.name)
75
75
  if self.block_type == "Mechanism":
@@ -87,7 +87,7 @@ class Block:
87
87
  elif self.block_type in ["Parallel Block", "Stack Block", "Split Block"]:
88
88
  updates = self.all_updates
89
89
  else:
90
- return "\n", {}
90
+ return "\n", {}, 0
91
91
  updates = sorted(updates, key=lambda x: x[0].name + "-" + x[1].name)
92
92
 
93
93
  out = "\n"
@@ -115,18 +115,30 @@ class Block:
115
115
  out += "\n"
116
116
  out += "end\n"
117
117
  out += "\n"
118
- return out, entity_variable_mapping
118
+ return out, entity_variable_mapping, len(entities)
119
119
 
120
- def render_mermaid_root(self):
120
+ def render_mermaid_root(self, go_deep=True):
121
121
  out = """```mermaid\ngraph TB\n"""
122
- add, entity_variable_mapping = self.render_ending_entities()
122
+ add, entity_variable_mapping, n_entities = self.render_ending_entities()
123
123
  out += add
124
- out += self.render_mermaid(0)[0]
124
+ new, i = self.render_mermaid(0, go_deep=go_deep)
125
+ out += new
125
126
 
126
127
  for key in entity_variable_mapping:
127
128
  out = out.replace(key, entity_variable_mapping[key])
128
- out += "\n```"
129
+ out += "\n"
130
+ for x in range(1, i):
131
+ if (
132
+ "X{}[Domain]".format(x) not in out
133
+ and "X{}[Codomain]".format(x) not in out
134
+ and "subgraph X{}".format(x) not in out
135
+ ):
136
+ out += "class X{} internal-link;\n".format(x)
129
137
 
138
+ for x in range(n_entities):
139
+ out += "class EE{} internal-link;\n".format(x)
140
+
141
+ out += "\n```"
130
142
  return out
131
143
 
132
144
  def find_all_spaces_used(self, data):
@@ -223,7 +235,19 @@ class ParallelBlock(Block):
223
235
  self.metadata = data["metadata"]
224
236
  self.find_all_spaces_used(data)
225
237
 
226
- def render_mermaid(self, i):
238
+ def render_mermaid(self, i, go_deep=True):
239
+ if go_deep == "First":
240
+ go_deep = False
241
+ elif go_deep == False:
242
+ i += 1
243
+ out = 'X{}["{}"]'.format(i, self.name)
244
+ for u in self.all_updates:
245
+ out += "\n"
246
+ out += "X{} --> {}".format(
247
+ i,
248
+ (u[0].name + "-" + u[1].name).replace(" ", "-"),
249
+ )
250
+ return out, i
227
251
  multi = None
228
252
  if type(i) == list:
229
253
  multi = i
@@ -251,7 +275,7 @@ class ParallelBlock(Block):
251
275
  if x.name not in ["Empty Space", "Terminating Space"]
252
276
  ]
253
277
 
254
- component, i = component.render_mermaid(i)
278
+ component, i = component.render_mermaid(i, go_deep=go_deep)
255
279
  out += component
256
280
  out += "\n"
257
281
  domain_map[i] = domain
@@ -404,7 +428,19 @@ class StackBlock(Block):
404
428
  )
405
429
  return channels
406
430
 
407
- def render_mermaid(self, i):
431
+ def render_mermaid(self, i, go_deep=True):
432
+ if go_deep == "First":
433
+ go_deep = False
434
+ elif go_deep == False:
435
+ i += 1
436
+ out = 'X{}["{}"]'.format(i, self.name)
437
+ for u in self.all_updates:
438
+ out += "\n"
439
+ out += "X{} --> {}".format(
440
+ i,
441
+ (u[0].name + "-" + u[1].name).replace(" ", "-"),
442
+ )
443
+ return out, i
408
444
  multi = None
409
445
  if type(i) == list:
410
446
  multi = i
@@ -423,7 +459,7 @@ class StackBlock(Block):
423
459
  for x in domain
424
460
  if x.name not in ["Empty Space", "Terminating Space"]
425
461
  ]
426
- component, i = component.render_mermaid(i)
462
+ component, i = component.render_mermaid(i, go_deep=go_deep)
427
463
  domain_map[i] = domain
428
464
  out += component
429
465
  out += "\n"
@@ -535,7 +571,7 @@ class SplitBlock(Block):
535
571
  self.metadata = data["metadata"]
536
572
  self.find_all_spaces_used(data)
537
573
 
538
- def render_mermaid(self, i):
574
+ def render_mermaid(self, i, go_deep=True):
539
575
  multi = None
540
576
  if type(i) == list:
541
577
  multi = i
@@ -8,7 +8,8 @@ import os
8
8
  from copy import deepcopy
9
9
  import shutil
10
10
  import pandas as pd
11
- from inspect import signature, getsource
11
+ from inspect import signature, getsource, getfile
12
+ from IPython.display import display, Markdown
12
13
 
13
14
 
14
15
  class MathSpec:
@@ -1116,13 +1117,34 @@ class MathSpecImplementation:
1116
1117
 
1117
1118
  def load_source_files(self):
1118
1119
  self.source_files = {}
1119
- for key in self.components:
1120
+ self.file_names = {}
1121
+ for key in self.blocks:
1120
1122
  self.source_files[key] = getsource(self.components[key])
1123
+ self.file_names[key] = getfile(self.components[key])
1121
1124
 
1122
- def print_source_code_files(self, keys=None):
1125
+ def print_source_code_files(self, keys=None, markdown=True):
1123
1126
  if not keys:
1124
1127
  keys = list(self.source_files.keys())
1125
1128
  for key in keys:
1129
+ # Skip wirings
1130
+ if key not in self.ms.components:
1131
+ continue
1126
1132
  print("-" * 20 + key + "-" * 20)
1127
- print(self.source_files[key])
1133
+ if markdown:
1134
+ display(
1135
+ Markdown(
1136
+ """```python
1137
+ {}
1138
+ ```""".format(
1139
+ self.source_files[key]
1140
+ )
1141
+ )
1142
+ )
1143
+ else:
1144
+ print(self.source_files[key])
1145
+ print("\n")
1146
+ full_path = self.file_names[key]
1147
+ print("File path: {}".format(full_path))
1148
+ relative_path = "./" + os.path.relpath(full_path, os.getcwd())
1149
+ print("Relative file path: {}".format(relative_path))
1128
1150
  print("\n\n\n")
@@ -1,5 +1,19 @@
1
1
  import os
2
2
  from .state import write_state_section
3
+ from inspect import signature, getsource, getfile
4
+
5
+
6
+ def get_source_code(ms, component_type, implementation_name):
7
+ if implementation_name in ms.implementations["python"][component_type]:
8
+ code = ms.implementations["python"][component_type][implementation_name]
9
+ else:
10
+ return None
11
+ source_code = """```python
12
+ {}```""".format(
13
+ getsource(code)
14
+ )
15
+ file_path = getfile(code)
16
+ return source_code, file_path
3
17
 
4
18
 
5
19
  def write_entity_markdown_report(ms, path, entity, add_metadata=True):
@@ -179,7 +193,23 @@ def write_boundary_action_markdown_report(ms, path, boundary_action, add_metadat
179
193
 
180
194
  out += "#### Logic\n"
181
195
  out += x.logic
182
- out += "\n\n"
196
+ out += "\n"
197
+
198
+ temp = get_source_code(ms, "boundary_action_options", x.name)
199
+ if temp:
200
+ source_code, file_path = temp
201
+ file_path = os.path.relpath(
202
+ file_path, "{}/Boundary Actions".format(path)
203
+ )
204
+ out += "#### Python Implementation\n"
205
+ out += source_code
206
+ out += "\n"
207
+ out += "Implementation Path (only works if vault is opened at level including the src folder): [{}]({})".format(
208
+ file_path, file_path
209
+ )
210
+ out += "\n"
211
+
212
+ out += "\n"
183
213
 
184
214
  with open(
185
215
  "{}/Boundary Actions/{}.md".format(path, boundary_action.label), "w"
@@ -256,7 +286,21 @@ def write_policy_markdown_report(ms, path, policy, add_metadata=True):
256
286
 
257
287
  out += "#### Logic\n"
258
288
  out += x.logic
259
- out += "\n\n"
289
+ out += "\n"
290
+
291
+ temp = get_source_code(ms, "policies", x.name)
292
+ if temp:
293
+ source_code, file_path = temp
294
+ file_path = os.path.relpath(file_path, "{}/Policies".format(path))
295
+ out += "#### Python Implementation\n"
296
+ out += source_code
297
+ out += "\n"
298
+ out += "Implementation Path (only works if vault is opened at level including the src folder): [{}]({})".format(
299
+ file_path, file_path
300
+ )
301
+ out += "\n"
302
+
303
+ out += "\n"
260
304
 
261
305
  with open("{}/Policies/{}.md".format(path, policy.label), "w") as f:
262
306
  f.write(out)
@@ -323,6 +367,20 @@ def write_mechanism_markdown_report(ms, path, mechanism, add_metadata=True):
323
367
  )
324
368
  out += "\n"
325
369
 
370
+ temp = get_source_code(ms, "mechanisms", mechanism.name)
371
+ if temp:
372
+ source_code, file_path = temp
373
+ file_path = os.path.relpath(file_path, "{}/Mechanisms".format(path))
374
+ out += "## Python Implementation\n"
375
+ out += source_code
376
+ out += "\n"
377
+ out += "Implementation Path (only works if vault is opened at level including the src folder): [{}]({})".format(
378
+ file_path, file_path
379
+ )
380
+ out += "\n"
381
+
382
+ out += "\n"
383
+
326
384
  with open("{}/Mechanisms/{}.md".format(path, mechanism.label), "w") as f:
327
385
  f.write(out)
328
386
 
@@ -434,7 +492,23 @@ def write_control_action_markdown_report(ms, path, control_action, add_metadata=
434
492
 
435
493
  out += "#### Logic\n"
436
494
  out += x.logic
437
- out += "\n\n"
495
+ out += "\n"
496
+
497
+ temp = get_source_code(ms, "control_action_options", x.name)
498
+ if temp:
499
+ source_code, file_path = temp
500
+ file_path = os.path.relpath(
501
+ file_path, "{}/Control Actions".format(path)
502
+ )
503
+ out += "#### Python Implementation\n"
504
+ out += source_code
505
+ out += "\n"
506
+ out += "Implementation Path (only works if vault is opened at level including the src folder): [{}]({})".format(
507
+ file_path, file_path
508
+ )
509
+ out += "\n"
510
+
511
+ out += "\n"
438
512
 
439
513
  with open("{}/Control Actions/{}.md".format(path, control_action.label), "w") as f:
440
514
  f.write(out)
@@ -454,6 +528,13 @@ def write_wiring_markdown_report(ms, path, wiring, add_metadata=True):
454
528
  """.format(
455
529
  "\n".join(["{}: {}".format(x, metadata[x]) for x in metadata])
456
530
  )
531
+ out += "## Wiring Diagram (Zoomed Out)"
532
+ out += "\n"
533
+ out += "\n"
534
+ out += "- For display of only depth of 1 in the components/nested wirings\n"
535
+ out += wiring.render_mermaid_root(go_deep="First")
536
+ out += "\n"
537
+ out += "\n"
457
538
 
458
539
  out += "## Wiring Diagram"
459
540
  out += "\n"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: math-spec-mapping
3
- Version: 0.3.15
3
+ Version: 0.3.16
4
4
  Summary: A library for easy mapping of mathematical specifications.
5
5
  Author-email: Sean McOwen <Sean@Block.Science>
6
6
  Classifier: Programming Language :: Python :: 3