math-spec-mapping 0.3.18__tar.gz → 0.3.19__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. {math_spec_mapping-0.3.18/src/math_spec_mapping.egg-info → math_spec_mapping-0.3.19}/PKG-INFO +1 -1
  2. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/pyproject.toml +1 -1
  3. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/Block.py +3 -0
  4. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/MathSpec.py +43 -3
  5. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/action_transmission_channel.py +8 -2
  6. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/boundary_actions.py +3 -1
  7. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/control_actions.py +3 -1
  8. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/general.py +9 -0
  9. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/mechanism.py +3 -1
  10. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/policy.py +2 -1
  11. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/stateful_metrics.py +6 -0
  12. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Reports/html.py +13 -0
  13. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Reports/markdown.py +8 -2
  14. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19/src/math_spec_mapping.egg-info}/PKG-INFO +1 -1
  15. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/LICENSE +0 -0
  16. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/README.md +0 -0
  17. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/setup.cfg +0 -0
  18. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/ActionTransmissionChannel.py +0 -0
  19. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/BoundaryAction.py +0 -0
  20. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/ControlAction.py +0 -0
  21. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/Entity.py +0 -0
  22. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/Mechanism.py +0 -0
  23. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/Metric.py +0 -0
  24. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/Parameter.py +0 -0
  25. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/Policy.py +0 -0
  26. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/Space.py +0 -0
  27. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/State.py +0 -0
  28. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/StateUpdateTransmissionChannel.py +0 -0
  29. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/StatefulMetric.py +0 -0
  30. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/Type.py +0 -0
  31. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Classes/__init__.py +0 -0
  32. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Convenience/__init__.py +0 -0
  33. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Convenience/documentation.py +0 -0
  34. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Convenience/github.py +0 -0
  35. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Convenience/starter.py +0 -0
  36. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/__init__.py +0 -0
  37. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/displays.py +0 -0
  38. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/entities.py +0 -0
  39. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/implementations.py +0 -0
  40. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/load.py +0 -0
  41. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/metrics.py +0 -0
  42. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/parameters.py +0 -0
  43. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/spaces.py +0 -0
  44. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/spec_tree.py +0 -0
  45. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/state_update_transmission_channels.py +0 -0
  46. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/states.py +0 -0
  47. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/type.py +0 -0
  48. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Load/wiring.py +0 -0
  49. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Reports/__init__.py +0 -0
  50. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Reports/boundary_actions.py +0 -0
  51. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Reports/control_actions.py +0 -0
  52. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Reports/general.py +0 -0
  53. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Reports/mechanisms.py +0 -0
  54. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Reports/node_map.py +0 -0
  55. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Reports/parameters.py +0 -0
  56. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Reports/policies.py +0 -0
  57. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Reports/spaces.py +0 -0
  58. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Reports/state.py +0 -0
  59. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Reports/tables.py +0 -0
  60. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/Reports/wiring.py +0 -0
  61. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/__init__.py +0 -0
  62. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/schema.py +0 -0
  63. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping/schema.schema.json +0 -0
  64. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping.egg-info/SOURCES.txt +0 -0
  65. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping.egg-info/dependency_links.txt +0 -0
  66. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/src/math_spec_mapping.egg-info/requires.txt +0 -0
  67. {math_spec_mapping-0.3.18 → math_spec_mapping-0.3.19}/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.18
3
+ Version: 0.3.19
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.18"
6
+ version = "0.3.19"
7
7
  authors = [
8
8
  { name="Sean McOwen", email="Sean@Block.Science" },
9
9
  ]
@@ -172,6 +172,9 @@ class Block:
172
172
  out = list(set(out))
173
173
  return out
174
174
 
175
+ def __repr__(self):
176
+ return "<{}>".format(self.name)
177
+
175
178
 
176
179
  class ParallelBlock(Block):
177
180
  def __init__(self, data: Dict):
@@ -439,7 +439,14 @@ class MathSpec:
439
439
 
440
440
  self._used_spaces = list(set().union(*self._used_spaces))
441
441
  us_names = [y.name for y in self._used_spaces]
442
- self._unused_spaces = [self.spaces[x] for x in self.spaces if x not in us_names]
442
+ self._unused_spaces = [
443
+ self.spaces[x]
444
+ for x in self.spaces
445
+ if x not in us_names and x not in ["Terminating Space", "Empty Space"]
446
+ ]
447
+
448
+ if len(self._unused_spaces) > 0:
449
+ print("The following spaces are not used: {}".format(self._unused_spaces))
443
450
 
444
451
  def _add_spec_tree(self, tree):
445
452
  self.tree = tree
@@ -535,8 +542,17 @@ class MathSpec:
535
542
  component
536
543
  ]
537
544
  elif folder == "Displays":
