- 15 May, 2020 4 commits
-
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
- 05 May, 2020 1 commit
-
-
Michael Thies authored
Feature/updatable classes See merge request acplt/pyaas!29
-
- 30 Apr, 2020 6 commits
-
-
Michael Thies authored
Feature/compliance tool xml extension Closes #71 and #67 See merge request acplt/pyaas!32
-
TorbenD authored
-
TorbenD authored
-
TorbenD authored
-
TorbenD authored
-
TorbenD authored
adapter.xml.xml_serialization: Remove attribute "xsi:type" from element "value" in _value_to_xml adapter.xml.xml_serialization: Add wrapping <submodelElement> around statements in entity_to_xml adapter.xml.xml_deserialization: add parsing submodelElement wrapper to _construct_entity and _construct_submodel_element_collection
-
- 29 Apr, 2020 4 commits
-
-
Torben Miny authored
fix/xml adapter for current external schema See merge request acplt/pyaas!31
-
Leon Mauritz Möller authored
to _construct_entity and _construct_submodel_element_collection
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
- 24 Apr, 2020 8 commits
-
-
Michael Thies authored
-
Sebastian Heppner authored
Now everything should work as intended. - Do not change parent in update_from in class Referable - Do not change Dict sizes during iteration in update_nss_from()
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Michael Thies authored
adapter.xml: change for current schema See merge request acplt/pyaas!30
-
Sebastian Heppner authored
-
- 23 Apr, 2020 1 commit
-
-
Leon Mauritz Möller authored
revert this commit should our suggestions get accepted see #56 #57
-
- 21 Apr, 2020 1 commit
-
-
Michael Thies authored
update/improve module docstrings + add copyright notices Closes #62 and #61 See merge request acplt/pyaas!28
-
- 20 Apr, 2020 5 commits
-
-
Leon Mauritz Möller authored
-
Leon Mauritz Möller authored
close #61 #62
-
Torben Miny authored
test: Fix occasional test failures due to rounding error in test_aasx Closes #64 See merge request acplt/pyaas!25
-
Torben Miny authored
aas.examples: create formulas Closes #66 See merge request acplt/pyaas!27
-
Michael Thies authored
adapter: specify type of objects in DictObjectStore for xml/json deserialize functions See merge request acplt/pyaas!26
-
- 17 Apr, 2020 6 commits
-
-
Michael Thies authored
set correct copyright year for all files See merge request acplt/pyaas!20
-
Michael Thies authored
adapter: add xml deserialization See merge request acplt/pyaas!24
-
Leon Mauritz Möller authored
check formulas for equality in data checker close #66
-
Leon Mauritz Möller authored
for xml/json deserialize functions Previously mypy would not know the type of the objects in the DictObjectStore, which would result in mypy infering Any and not checking whether attributes exist for objects in the object store.
-
Michael Thies authored
-
Leon Mauritz Möller authored
add set_copyright_year.sh script to etc/scripts
-
- 14 Apr, 2020 3 commits
-
-
Leon Mauritz Möller authored
-
Michael Thies authored
adapter: re-publish reader/writer functions Closes #65 See merge request acplt/pyaas!23
-
Leon Mauritz Möller authored
test this behavior in the respective test remove TODO docstring from _construct_concept_description()
-
- 10 Apr, 2020 1 commit
-
-
Leon Mauritz Möller authored
-