forked from dr-leo/pandaSDMX
-
Notifications
You must be signed in to change notification settings - Fork 22
Miscellaneous improvements from 2025-W08 #227
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #227 +/- ##
==========================================
- Coverage 98.90% 98.21% -0.69%
==========================================
Files 101 101
Lines 8406 8646 +240
==========================================
+ Hits 8314 8492 +178
- Misses 92 154 +62
🚀 New features to boost your workflow:
|
- Add BaseAnnotation.value attribute, read-only on v21.Annotation.
- Adjust usage in code, tests.
- Add tests for v{21,30}.Annotation.
- Read and store <com:AnnotationValue> from SDMX-ML 3.0.0.
- Copyedit some text. - Add a table with version correspondence. - Use complete "3.0.0" labels throughout.
khaeru
added a commit
to khaeru/sdmx-test-data
that referenced
this pull request
Mar 4, 2025
IMF/CL_FREQ-3.0-structure.xml contains the elements: - <common:AnnotationValue> - <common:Link>
- Also ReportedAttribute.get_child(). - Ensure bool(ReportedAttribute) is True. - Test instantiation of TextAttributeValue. - Add tests.
Construct an lxml.etree.XMLSchema instance that can handle XHTML embedded in MetadataMessage.
Use metadata structure to aid reading metadata messages.
- Write {Metad,D}ataSet.annotations.
- Write <md:Report id="…"> attribute and annotations.
- Do not (incorrectly) write MetadataReport.target.
- Write <md:Target id="…"> attribute and annotations.
- Handle {v21,v30}.DataSet and subclasses via tag_for_class().
khaeru
added a commit
to khaeru/sdmx-test-data
that referenced
this pull request
Mar 7, 2025
- IMF/CL_FREQ-3.0-structure.xml contains the elements: - <common:AnnotationValue> - <common:Link> - IMF/datastructure-0.xml contains <str:ConceptIdentity> and <str:ConceptRole>, with the latter referring to external item schemes. - IMF/hierarchicalcodelist-1.xml contains <str:Hierarchy> *without* the leveled=… attribute.
khaeru
added a commit
that referenced
this pull request
Mar 7, 2025
khaeru
added a commit
to khaeru/sdmx-test-data
that referenced
this pull request
Mar 13, 2025
- IMF/CL_FREQ-3.0-structure.xml contains the elements: - <common:AnnotationValue> - <common:Link> - IMF/datastructure-0.xml contains <str:ConceptIdentity> and <str:ConceptRole>, with the latter referring to external item schemes. - IMF/hierarchicalcodelist-1.xml contains <str:Hierarchy> *without* the leveled=… attribute.
khaeru
added a commit
that referenced
this pull request
Mar 14, 2025
khaeru
added a commit
that referenced
this pull request
Mar 14, 2025
khaeru
added a commit
that referenced
this pull request
Mar 14, 2025
- Allows sorted() on collections including both IA and str. - Expand tests.
Allow use of named stashes, instead of LIFO.
Document +describedBy error in SDMX 2.1 IM.
- Ensure annotations, name, description are associated to the correct objects. - Handle <str:Level> as a reference and store HierarchicalCode.level. - Use reader.model.Annotation everywhere.
Retrieve an ID from an attribute according to whether structure-specific or generic SDMX-ML
- Collapse generic and structure-specific readers of {Group,Series}Key.
- Document standards error/lacuna regarding multi-valued
AttributeValue.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR checklist