-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve handling of Metadata{StructureDefinition,Set} in SDMX-ML 2.1 #192
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3902d0f - Browse repository at this point
Copy the full SHA 3902d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 567ab64 - Browse repository at this point
Copy the full SHA 567ab64View commit details -
Simplify construction of elements in .writer.xml
- Pass multiple child elements as positional args to Element(), instead of elem.append() or elem.extend(). - Return created elements immediately without a local variable.
Configuration menu - View commit details
-
Copy full SHA for 182cb37 - Browse repository at this point
Copy the full SHA 182cb37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74aa411 - Browse repository at this point
Copy the full SHA 74aa411View commit details -
- Write distinct tags for .v21.{Start,End}Period. - Simplify writing DataKeySet and MemberSelection. - Avoid use of typing.cast()
Configuration menu - View commit details
-
Copy full SHA for 69ff0d3 - Browse repository at this point
Copy the full SHA 69ff0d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd260ed - Browse repository at this point
Copy the full SHA dd260edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80ce4ec - Browse repository at this point
Copy the full SHA 80ce4ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0144946 - Browse repository at this point
Copy the full SHA 0144946View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfdbb09 - Browse repository at this point
Copy the full SHA dfdbb09View commit details -
Configuration menu - View commit details
-
Copy full SHA for d097346 - Browse repository at this point
Copy the full SHA d097346View commit details -
Configuration menu - View commit details
-
Copy full SHA for 963ad87 - Browse repository at this point
Copy the full SHA 963ad87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7d56e - Browse repository at this point
Copy the full SHA 3f7d56eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a83efe6 - Browse repository at this point
Copy the full SHA a83efe6View commit details
Commits on Sep 2, 2024
-
Improve .reader.xml.v21 handling of MetadataSet
- Stash/unstash on AttributeSet, not ReportedAttribute. - Generate concrete subclasses of ReportedAttribute. - Resolve references in TargetIdentifiableObject.
Configuration menu - View commit details
-
Copy full SHA for 70e6319 - Browse repository at this point
Copy the full SHA 70e6319View commit details -
Store XHTMLAttributeValue contents as etree nodes
…instead of str/bytes.
Configuration menu - View commit details
-
Copy full SHA for baa65bb - Browse repository at this point
Copy the full SHA baa65bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e3418 - Browse repository at this point
Copy the full SHA 08e3418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dc758e - Browse repository at this point
Copy the full SHA 7dc758eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b2c4d2 - Browse repository at this point
Copy the full SHA 2b2c4d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2101deb - Browse repository at this point
Copy the full SHA 2101debView commit details -
Remove style="Ref" XML attribute from Item
This was an erroneous inclusion, not part of the standard.
Configuration menu - View commit details
-
Copy full SHA for 5bea0b2 - Browse repository at this point
Copy the full SHA 5bea0b2View commit details -
Adjust logging for compare() methods
- Log non-identical members of DictLike. - Log missing components in other ComponentList.
Configuration menu - View commit details
-
Copy full SHA for 70bb5c8 - Browse repository at this point
Copy the full SHA 70bb5c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37e7f50 - Browse repository at this point
Copy the full SHA 37e7f50View commit details -
Read MetadataAttribute XML attributes
- Streamline .reader.v21._component_end()
Configuration menu - View commit details
-
Copy full SHA for 4e57f2f - Browse repository at this point
Copy the full SHA 4e57f2fView commit details -
Improve XMLEventReader.maintainable()
Handle the case where the existing object is concrete, not an external reference, but has no URN set (e.g. because not given in the source message) by computing a URN.
Configuration menu - View commit details
-
Copy full SHA for e94f080 - Browse repository at this point
Copy the full SHA e94f080View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5e4a7e - Browse repository at this point
Copy the full SHA f5e4a7eView commit details -
Improve .writer.base.BaseWriter
- Distinguish NoWriterImplementation from NotImplementedError. - When dispatching to a writer function for the parent class of an object, register that function for the child class directly.
Configuration menu - View commit details
-
Copy full SHA for 111f602 - Browse repository at this point
Copy the full SHA 111f602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b8ae1e - Browse repository at this point
Copy the full SHA 3b8ae1eView commit details
Commits on Sep 3, 2024
-
Improve SpecimenCollection.as_params(..., marks=...)
Match on a string path fragment (same as test case ID), rather than a complete path object.
Configuration menu - View commit details
-
Copy full SHA for 2266e87 - Browse repository at this point
Copy the full SHA 2266e87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 223f788 - Browse repository at this point
Copy the full SHA 223f788View commit details -
Relax strict comparison of IdentifiableArtefact
Allow non-strict comparison if self.urn is None.
Configuration menu - View commit details
-
Copy full SHA for 879f081 - Browse repository at this point
Copy the full SHA 879f081View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1474dd - Browse repository at this point
Copy the full SHA e1474ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd979d3 - Browse repository at this point
Copy the full SHA dd979d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d4194c - Browse repository at this point
Copy the full SHA 8d4194cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e35ce - Browse repository at this point
Copy the full SHA 27e35ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8387b9 - Browse repository at this point
Copy the full SHA f8387b9View commit details -
Add specific XML writers for 3 classes
- ReportStructure - IdentifiableObjectTarget - ReportPeriodTarget
Configuration menu - View commit details
-
Copy full SHA for c9477b0 - Browse repository at this point
Copy the full SHA c9477b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3667d7b - Browse repository at this point
Copy the full SHA 3667d7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e76189e - Browse repository at this point
Copy the full SHA e76189eView commit details -
Refine handling of MaintainableArtefact from XML
Handle cases where objects are included explicitly within a StructureMessage, but with isExternalReference="true", i.e. as "stubs".
Configuration menu - View commit details
-
Copy full SHA for 73cca93 - Browse repository at this point
Copy the full SHA 73cca93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f82d25 - Browse repository at this point
Copy the full SHA 6f82d25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba06ee - Browse repository at this point
Copy the full SHA 4ba06eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d31322f - Browse repository at this point
Copy the full SHA d31322fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eea584 - Browse repository at this point
Copy the full SHA 7eea584View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8d9d9 - Browse repository at this point
Copy the full SHA ef8d9d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d53d6 - Browse repository at this point
Copy the full SHA e4d53d6View commit details