Skip to content
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

Add SDMX input/output #115

Merged
merged 13 commits into from
Jan 26, 2024
Merged

Add SDMX input/output #115

merged 13 commits into from
Jan 26, 2024

Conversation

khaeru
Copy link
Owner

@khaeru khaeru commented Jan 26, 2024

Closes #21.

PR checklist

  • Complete implementation
    • Handle both SDMX 2.1 and 3.0 classes.
    • Detect or accept observation_dimension.
    • Add write_report() override.
  • Checks all ✅
  • Update documentation
  • Update doc/whatsnew.rst

@khaeru khaeru added the enh New feature or request label Jan 26, 2024
@khaeru khaeru self-assigned this Jan 26, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ac3ba5e) 100.00% compared to head (691a80f) 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##              main      #115    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           48        50     +2     
  Lines         4118      4227   +109     
==========================================
+ Hits          4118      4227   +109     
Files Coverage Δ
genno/compat/sdmx/__init__.py 100.00% <100.00%> (ø)
genno/compat/sdmx/operator.py 100.00% <100.00%> (ø)
genno/compat/sdmx/util.py 100.00% <100.00%> (ø)
genno/core/attrseries.py 100.00% <100.00%> (ø)
genno/core/computer.py 100.00% <100.00%> (ø)
genno/tests/compat/test_sdmx.py 100.00% <100.00%> (ø)

@khaeru khaeru added the compat:sdmx Compatibility with sdmx1 label Jan 26, 2024
@khaeru khaeru merged commit a37f1e7 into main Jan 26, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compat:sdmx Compatibility with sdmx1 enh New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SDMX input/output
2 participants