thundergraph-model 1.0.0__tar.gz → 1.2.0__tar.gz
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.
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/PKG-INFO +1 -1
- thundergraph_model-1.2.0/docs/release/v1.2.0.md +63 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/.doctrees/api/api_execution.doctree +0 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/.doctrees/api/api_model.doctree +0 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/.doctrees/drafts/glossary.doctree +0 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/.doctrees/environment.pickle +0 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/.doctrees/index.doctree +0 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/.doctrees/user/concepts_evaluation.doctree +0 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/.doctrees/user/concepts_parts.doctree +0 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/.doctrees/user/concepts_requirements.doctree +0 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/.doctrees/user/concepts_system.doctree +0 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/.doctrees/user/end_to_end_guide.doctree +0 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/.doctrees/user/faq.doctree +0 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/.doctrees/user/quickstart.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/index.html +11 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/execution/configured_model.html +14 -7
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/execution/connection_bindings.html +20 -11
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/execution/graph_compiler.html +97 -352
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/model/definition_context.html +131 -388
- thundergraph_model-1.2.0/docs/user_docs/_build/html/_sources/drafts/glossary.md.txt +114 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/index.md.txt +13 -3
- thundergraph_model-1.2.0/docs/user_docs/_build/html/_sources/user/concepts_evaluation.md.txt +205 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/_sources/user/concepts_parts.md.txt +211 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/_sources/user/concepts_requirements.md.txt +185 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/_sources/user/concepts_system.md.txt +184 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/_sources/user/end_to_end_guide.md.txt +410 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/_sources/user/faq.md.txt +172 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/_sources/user/quickstart.md.txt +197 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/api/api_analysis.html +11 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/api/api_execution.html +20 -11
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/api/api_integrations.html +11 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/api/api_model.html +79 -208
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/api/api_root.html +11 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/api/index.html +12 -5
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/developer/architecture.html +16 -9
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/developer/contributing.html +11 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/developer/extension_playbook.html +13 -6
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/developer/releasing.html +11 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/developer/repository_map.html +13 -6
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/developer/testing.html +11 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/docstring_style.html +11 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/drafts/execution_pipeline.html +11 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/drafts/glossary.html +106 -44
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/drafts/repository_map.html +11 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/drafts/what_is_thundergraph_model.html +11 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/genindex.html +25 -24
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/index.html +93 -28
- thundergraph_model-1.2.0/docs/user_docs/_build/html/objects.inv +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/py-modindex.html +11 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/search.html +11 -4
- thundergraph_model-1.2.0/docs/user_docs/_build/html/searchindex.js +1 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/user/concepts_evaluation.html +586 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/user/concepts_external_compute.html +15 -8
- thundergraph_model-1.2.0/docs/user_docs/_build/html/user/concepts_parts.html +587 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/user/concepts_requirements.html +577 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/user/concepts_system.html +567 -0
- thundergraph_model-1.2.0/docs/user_docs/_build/html/user/end_to_end_guide.html +761 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/user/faq.html +148 -55
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/user/install.html +11 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/user/mental_model.html +15 -8
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/user/overview.html +13 -6
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/user/quickstart.html +114 -83
- thundergraph_model-1.2.0/docs/user_docs/drafts/glossary.md +114 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/index.md +13 -3
- thundergraph_model-1.2.0/docs/user_docs/user/concepts_evaluation.md +205 -0
- thundergraph_model-1.2.0/docs/user_docs/user/concepts_parts.md +211 -0
- thundergraph_model-1.2.0/docs/user_docs/user/concepts_requirements.md +185 -0
- thundergraph_model-1.2.0/docs/user_docs/user/concepts_system.md +186 -0
- thundergraph_model-1.2.0/docs/user_docs/user/end_to_end_guide.md +410 -0
- thundergraph_model-1.2.0/docs/user_docs/user/faq.md +172 -0
- thundergraph_model-1.2.0/docs/user_docs/user/quickstart.md +197 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/product/aircraft.py +7 -6
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/product/major_assemblies/parts.py +6 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/program/cargo_jet_program.py +10 -9
- thundergraph_model-1.2.0/examples/commercial_aircraft/program/l1_requirement_packages.py +192 -0
- thundergraph_model-1.2.0/examples/hpc_datacenter/program.py +129 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/mars_ntp_tug/tug_model.py +170 -112
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/notebooks/cargo_jet_program.ipynb +37 -39
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/pyproject.toml +1 -1
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/analysis/test_analysis_workflows.py +5 -2
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/behavior/test_behavior_e2e.py +4 -1
- thundergraph_model-1.2.0/tests/integration/evaluation/test_allocate_parameter_wiring.py +163 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/evaluation/test_evaluation_e2e.py +5 -2
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/evaluation/test_external_compute.py +15 -5
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/evaluation/test_requirement_acceptance.py +59 -33
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/evaluation/test_unitflow_evaluation.py +15 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/structural_models/test_citations.py +19 -3
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/structural_models/test_drive_system.py +17 -9
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/structural_models/test_instantiation.py +15 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/test_hpc_datacenter_smoke.py +2 -2
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/test_mars_ntp_tug_smoke.py +1 -1
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/execution/test_behavior_runtime.py +5 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/execution/test_behavior_scope.py +24 -11
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/execution/test_configured_model.py +18 -6
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/execution/test_configured_model_evaluate.py +3 -1
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/execution/test_phase6_runtime.py +12 -2
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/model/test_attribute_ref.py +9 -3
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/model/test_behavior_declarations.py +5 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/model/test_compile_types.py +14 -6
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/model/test_definition_context.py +24 -44
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/model/test_expr.py +1 -0
- thundergraph_model-1.2.0/tests/unit/model/test_new_api_validators.py +209 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/model/test_parameter_ref.py +14 -4
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/model/test_phase6_ontology.py +6 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/model/test_refs.py +3 -1
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/model/test_requirement_block.py +164 -167
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/model/test_system_authoring_restrictions.py +37 -26
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/execution/configured_model.py +3 -3
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/execution/connection_bindings.py +9 -7
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/execution/graph_compiler.py +86 -348
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/model/compile_types.py +19 -243
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/model/definition_context.py +113 -366
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/uv.lock +1 -1
- thundergraph_model-1.0.0/docs/user_docs/_build/html/.doctrees/api/api_execution.doctree +0 -0
- thundergraph_model-1.0.0/docs/user_docs/_build/html/.doctrees/api/api_model.doctree +0 -0
- thundergraph_model-1.0.0/docs/user_docs/_build/html/.doctrees/drafts/glossary.doctree +0 -0
- thundergraph_model-1.0.0/docs/user_docs/_build/html/.doctrees/environment.pickle +0 -0
- thundergraph_model-1.0.0/docs/user_docs/_build/html/.doctrees/index.doctree +0 -0
- thundergraph_model-1.0.0/docs/user_docs/_build/html/.doctrees/user/concepts_requirements.doctree +0 -0
- thundergraph_model-1.0.0/docs/user_docs/_build/html/.doctrees/user/faq.doctree +0 -0
- thundergraph_model-1.0.0/docs/user_docs/_build/html/.doctrees/user/quickstart.doctree +0 -0
- thundergraph_model-1.0.0/docs/user_docs/_build/html/_sources/drafts/glossary.md.txt +0 -67
- thundergraph_model-1.0.0/docs/user_docs/_build/html/_sources/user/concepts_requirements.md.txt +0 -147
- thundergraph_model-1.0.0/docs/user_docs/_build/html/_sources/user/faq.md.txt +0 -70
- thundergraph_model-1.0.0/docs/user_docs/_build/html/_sources/user/quickstart.md.txt +0 -167
- thundergraph_model-1.0.0/docs/user_docs/_build/html/objects.inv +0 -0
- thundergraph_model-1.0.0/docs/user_docs/_build/html/searchindex.js +0 -1
- thundergraph_model-1.0.0/docs/user_docs/_build/html/user/concepts_requirements.html +0 -548
- thundergraph_model-1.0.0/docs/user_docs/drafts/glossary.md +0 -67
- thundergraph_model-1.0.0/docs/user_docs/user/concepts_requirements.md +0 -147
- thundergraph_model-1.0.0/docs/user_docs/user/faq.md +0 -70
- thundergraph_model-1.0.0/docs/user_docs/user/quickstart.md +0 -167
- thundergraph_model-1.0.0/examples/commercial_aircraft/program/l1_requirement_packages.py +0 -166
- thundergraph_model-1.0.0/examples/hpc_datacenter/program.py +0 -121
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/.github/ISSUE_TEMPLATE/01-bug_report.yml +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/.github/ISSUE_TEMPLATE/02-feature_request.yml +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/.github/ISSUE_TEMPLATE/03-documentation.yml +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/.github/pull_request_template.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/.github/workflows/publish.yml +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/.gitignore +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/CHANGELOG.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/LICENSE +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/PYPI.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/README.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/generation_docs/behavior_methodology.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/generation_docs/brainstorm.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/generation_docs/conceptual_requirements.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/generation_docs/evaluation_api_facade_implementation_plan.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/generation_docs/execution_methodology.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/generation_docs/implementation_plan.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/generation_docs/logical_architecture.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/generation_docs/model_prototype_sketch.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/generation_docs/requirement_composition_and_naming_implementation_plan.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/generation_docs/system_authoring_restrictions_implementation_plan.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/generation_docs/use_cases.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/generation_docs/v0_api.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/IMPLEMENTATION_PLAN.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/README.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.buildinfo +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.buildinfo.bak +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/api/api_analysis.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/api/api_integrations.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/api/api_root.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/api/index.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/developer/architecture.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/developer/contributing.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/developer/extension_playbook.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/developer/releasing.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/developer/repository_map.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/developer/testing.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/docstring_style.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/drafts/execution_pipeline.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/drafts/repository_map.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/drafts/what_is_thundergraph_model.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/user/concepts_external_compute.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/user/install.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/user/mental_model.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/.doctrees/user/overview.doctree +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/analysis/compare_variants.html +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/analysis/impact.html +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/analysis/sweep.html +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/execution/behavior.html +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/execution/dependency_graph.html +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/execution/evaluator.html +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/execution/instances.html +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/execution/requirements.html +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/execution/run_context.html +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/execution/validation.html +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/execution/value_slots.html +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/integrations/external_compute.html +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/model/elements.html +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/model/expr.html +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/tg_model/model/refs.html +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/api/api_analysis.rst.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/api/api_execution.rst.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/api/api_integrations.rst.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/api/api_model.rst.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/api/api_root.rst.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/api/index.md.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/developer/architecture.md.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/developer/contributing.md.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/developer/extension_playbook.md.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/developer/releasing.md.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/developer/repository_map.md.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/developer/testing.md.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/docstring_style.md.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/drafts/execution_pipeline.md.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/drafts/repository_map.md.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/drafts/what_is_thundergraph_model.md.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/user/concepts_external_compute.md.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/user/install.md.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/user/mental_model.md.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_sources/user/overview.md.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/base-stemmer.js +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/basic.css +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/debug.css +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/doctools.js +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/documentation_options.js +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/english-stemmer.js +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/file.png +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/language_data.js +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/minus.png +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/plus.png +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/pygments.css +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/scripts/furo-extensions.js +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/scripts/furo.js +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/scripts/furo.js.LICENSE.txt +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/scripts/furo.js.map +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/searchtools.js +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/skeleton.css +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/sphinx_highlight.js +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/styles/furo-extensions.css +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/styles/furo-extensions.css.map +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/styles/furo.css +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_static/styles/furo.css.map +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/api/api_analysis.rst +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/api/api_execution.rst +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/api/api_integrations.rst +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/api/api_model.rst +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/api/api_root.rst +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/api/index.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/conf.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/developer/architecture.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/developer/contributing.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/developer/extension_playbook.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/developer/releasing.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/developer/repository_map.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/developer/testing.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/docstring_style.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/drafts/README.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/drafts/execution_pipeline.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/drafts/repository_map.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/drafts/what_is_thundergraph_model.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/user/concepts_external_compute.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/user/install.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/user/mental_model.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/user/overview.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/IMPLEMENTATION_PLAN.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/README.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/integrations/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/integrations/adapters.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/integrations/bindings.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/product/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/product/major_assemblies/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/program/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/program/mission_context.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/reporting/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/reporting/extract.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/commercial_aircraft/reporting/snapshot.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/hpc_datacenter/README.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/hpc_datacenter/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/mars_ntp_tug/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/mars_ntp_tug/integrations/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/mars_ntp_tug/integrations/adapters.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/mars_ntp_tug/integrations/bindings.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/mars_ntp_tug/integrations/preset_inputs.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/mars_ntp_tug/reporting/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/mars_ntp_tug/reporting/extract.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/examples/mars_ntp_tug/reporting/snapshot.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/implementation_plan_instructions.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/logo.png +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/notebooks/_gen_leo_notebook.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/notebooks/aev_architecture.mmd +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/notebooks/hpc_datacenter_parameter_sweep.ipynb +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/notebooks/mars_ntp_nuclear_tug.ipynb +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/reviewer_architype.md +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/analysis/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/behavior/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/evaluation/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/structural_models/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/integration/test_commercial_aircraft_smoke.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/analysis/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/analysis/test_sweep_planning.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/execution/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/execution/test_dependency_graph.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/execution/test_evaluator.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/execution/test_instances.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/execution/test_run_context.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/execution/test_validation.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/export/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/integrations/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/model/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/model/test_elements.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/model/test_example_system_authoring_policy.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tests/unit/model/test_identity.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/analysis/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/analysis/_coherence.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/analysis/compare_variants.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/analysis/impact.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/analysis/sweep.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/execution/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/execution/behavior.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/execution/dependency_graph.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/execution/evaluator.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/execution/external_ops.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/execution/instances.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/execution/requirements.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/execution/rollups.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/execution/run_context.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/execution/solve_groups.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/execution/validation.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/execution/value_slots.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/export/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/integrations/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/integrations/external_compute.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/model/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/model/declarations/__init__.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/model/declarations/behavior.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/model/declarations/values.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/model/elements.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/model/expr.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/model/identity.py +0 -0
- {thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/tg_model/model/refs.py +0 -0
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# v1.2.0 Release Notes
|
|
2
|
+
|
|
3
|
+
## Breaking changes
|
|
4
|
+
|
|
5
|
+
The authoring surface for `Part`, `System`, and `Requirement` has been overhauled.
|
|
6
|
+
All old methods listed below are **deleted** — any call site will fail at compile time.
|
|
7
|
+
|
|
8
|
+
| Deleted method | Replacement |
|
|
9
|
+
|----------------|-------------|
|
|
10
|
+
| `model.part(name, Type)` | `model.composed_of(name, Type)` |
|
|
11
|
+
| `model.requirement_package(name, Type)` | `model.composed_of(name, Type)` |
|
|
12
|
+
| `model.requirement(id, text)` | One `Requirement` subclass per "shall" statement |
|
|
13
|
+
| `model.requirement_input(req, name, ...)` | `model.parameter(name, ...)` on the `Requirement` class |
|
|
14
|
+
| `model.requirement_attribute(req, name, ...)` | `model.attribute(name, ...)` on the `Requirement` class |
|
|
15
|
+
| `model.requirement_accept_expr(req, expr)` | `model.constraint(name, expr=...)` on the `Requirement` class |
|
|
16
|
+
|
|
17
|
+
`AllocationBinding.input_bindings` is renamed to `AllocationBinding.parameter_overrides`.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## New authoring rules
|
|
22
|
+
|
|
23
|
+
**All element types** (`Part`, `System`, `Requirement`) must call `model.name(str)` exactly
|
|
24
|
+
once in `define()`. A second call or an omission raises `ModelDefinitionError`.
|
|
25
|
+
|
|
26
|
+
**`Requirement` classes** must additionally call `model.doc(str)` exactly once —
|
|
27
|
+
the "shall" statement for that package.
|
|
28
|
+
|
|
29
|
+
**`System` classes** may not call `model.attribute(...)` or `model.constraint(...)`.
|
|
30
|
+
Value logic and checks belong on owned `Part` or `Requirement` types.
|
|
31
|
+
`model.parameter(...)` on `System` remains allowed for scenario-level inputs.
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## New API
|
|
36
|
+
|
|
37
|
+
### `model.composed_of(name, ChildType)`
|
|
38
|
+
Unified composition primitive for both `Part` and `Requirement` children.
|
|
39
|
+
Returns `PartRef` or `RequirementRef` based on `ChildType`. Raises `ModelDefinitionError`
|
|
40
|
+
for any other type.
|
|
41
|
+
|
|
42
|
+
### `allocate(..., inputs={...})` now wires `model.parameter` slots
|
|
43
|
+
`inputs` keys are requirement package `parameter` names; values are `AttributeRef` slots
|
|
44
|
+
from the allocated `Part` or `System`. The old `requirement_input` routing is gone.
|
|
45
|
+
|
|
46
|
+
### `ConstraintResult` tagging
|
|
47
|
+
Every constraint produced by an allocated `Requirement` package now carries
|
|
48
|
+
`requirement_path` and `allocation_target_path`. Filter `RunResult.constraint_results`
|
|
49
|
+
by these fields instead of calling `summarize_requirement_satisfaction` (removed).
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## Documentation
|
|
54
|
+
|
|
55
|
+
Four new user guide sections added:
|
|
56
|
+
|
|
57
|
+
- `end_to_end_guide` — step-by-step walkthrough from `Part` definition to `evaluate`
|
|
58
|
+
- `concepts_parts` — parameters, attributes, constraints, composition, roll-ups, ports
|
|
59
|
+
- `concepts_system` — scenario parameters, allocation wiring, nested requirement trees
|
|
60
|
+
- `concepts_evaluation` — both evaluation paths, `RunResult`, constraint filtering, sweep
|
|
61
|
+
|
|
62
|
+
Existing pages (`quickstart`, `concepts_requirements`, `faq`, `glossary`) rewritten to
|
|
63
|
+
reflect the new API.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
thundergraph_model-1.2.0/docs/user_docs/_build/html/.doctrees/user/concepts_evaluation.doctree
ADDED
|
Binary file
|
|
Binary file
|
thundergraph_model-1.2.0/docs/user_docs/_build/html/.doctrees/user/concepts_requirements.doctree
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
{thundergraph_model-1.0.0 → thundergraph_model-1.2.0}/docs/user_docs/_build/html/_modules/index.html
RENAMED
|
@@ -195,16 +195,23 @@
|
|
|
195
195
|
<input type="hidden" name="area" value="default">
|
|
196
196
|
</form>
|
|
197
197
|
<div id="searchbox"></div><div class="sidebar-scroll"><div class="sidebar-tree">
|
|
198
|
-
<p class="caption" role="heading"><span class="caption-text">User</span></p>
|
|
198
|
+
<p class="caption" role="heading"><span class="caption-text">User Guide</span></p>
|
|
199
199
|
<ul>
|
|
200
200
|
<li class="toctree-l1"><a class="reference internal" href="../user/install.html">Install</a></li>
|
|
201
201
|
<li class="toctree-l1"><a class="reference internal" href="../user/overview.html">Overview</a></li>
|
|
202
202
|
<li class="toctree-l1"><a class="reference internal" href="../user/mental_model.html">Mental Model</a></li>
|
|
203
|
-
<li class="toctree-l1"><a class="reference internal" href="../user/
|
|
204
|
-
<li class="toctree-l1"><a class="reference internal" href="../user/
|
|
203
|
+
<li class="toctree-l1"><a class="reference internal" href="../user/end_to_end_guide.html">End-to-End Guide: Building a Complete System</a></li>
|
|
204
|
+
<li class="toctree-l1"><a class="reference internal" href="../user/concepts_parts.html">Concept: Parts</a></li>
|
|
205
|
+
<li class="toctree-l1"><a class="reference internal" href="../user/concepts_system.html">Concept: Systems</a></li>
|
|
206
|
+
<li class="toctree-l1"><a class="reference internal" href="../user/concepts_requirements.html">Concept: Requirements</a></li>
|
|
207
|
+
<li class="toctree-l1"><a class="reference internal" href="../user/concepts_evaluation.html">Concept: Evaluation</a></li>
|
|
205
208
|
<li class="toctree-l1"><a class="reference internal" href="../user/concepts_external_compute.html">Concept: External Compute (Concrete Binding)</a></li>
|
|
206
209
|
<li class="toctree-l1"><a class="reference internal" href="../user/faq.html">FAQ</a></li>
|
|
207
210
|
</ul>
|
|
211
|
+
<p class="caption" role="heading"><span class="caption-text">Quickstart</span></p>
|
|
212
|
+
<ul>
|
|
213
|
+
<li class="toctree-l1"><a class="reference internal" href="../user/quickstart.html">Quickstart</a></li>
|
|
214
|
+
</ul>
|
|
208
215
|
<p class="caption" role="heading"><span class="caption-text">Developer</span></p>
|
|
209
216
|
<ul>
|
|
210
217
|
<li class="toctree-l1"><a class="reference internal" href="../developer/architecture.html">Developer architecture</a></li>
|
|
@@ -226,7 +233,7 @@
|
|
|
226
233
|
</ul>
|
|
227
234
|
</li>
|
|
228
235
|
</ul>
|
|
229
|
-
<p class="caption" role="heading"><span class="caption-text">
|
|
236
|
+
<p class="caption" role="heading"><span class="caption-text">Drafts</span></p>
|
|
230
237
|
<ul>
|
|
231
238
|
<li class="toctree-l1"><a class="reference internal" href="../drafts/what_is_thundergraph_model.html">What ThunderGraph Model Is</a></li>
|
|
232
239
|
<li class="toctree-l1"><a class="reference internal" href="../drafts/execution_pipeline.html">Execution Pipeline (Compile -> Instantiate -> Graph -> Evaluate)</a></li>
|
|
@@ -195,16 +195,23 @@
|
|
|
195
195
|
<input type="hidden" name="area" value="default">
|
|
196
196
|
</form>
|
|
197
197
|
<div id="searchbox"></div><div class="sidebar-scroll"><div class="sidebar-tree">
|
|
198
|
-
<p class="caption" role="heading"><span class="caption-text">User</span></p>
|
|
198
|
+
<p class="caption" role="heading"><span class="caption-text">User Guide</span></p>
|
|
199
199
|
<ul>
|
|
200
200
|
<li class="toctree-l1"><a class="reference internal" href="../../../user/install.html">Install</a></li>
|
|
201
201
|
<li class="toctree-l1"><a class="reference internal" href="../../../user/overview.html">Overview</a></li>
|
|
202
202
|
<li class="toctree-l1"><a class="reference internal" href="../../../user/mental_model.html">Mental Model</a></li>
|
|
203
|
-
<li class="toctree-l1"><a class="reference internal" href="../../../user/
|
|
204
|
-
<li class="toctree-l1"><a class="reference internal" href="../../../user/
|
|
203
|
+
<li class="toctree-l1"><a class="reference internal" href="../../../user/end_to_end_guide.html">End-to-End Guide: Building a Complete System</a></li>
|
|
204
|
+
<li class="toctree-l1"><a class="reference internal" href="../../../user/concepts_parts.html">Concept: Parts</a></li>
|
|
205
|
+
<li class="toctree-l1"><a class="reference internal" href="../../../user/concepts_system.html">Concept: Systems</a></li>
|
|
206
|
+
<li class="toctree-l1"><a class="reference internal" href="../../../user/concepts_requirements.html">Concept: Requirements</a></li>
|
|
207
|
+
<li class="toctree-l1"><a class="reference internal" href="../../../user/concepts_evaluation.html">Concept: Evaluation</a></li>
|
|
205
208
|
<li class="toctree-l1"><a class="reference internal" href="../../../user/concepts_external_compute.html">Concept: External Compute (Concrete Binding)</a></li>
|
|
206
209
|
<li class="toctree-l1"><a class="reference internal" href="../../../user/faq.html">FAQ</a></li>
|
|
207
210
|
</ul>
|
|
211
|
+
<p class="caption" role="heading"><span class="caption-text">Quickstart</span></p>
|
|
212
|
+
<ul>
|
|
213
|
+
<li class="toctree-l1"><a class="reference internal" href="../../../user/quickstart.html">Quickstart</a></li>
|
|
214
|
+
</ul>
|
|
208
215
|
<p class="caption" role="heading"><span class="caption-text">Developer</span></p>
|
|
209
216
|
<ul>
|
|
210
217
|
<li class="toctree-l1"><a class="reference internal" href="../../../developer/architecture.html">Developer architecture</a></li>
|
|
@@ -226,7 +233,7 @@
|
|
|
226
233
|
</ul>
|
|
227
234
|
</li>
|
|
228
235
|
</ul>
|
|
229
|
-
<p class="caption" role="heading"><span class="caption-text">
|
|
236
|
+
<p class="caption" role="heading"><span class="caption-text">Drafts</span></p>
|
|
230
237
|
<ul>
|
|
231
238
|
<li class="toctree-l1"><a class="reference internal" href="../../../drafts/what_is_thundergraph_model.html">What ThunderGraph Model Is</a></li>
|
|
232
239
|
<li class="toctree-l1"><a class="reference internal" href="../../../drafts/execution_pipeline.html">Execution Pipeline (Compile -> Instantiate -> Graph -> Evaluate)</a></li>
|
|
@@ -914,7 +921,7 @@
|
|
|
914
921
|
<span class="k">if</span> <span class="ow">not</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">tgt</span><span class="p">,</span> <span class="n">ElementInstance</span><span class="p">):</span>
|
|
915
922
|
<span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span><span class="sa">f</span><span class="s2">"Allocation target '</span><span class="si">{</span><span class="n">tgt_key</span><span class="si">}</span><span class="s2">' is not an ElementInstance"</span><span class="p">)</span>
|
|
916
923
|
|
|
917
|
-
<span class="n">
|
|
924
|
+
<span class="n">parameter_overrides</span><span class="p">:</span> <span class="nb">dict</span><span class="p">[</span><span class="nb">str</span><span class="p">,</span> <span class="n">ValueSlot</span><span class="p">]</span> <span class="o">=</span> <span class="p">{}</span>
|
|
918
925
|
<span class="n">raw_inputs</span> <span class="o">=</span> <span class="n">edge</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">"_allocate_inputs"</span><span class="p">)</span>
|
|
919
926
|
<span class="k">if</span> <span class="n">raw_inputs</span><span class="p">:</span>
|
|
920
927
|
<span class="k">for</span> <span class="n">iname</span><span class="p">,</span> <span class="n">spec</span> <span class="ow">in</span> <span class="n">raw_inputs</span><span class="o">.</span><span class="n">items</span><span class="p">():</span>
|
|
@@ -923,7 +930,7 @@
|
|
|
923
930
|
<span class="n">slot</span> <span class="o">=</span> <span class="n">path_registry</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">slot_key</span><span class="p">)</span>
|
|
924
931
|
<span class="k">if</span> <span class="ow">not</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">slot</span><span class="p">,</span> <span class="n">ValueSlot</span><span class="p">):</span>
|
|
925
932
|
<span class="k">raise</span> <span class="ne">ValueError</span><span class="p">(</span><span class="sa">f</span><span class="s2">"allocate inputs[</span><span class="si">{</span><span class="n">iname</span><span class="si">!r}</span><span class="s2">] path </span><span class="si">{</span><span class="n">slot_key</span><span class="si">!r}</span><span class="s2"> is not a ValueSlot in registry"</span><span class="p">)</span>
|
|
926
|
-
<span class="n">
|
|
933
|
+
<span class="n">parameter_overrides</span><span class="p">[</span><span class="nb">str</span><span class="p">(</span><span class="n">iname</span><span class="p">)]</span> <span class="o">=</span> <span class="n">slot</span>
|
|
927
934
|
|
|
928
935
|
<span class="n">alloc_id</span> <span class="o">=</span> <span class="n">derive_declaration_id</span><span class="p">(</span><span class="n">root_type</span><span class="p">,</span> <span class="s2">"allocate"</span><span class="p">,</span> <span class="o">*</span><span class="n">edge</span><span class="p">[</span><span class="s2">"source"</span><span class="p">][</span><span class="s2">"path"</span><span class="p">],</span> <span class="o">*</span><span class="n">edge</span><span class="p">[</span><span class="s2">"target"</span><span class="p">][</span><span class="s2">"path"</span><span class="p">])</span>
|
|
929
936
|
<span class="n">allocations</span><span class="o">.</span><span class="n">append</span><span class="p">(</span>
|
|
@@ -931,7 +938,7 @@
|
|
|
931
938
|
<span class="n">stable_id</span><span class="o">=</span><span class="n">alloc_id</span><span class="p">,</span>
|
|
932
939
|
<span class="n">requirement</span><span class="o">=</span><span class="n">req</span><span class="p">,</span>
|
|
933
940
|
<span class="n">target</span><span class="o">=</span><span class="n">tgt</span><span class="p">,</span>
|
|
934
|
-
<span class="n">
|
|
941
|
+
<span class="n">parameter_overrides</span><span class="o">=</span><span class="n">parameter_overrides</span><span class="p">,</span>
|
|
935
942
|
<span class="p">)</span>
|
|
936
943
|
<span class="p">)</span>
|
|
937
944
|
|
|
@@ -195,16 +195,23 @@
|
|
|
195
195
|
<input type="hidden" name="area" value="default">
|
|
196
196
|
</form>
|
|
197
197
|
<div id="searchbox"></div><div class="sidebar-scroll"><div class="sidebar-tree">
|
|
198
|
-
<p class="caption" role="heading"><span class="caption-text">User</span></p>
|
|
198
|
+
<p class="caption" role="heading"><span class="caption-text">User Guide</span></p>
|
|
199
199
|
<ul>
|
|
200
200
|
<li class="toctree-l1"><a class="reference internal" href="../../../user/install.html">Install</a></li>
|
|
201
201
|
<li class="toctree-l1"><a class="reference internal" href="../../../user/overview.html">Overview</a></li>
|
|
202
202
|
<li class="toctree-l1"><a class="reference internal" href="../../../user/mental_model.html">Mental Model</a></li>
|
|
203
|
-
<li class="toctree-l1"><a class="reference internal" href="../../../user/
|
|
204
|
-
<li class="toctree-l1"><a class="reference internal" href="../../../user/
|
|
203
|
+
<li class="toctree-l1"><a class="reference internal" href="../../../user/end_to_end_guide.html">End-to-End Guide: Building a Complete System</a></li>
|
|
204
|
+
<li class="toctree-l1"><a class="reference internal" href="../../../user/concepts_parts.html">Concept: Parts</a></li>
|
|
205
|
+
<li class="toctree-l1"><a class="reference internal" href="../../../user/concepts_system.html">Concept: Systems</a></li>
|
|
206
|
+
<li class="toctree-l1"><a class="reference internal" href="../../../user/concepts_requirements.html">Concept: Requirements</a></li>
|
|
207
|
+
<li class="toctree-l1"><a class="reference internal" href="../../../user/concepts_evaluation.html">Concept: Evaluation</a></li>
|
|
205
208
|
<li class="toctree-l1"><a class="reference internal" href="../../../user/concepts_external_compute.html">Concept: External Compute (Concrete Binding)</a></li>
|
|
206
209
|
<li class="toctree-l1"><a class="reference internal" href="../../../user/faq.html">FAQ</a></li>
|
|
207
210
|
</ul>
|
|
211
|
+
<p class="caption" role="heading"><span class="caption-text">Quickstart</span></p>
|
|
212
|
+
<ul>
|
|
213
|
+
<li class="toctree-l1"><a class="reference internal" href="../../../user/quickstart.html">Quickstart</a></li>
|
|
214
|
+
</ul>
|
|
208
215
|
<p class="caption" role="heading"><span class="caption-text">Developer</span></p>
|
|
209
216
|
<ul>
|
|
210
217
|
<li class="toctree-l1"><a class="reference internal" href="../../../developer/architecture.html">Developer architecture</a></li>
|
|
@@ -226,7 +233,7 @@
|
|
|
226
233
|
</ul>
|
|
227
234
|
</li>
|
|
228
235
|
</ul>
|
|
229
|
-
<p class="caption" role="heading"><span class="caption-text">
|
|
236
|
+
<p class="caption" role="heading"><span class="caption-text">Drafts</span></p>
|
|
230
237
|
<ul>
|
|
231
238
|
<li class="toctree-l1"><a class="reference internal" href="../../../drafts/what_is_thundergraph_model.html">What ThunderGraph Model Is</a></li>
|
|
232
239
|
<li class="toctree-l1"><a class="reference internal" href="../../../drafts/execution_pipeline.html">Execution Pipeline (Compile -> Instantiate -> Graph -> Evaluate)</a></li>
|
|
@@ -334,16 +341,18 @@
|
|
|
334
341
|
<div class="viewcode-block" id="AllocationBinding">
|
|
335
342
|
<a class="viewcode-back" href="../../../api/api_execution.html#tg_model.execution.AllocationBinding">[docs]</a>
|
|
336
343
|
<span class="k">class</span><span class="w"> </span><span class="nc">AllocationBinding</span><span class="p">:</span>
|
|
337
|
-
<span class="w"> </span><span class="sd">"""Resolved ``allocate`` edge from a requirement to a target element.</span>
|
|
344
|
+
<span class="w"> </span><span class="sd">"""Resolved ``allocate`` edge from a requirement package to a target element.</span>
|
|
338
345
|
|
|
339
346
|
<span class="sd"> Parameters</span>
|
|
340
347
|
<span class="sd"> ----------</span>
|
|
341
|
-
<span class="sd">
|
|
342
|
-
<span class="sd"> Maps :meth
|
|
343
|
-
<span class="sd"> names to concrete value slots
|
|
348
|
+
<span class="sd"> parameter_overrides : dict[str, ValueSlot], optional</span>
|
|
349
|
+
<span class="sd"> Maps requirement package :meth:`~tg_model.model.definition_context.ModelDefinitionContext.parameter`</span>
|
|
350
|
+
<span class="sd"> names to concrete source value slots. When present, the graph compiler wires the</span>
|
|
351
|
+
<span class="sd"> corresponding requirement package parameter slots as computed values (sourced from the</span>
|
|
352
|
+
<span class="sd"> mapped slots) rather than as free ``INPUT_PARAMETER`` nodes.</span>
|
|
344
353
|
<span class="sd"> """</span>
|
|
345
354
|
|
|
346
|
-
<span class="vm">__slots__</span> <span class="o">=</span> <span class="p">(</span><span class="s2">"
|
|
355
|
+
<span class="vm">__slots__</span> <span class="o">=</span> <span class="p">(</span><span class="s2">"parameter_overrides"</span><span class="p">,</span> <span class="s2">"requirement"</span><span class="p">,</span> <span class="s2">"stable_id"</span><span class="p">,</span> <span class="s2">"target"</span><span class="p">)</span>
|
|
347
356
|
|
|
348
357
|
<span class="k">def</span><span class="w"> </span><span class="fm">__init__</span><span class="p">(</span>
|
|
349
358
|
<span class="bp">self</span><span class="p">,</span>
|
|
@@ -351,12 +360,12 @@
|
|
|
351
360
|
<span class="n">stable_id</span><span class="p">:</span> <span class="nb">str</span><span class="p">,</span>
|
|
352
361
|
<span class="n">requirement</span><span class="p">:</span> <span class="n">ElementInstance</span><span class="p">,</span>
|
|
353
362
|
<span class="n">target</span><span class="p">:</span> <span class="n">ElementInstance</span><span class="p">,</span>
|
|
354
|
-
<span class="n">
|
|
363
|
+
<span class="n">parameter_overrides</span><span class="p">:</span> <span class="nb">dict</span><span class="p">[</span><span class="nb">str</span><span class="p">,</span> <span class="n">ValueSlot</span><span class="p">]</span> <span class="o">|</span> <span class="kc">None</span> <span class="o">=</span> <span class="kc">None</span><span class="p">,</span>
|
|
355
364
|
<span class="p">)</span> <span class="o">-></span> <span class="kc">None</span><span class="p">:</span>
|
|
356
365
|
<span class="bp">self</span><span class="o">.</span><span class="n">stable_id</span> <span class="o">=</span> <span class="n">stable_id</span>
|
|
357
366
|
<span class="bp">self</span><span class="o">.</span><span class="n">requirement</span> <span class="o">=</span> <span class="n">requirement</span>
|
|
358
367
|
<span class="bp">self</span><span class="o">.</span><span class="n">target</span> <span class="o">=</span> <span class="n">target</span>
|
|
359
|
-
<span class="bp">self</span><span class="o">.</span><span class="n">
|
|
368
|
+
<span class="bp">self</span><span class="o">.</span><span class="n">parameter_overrides</span> <span class="o">=</span> <span class="n">parameter_overrides</span> <span class="ow">or</span> <span class="p">{}</span>
|
|
360
369
|
|
|
361
370
|
<span class="k">def</span><span class="w"> </span><span class="fm">__repr__</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-></span> <span class="nb">str</span><span class="p">:</span>
|
|
362
371
|
<span class="k">return</span> <span class="sa">f</span><span class="s2">"<AllocationBinding: </span><span class="si">{</span><span class="bp">self</span><span class="o">.</span><span class="n">requirement</span><span class="o">.</span><span class="n">path_string</span><span class="si">}</span><span class="s2"> -> </span><span class="si">{</span><span class="bp">self</span><span class="o">.</span><span class="n">target</span><span class="o">.</span><span class="n">path_string</span><span class="si">}</span><span class="s2">>"</span></div>
|