538
- print("Displays not implemented")
539
- # keys = [x["name"] for x in ms.displays["Wiring"]]
545
+
546
+ for component in self.displays["Wiring"]:
547
+ if component["name"] not in tree:
548
+ print(
549
+ "Can't find component code source in {} for {}".format(
550
+ folder, component["name"]
551
+ )
552
+ )
553
+ component["Source Code Location"] = None
554
+ else:
555
+ component["Source Code Location"] = tree[component["name"]]
540
556
  elif folder == "Spaces":
541
557
  for component in self.spaces:
542
558
  if component in ["Terminating Space", "Empty Space"]:
@@ -1010,6 +1026,14 @@ class MathSpecImplementation:
1010
1026
  )
1011
1027
  else:
1012
1028
  control_actions[ca.name] = opt.implementations["python"]
1029
+
1030
+ for opt_i in [x for x in ca.control_action_options if x != opt]:
1031
+ if "python" not in opt_i.implementations:
1032
+ print(
1033
+ "No python implementation for {} / {}. To fix this, go to Implementations/Python/ControlActions and add {}".format(
1034
+ ca.name, opt_i.name, opt_i.name
1035
+ )
1036
+ )
1013
1037
  return control_actions
1014
1038
 
1015
1039
  def load_boundary_actions(self):
@@ -1041,6 +1065,14 @@ class MathSpecImplementation:
1041
1065
  )
1042
1066
  else:
1043
1067
  boundary_actions[ba.name] = opt.implementations["python"]
1068
+
1069
+ for opt_i in [x for x in ba.boundary_action_options if x != opt]:
1070
+ if "python" not in opt_i.implementations:
1071
+ print(
1072
+ "No python implementation for {} / {}. To fix this, go to Implementations/Python/BoundaryActions and add {}".format(
1073
+ ba.name, opt_i.name, opt_i.name
1074
+ )
1075
+ )
1044
1076
  return boundary_actions
1045
1077
 
1046
1078
  def load_mechanisms(self):
@@ -1137,6 +1169,14 @@ class MathSpecImplementation:
1137
1169
  )
1138
1170
  else:
1139
1171
  policies[p.name] = opt.implementations["python"]
1172
+ for opt_i in [x for x in p.policy_options if x != opt]:
1173
+ if "python" not in opt_i.implementations:
1174
+ print(
1175
+ "No python implementation for {} / {}. To fix this, go to Implementations/Python/Policies and add {}".format(
1176
+ p.name, opt_i.name, opt_i.name
1177
+ )
1178
+ )
1179
+
1140
1180
  return policies
1141
1181
 
1142
1182
  def load_stateful_metrics(self):
@@ -50,8 +50,14 @@ def convert_action_transmission_channel(
50
50
  data["target"] = ms["Mechanisms"][target]
51
51
 
52
52
  # Add in called by and called here with origin and target
53
- data["origin"].calls.append((data["target"], data["optional"], data["space"]))
54
- data["target"].called_by.append((data["origin"], data["optional"], data["space"]))
53
+ if (data["target"], data["optional"], data["space"]) not in data["origin"].calls:
54
+ data["origin"].calls.append((data["target"], data["optional"], data["space"]))
55
+ if (data["origin"], data["optional"], data["space"]) not in data[
56
+ "target"
57
+ ].called_by:
58
+ data["target"].called_by.append(
59
+ (data["origin"], data["optional"], data["space"])
60
+ )
55
61
 
56
62
  # Build the action transmission channel object
57
63
  return ActionTransmissionChannel(data)
@@ -1,6 +1,6 @@
1
1
  from typing import Dict
2
2
  from ..Classes import BoundaryAction, BoundaryActionOption
3
- from .general import check_json_keys
3
+ from .general import check_json_keys, check_domain_codomain_spaces
4
4
 
5
5
 
6
6
  def convert_boundary_action(data: Dict, ms: Dict) -> BoundaryAction:
@@ -24,6 +24,8 @@ def convert_boundary_action(data: Dict, ms: Dict) -> BoundaryAction:
24
24
  data["name"]
25
25
  )
26
26
 
27
+ check_domain_codomain_spaces(data, ms)
28
+
27
29
  if len(data["codomain"]) == 0:
28
30
  data["codomain"] = ("Empty Space",)
29
31
 
@@ -1,6 +1,6 @@
1
1
  from typing import Dict
2
2
  from ..Classes import ControlAction, ControlActionOption
3
- from .general import check_json_keys
3
+ from .general import check_json_keys, check_domain_codomain_spaces
4
4
 
5
5
 
6
6
  def convert_control_action(data: Dict, ms: Dict) -> ControlAction:
@@ -25,6 +25,8 @@ def convert_control_action(data: Dict, ms: Dict) -> ControlAction:
25
25
  data["name"]
26
26
  )
27
27
 
28
+ check_domain_codomain_spaces(data, ms)
29
+
28
30
  if len(data["codomain"]) == 0:
29
31
  data["codomain"] = ("Empty Space",)
30
32
 
@@ -159,3 +159,12 @@ def check_json_keys(json: Dict, check_set_key: str) -> None:
159
159
 
160
160
  def validate_json_schema(json):
161
161
  validate(json, schema)
162
+
163
+
164
+ def check_domain_codomain_spaces(json: Dict, ms) -> None:
165
+ if "domain" in json:
166
+ for key in json["domain"]:
167
+ assert key in ms["Spaces"], "{} not in spaces".format(key)
168
+ if "codomain" in json:
169
+ for key in json["codomain"]:
170
+ assert key in ms["Spaces"], "{} not in spaces".format(key)
@@ -1,6 +1,6 @@
1
1
  from typing import Dict
2
2
  from ..Classes import Mechanism
3
- from .general import check_json_keys
3
+ from .general import check_json_keys, check_domain_codomain_spaces
4
4
 
5
5
 
6
6
  def convert_mechanism(data: Dict, ms: Dict) -> Mechanism:
@@ -26,6 +26,8 @@ def convert_mechanism(data: Dict, ms: Dict) -> Mechanism:
26
26
  if len(data["domain"]) == 0:
27
27
  data["domain"] = ("Empty Space",)
28
28
 
29
+ check_domain_codomain_spaces(data, ms)
30
+
29
31
  # Copy
30
32
  data = data.copy()
31
33
 
@@ -2,7 +2,7 @@ from typing import Dict
2
2
  from ..Classes import Policy, PolicyOption
3
3
 
4
4
 
5
- from .general import check_json_keys
5
+ from .general import check_json_keys, check_domain_codomain_spaces
6
6
 
7
7
 
8
8
  def convert_policy_options(data: Dict, ms) -> PolicyOption:
@@ -58,6 +58,7 @@ def convert_policy(data: Dict, ms: Dict) -> Policy:
58
58
  assert type(data["domain"]) == tuple, "{} domain is not a tuple".format(
59
59
  data["name"]
60
60
  )
61
+ check_domain_codomain_spaces(data, ms)
61
62
 
62
63
  if len(data["codomain"]) == 0:
63
64
  data["codomain"] = ("Empty Space",)
@@ -40,6 +40,12 @@ def convert_stateful_metric(ms, data: Dict) -> StatefulMetricSet:
40
40
  x[1]
41
41
  )
42
42
 
43
+ assert (
44
+ var["type"] in ms["Types"]
45
+ ), "{} type referenced by {} is not present in math spec".format(
46
+ var["type"], var["name"]
47
+ )
48
+
43
49
  var["implementations"] = {}
44
50
  if "python" in ms["Implementations"]:
45
51
  if "stateful_metrics" in ms["Implementations"]["python"]:
@@ -169,6 +169,13 @@ cssclasses:
169
169
  else:
170
170
  out += symbol3 + "{}".format(var.name) + "\n"
171
171
 
172
+ out += symbol1 + "**Metrics**\n"
173
+ for name in ms.metrics.keys():
174
+ if linking:
175
+ out += symbol2 + "[[{}]]".format(name) + "\n"
176
+ else:
177
+ out += symbol2 + "{}".format(name) + "\n"
178
+
172
179
  out += symbol1 + "**Types**\n"
173
180
  for name in ms.types.keys():
174
181
  if linking:
@@ -221,6 +228,12 @@ cssclasses:
221
228
  out += symbol2 + "[[{}]]".format(name) + "\n"
222
229
  else:
223
230
  out += symbol2 + name + "\n"
231
+ out += symbol1 + "**Wirings**\n"
232
+ for name in ms.wiring.keys():
233
+ if linking:
234
+ out += symbol2 + "[[{}]]".format(name) + "\n"
235
+ else:
236
+ out += symbol2 + name + "\n"
224
237
 
225
238
  if add_tabbing:
226
239
  out = out.split("\n")
@@ -67,7 +67,10 @@ def write_entity_markdown_report(ms, path, entity, add_metadata=True):
67
67
 
68
68
 
69
69
  def write_source_code_block(component, text, path):
70
- file_path = component.source_code_location
70
+ if hasattr(component, "source_code_location"):
71
+ file_path = component.source_code_location
72
+ else:
73
+ file_path = component["Source Code Location"]
71
74
  if file_path:
72
75
  file_path = os.path.relpath(file_path, path)
73
76
  text += "## Spec Source Code Location\n\n"
@@ -939,7 +942,10 @@ def write_wiring_display_markdown_report(ms, path, wiring, add_metadata=True):
939
942
  out += "\n"
940
943
  out += "\n"
941
944
 
942
- with open("{}/Displays/Wiring/{}.md".format(path, wiring["name"]), "w") as f:
945
+ path = "{}/Displays/Wiring/{}.md".format(path, wiring["name"])
946
+ out = write_source_code_block(wiring, out, path)
947
+
948
+ with open(path, "w") as f:
943
949
  f.write(out)
944
950
 
945
951
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: math-spec-mapping
3
- Version: 0.3.18
3
+ Version: 0.3.19
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