What’s new?#
v2.17.0 (2024-09-03)#
MetadataStructureDefinition
andMetadataSet
can be written to and read from SDMX-ML (PR #192).Clarify differences between
v21.MetadataSet.structured_by
andv30.MetadataSet.structured_by
, according to the respective standards documents.Read and write
MetadataAttribute
,MetadataReport
,ReportedAttribute
,Period
, and associated classes and subclasses.XHTMLAttributeValue
contents are stored aslxml.etree
nodes.MetadataStructureDefinition is included when writing
StructureMessage
.
Update base url for WB_WDI: World Bank Group “World Development Indicators” source to use HTTPS instead of plain HTTP (#191, PR #192).
Improvements to
reader.xml
andreader.xml.v21
(PR #192).Correctly associate
Item
inItemScheme
with its parent, even if the parent is defined after the child (“forward reference”).Bugfix: correctly handle a
MaintainableArtefact
that is explicitly included in a message (that is, not merely referenced), but withis_external_reference = True
; the value given in the file is preserved.Bugfix:
FacetValueType
is written in UpperCamelCase per the standard. The standard specifies lowerCamelCase only in the Information Model.Bugfix: erroneous extra
<Ref ... style="Ref"/>
attribute is no longer written.
Expand logged information in
ComponentList.compare()
(PR #192).
v2.16.0 (2024-08-16)#
New module
sdmx.model.version
, classVersion
, and convenience functionsversion.increment()
andversion.parse()
(PR #189).New functions
urn.expand()
,urn.normalize()
,urn.shorten()
and supporting classURN
(PR #189).
v2.15.0 (2024-04-28)#
Adjust the Ten-line usage example for current data returned by ESTAT (#169, PR #170).
Update the base URL of the ILO source (PR #175; thanks @SebaJeku for #177).
StructureMessage.get()
can match onIdentifiableArtefact.urn
(PR #170). This makes the method more useful in the case that a message includes artefacts with the same ID but differentmaintainer
and/orversion
.urn.make()
can handleDataConsumerScheme
,OrganisationScheme
,ReportingTaxonomy
,TransformationScheme
, andVTLMappingScheme
(PR #175).New method
StructureMessage.iter_objects()
(PR #175).New method
DataMessage.update()
(PR #175).Bugfix:
ItemScheme
could not becopy.deepcopy()
‘d (PR #170).Bugfix:
TypeError
was raised onClient.get()
from an SDMX-JSON source (PR #175).
v2.14.0 (2024-02-20)#
Add support for SDMX 3.0 REST APIs (PR #158). (Note that SDMX-REST v2.1.0 corresponds to version 3.0 of the overall SDMX standards; see the docs.)
Add
v21.URL
andv30.URL
to construct URLs for different API versions.Add
Resource.availableconstraint
and construct (meta)data availability queries per the SDMX 2.1 (REST API v1.5.0) standard (PR #161; thanks @FedorYatsenko).Add
source.Source.versions
attribute to identify REST API versions supported by each source, andSource.get_url_class()
.Add
ESTAT3
, a separate ESTAT data source that makes SDMX 3.0 (REST API v2.1.0) queries.
Add four new ESTAT-related data sources: ESTAT_COMEXT: Eurostat Comext and Prodcom databases and COMP, EMPL, GROW: Directorates General of the European Commission (PR #130).
Automatically handle unsupported values of the
?references=...
query parameter for the COMP, EMPL, GROW: Directorates General of the European Commission data sources (#162, PR #163).Bug fix for reading SDMX-ML 2.1: some associations (particularly,
core_representation
) not stored correctly if a message contained twoMaintainableArtefact
with the same ID but different maintainer/version (PR #165, thanks @sychsergiy for #164).Drop quirks handling for ILO: International Labour Organization added in v2.6.3 (2022-09-29) (PR #158). The source no longer exhibits the same limitations.
v2.13.1 (2024-01-24)#
Bug fix for reading
Agency
from SDMX-ML 2.1: name of the parentOrganisation
would be incorrectly attached to the Contact (PR #159).Bug fix for writing
Contact
to SDMX-ML 2.1:Contact.uri
andContact.email
would be written as, for instance,<str:URI text="https://example.com"/>
instead of<str:URI>https://example.com</str:URI>
(PR #159).
v2.13.0 (2024-01-23)#
Expand
model
andreader.xml
support for metadata structures and metadata sets (§7 of the Information Model in both SDMX 2.1 and 3.0) (#73, PR #152). This includes the additional classes:model.common
:CodingFormat
ExtendedFacetValueType
HierarchicalCode
Level
.model.v21
:CodelistMap
CodeMap
DataSetTarget
DimensionDescriptorValuesTarget
EnumeratedAttributeValue
IdentifiableObjectTarget
ItemAssociation
ItemSchemeMap
MetadataReport
MetadataSet
MetadataTarget
NonEnumeratedAttributeValue
OtherNonEnumeratedAttributeValue
ReportedAttribute
ReportingCategory
ReportingTaxonomy
ReportPeriodTarget
ReportStructure
StructureSet
TargetIdentifiableObject
TargetObject
TargetObjectKey
TargetObjectValue
TargetReportPeriod
TextAttributeValue
XHTMLAttributeValue
.model.v30
:CodedMetadataAttributeValue
IdentifiableObjectSelection
MetadataAttributeDescriptor
MetadataAttributeValue
Metadataflow
MetadataSet
MetadataStructureDefinition
OtherUncodedAttributeValue
TargetIdentifiableObject
TextAttributeValue
UncodedMetadataAttributeValue
XHTMLAttributeValue
.
New collections on StructureMessage:
hierarchical_codelist
,hierarchy
,metadatastructure
.New class
MetadataMessage
.Improve
Structure
:New attribute
grouping
per the information model.New convenience method
replace_grouping()
.
reader.xml
parses messages available from ‘actualconstraint’, ‘allowedconstraint’, ‘contentconstraint’, ‘hierarchicalcodelist’, ‘metadatstructure’, ‘structure’, and ‘structureset’ SDMX 2.1 REST API endpoints for all known data sources that support these.Expand explicit marking of particular data sources that do not support the above endpoints.
Add support for validating SDMX-ML messages; see
validate_xml()
(#51; thanks @goatsweater for PR #154).sdmx
is fully compatible with pandas 2.2.0, released 2024-01-19 (PR #156).
v2.12.1 (2023-12-20)#
Python 3.12 (released 2023-10-02) is fully supported (PR #145).
Bugfix:
dsd=...
argument supplied to the SDMX-ML reader ignored in v2.11.0 and later, causing a warning (PR #147; thanks @miccoli for #146).Bugfix: attribute
<str:Attribute assignmentStatus="…">
not read from SDMX-ML (PR #150, thanks @goatsweater for #149).Bugfix: items not written by
writer.xml
(PR #150, thanks @goatsweater for #149).Annotation.title
→<com:AnnotationTitle>…<com:AnnotationTitle/>
.DimensionComponent.order
→<str:Dimension position="…">
.PrimaryMeasureRelationship
→ specific reference to theid
of thePrimaryMeasure
within the associatedDataStructureDefinition
.
v2.12.0 (2023-10-11)#
Fix two bugs in parsing
ItemScheme
from SDMX-ML:VersionableArtefact.valid_from
,valid_to
not stored, andAnnotations
for the scheme itself erroneously collected by the firstItem
in the scheme (PR #143; thanks @goatsweater for #142).Update OECD to support the provider’s recently-added SDMX-ML API (PR #140). Rename the corresponding, older SDMX-JSON source OECD_JSON; work around a known issue with its SSL configuration (see
oecd_json.Client()
).
v2.11.0 (2023-08-04)#
Migration notes#
As advertised in Migration notes, user code should import either
sdmx.model.v21
orsdmx.model.v30
. When working with data or structures queried from an SDMX 2.1 or 3.0 data source, be sure to use the corresponding information model (IM). Mixing classes from the two IMs is not supported and may lead to unexpected behaviour.There are several differences between the SDMX 2.1 and 3.0 IMs: the new standards delete some classes, change the name or behaviour of others, and add entirely new classes. (The “Standards” page of the SDMX website includes a link to a document with a “Summary of Changes and New Functionalities”.) User code that functions against
model.v21
must be updated if it uses deleted or renamed classes; it may need updating if it depends on behaviour that changes in SDMX 3.0.
All changes#
Implement the SDMX 3.0 Information Model (
model.v30
) and a SDMX-ML 3.0 reader (reader.xml.v30
) (PR #135).Add
util.item_structure.parse_item_description()
,parse_item()
, andparse_all()
for handling common, but non-standard “structure expressions” like “A = B + C - D” in thedescription
ofItems
inItemSchemes
(or subclasses, e.g.Code
inCodelist
) (#133, PR #137). See examples and further description in the function documentation.Update the ECB: European Central Bank data source URL per a recent change in the service (PR #134).
v2.10.0 (2023-05-20)#
Switch from third-party
pydantic
to Python standard librarydataclasses
(PR #128).This is a major change to the
sdmx
internals, but should come with few API changes and some performance improvements. Specific known changes:Individual classes do not have pydantic-supplied
copy()
methods. Usecopy.copy()
orcopy.deepcopy()
from the standard library, as appropriate.Observation.attached_attribute
values should be set explicitly toAttributeValue
instances, rather than to arbitrary types. Instead of:from sdmx.model.v21 import Observation o = obs() o.attached_attribute["CURRENCY"] = "EUR"
…do:
from sdmx.model.v21 import AttributeValue as available o.attached_attribute["CURRENCY"] = av("EUR")
reader.json
properly parsesHeader.prepared
as adatetime
object from SDMX-JSON data messages (PR #128).writer.xml
no longer writes objects in a SDMX-MLStructureMessage
ifMaintainableArtefact.is_external_reference
isTrue
(PR #128).Add four new ESTAT-related data sources: ESTAT_COMEXT: Eurostat Comext and Prodcom databases and COMP, EMPL, GROW: Directorates General of the European Commission (PR #130).
Update broken links and other information for some Data sources (PR #130).
Update ABS: Australian Bureau of Statistics (SDMX-ML) to support the ABS’ recently-added “beta” SDMX-ML API (PR #129).
Rename the corresponding SDMX-JSON source ABS_JSON: Australian Bureau of Statistics (SDMX-JSON), update web service URL and quirks handling (
abs_json.Source
) (PR #129, PR #130).
v2.9.0 (2023-04-30)#
Add
sdmx.to_csv()
(writer.csv
) to generate SDMX-CSV 1.0 (corresponding to SDMX 2.1) representation ofDataSets
(#36, PR #125).Information Model classes (PR #125):
Add
AnnotableArtefact.eval_annotation()
, which can be used to retrieve Python data structures stored usingrepr()
asAnnotation.text
on an object.Implement
KeyValue.__lt__()
, for use with Pythonsorted()
.Implement
DataSet.__str__()
. The previous default string representation included the representation of every observation in the data set, which could be excessively verbose. Userepr(ds)
explicitly if this is desired.ComponentList.append()
(thus also child classes includingDimensionDescriptor
) now setsDimensionComponent.order
on the appended components (dimensions), if not already set.
-
Write
DataSet.attrib
, i.e.AttributeValue
attached directly to a data set, rather than to its contents.Write
Contact
, e.g. within anAgencyScheme
.
Bugfix: correctly handle
&detail=referencepartial
REST query parameter andStructureMessage
containing ≥2MaintainableArtefact
with the same maintainer and ID, but different versions (#116, PR #124). See the documentation forreader.xml
.sdmx
is fully compatible with pandas 2.0.0, released 2023-04-03 (PR #124). The minimum version of Python is increased from 3.7 (EOL 2023-06-27) to 3.8.
v2.8.0 (2023-03-31)#
Migration notes#
In order to prepare for future support of SDMX 3.0, code such as the following will emit a DeprecationWarning
:
from sdmx.model import DataStructureDefinition
from sdmx import model
dsd = model.DataStructureDefinition(...)
This occurs for sdmx.model
classes (e.g. v21.DataStructureDefinition
) which may have a different implementation in SDMX 3.0 than in SDMX 2.1.
It does not occur for classes (e.g. InternationalString
) that are unchanged from SDMX 2.1 to 3.0.
Code can be adjusted by importing explicitly from the new model.v21
submodule:
from sdmx.model.v21 import DataStructureDefinition
from sdmx.model import v21 as model
dsd = model.DataStructureDefinition(...)
All changes#
Outline and prepare for for SDMX 3.0 support (PR #120). Read SDMX standard versions 2.0, 2.1, and 3.0 for details.
The internal
Format
is replaced by aMediaType
, allowing to distinguish the “, version=3.0.0” parameters in the HTTPContent-Type
header.xml.v21.Reader.media_types
andjson.Reader.media_types
explicitly indicate supported media types.ItemScheme.is_partial
defaults toNone
.Add empty/stub
format.csv
,reader.csv
(cf. #34), andmodel.v30
.Improve readability in Implementation notes (PR #121).
v2.7.1 (2023-03-09)#
v2.7.0 (2022-11-14)#
Python 3.11 is fully supported (PR #109).
Changes for specific data sources:
ESTAT: Eurostat and related: update web service URL, quirks handling (
estat.Source
), tests, and usage throughout documentation (PR #107, PR #109, thanks @zymon).IMF: International Monetary Fund’s “SDMX Central” source: work around #102 (thanks @zymon), an error in some structure messages (PR #103).
ISTAT: National Institute of Statistics (Italy): update web service URL (PR #105; thanks @miccoli for #104).
Add
MetadataflowDefinition
,MetadataStructureDefinition
, and handle references to these inreader.xml
(PR #105).Handle SDMX-ML observed in the wild (PR #109):
Elements that normally contain text but appear without even a text node, e.g.
<com:AnnotationURL/>
.XML namespaces defined on the message element, e.g.
<mes:StructureSpecificData xmlns:u="...">
followed by<u:DataSet>
instead of<mes:DataSet>
.
Use the user-supplied
dsd=…
argument toClient.get()
, even if its ID does not match those used locally in an SDMX-MLDataMessage
(PR #106, #104).Expand the source/endpoint test matrix (PR #109). Every REST API endpoint is queried for every data source, even if it is known to be not implemented. This allows to spot when source implementations change.
Sort entries in
sources.json
(PR #109).
v2.6.3 (2022-09-29)#
Update ILO: International Labour Organization web service URL and quirks handling (PR #97, thanks @ethangelbach).
Use HTTPS for ESTAT: Eurostat and related (PR #97).
Bump minimum version of
pydantic
to 1.9.2 (PR #98).Always return all objects parsed from a SDMX-ML
StructureMessage
(PR #99).If two or more
MaintainableArtefact
have the same ID (e.g. “CL_FOO”);sdmx
would formerly store only the last one parsed. Now, each is returned, with keys like{maintainer's id}:{object id}
such as would appear in an SDMX URI; for example, “AGENCY_A:CL_FOO”, “AGENCY_B:CL_FOO”, etc.Recognize the MIME type
application/vnd.sdmx.generic+xml;version=2.1
(PR #99).Catch some cases where
name
anddescription
were discarded when parsing SDMX-ML (PR #99).
v2.6.2 (2022-01-11)#
This release contains mainly compatibility updates and testing changes.
https://khaeru.github.io/sdmx/ now serves a dashboard summarizing automatic, daily tests of every SDMX 2.1 REST API endpoints for every data source built-in to
sdmx
. See Handling and testing limitations and (un)supported endpoints (PR #90).Pydantic >= 1.9 is supported (PR #91).
Python 3.10 is fully supported (PR #89).
v2.6.1 (2021-07-27)#
Bug fixes#
reader.xml
ignored values like0
or0.0
that evaluated equivalent toFalse
(PR #86).
v2.6.0 (2021-07-11)#
Expand documentation of Handling and testing limitations and (un)supported endpoints; add a large number of expected test failures for limitations of specific web services (PR #84).
Add information from the SDMX-REST standard (PR #84):
format.FORMATS
, all media (MIME or content) types and their attributes.Resource
, expanded and including all resource names appearing in the standard.rest.RESPONSE_CODE
.
Information Model pieces (PR #84):
Classes
DataConsumer
andDataProvider
, including reading these from SDMX-ML.Attribute
DataSet.described_by
, referencing aDFD
in the same waystructured_by
references aDSD
.
-
Write
Footer
into messages.Do not create URNs for members of
ItemSchemes
; only write existing URNs. This improves round-trip fidelity to original files.
Convenience methods and functionality (PR #84):
StructureMessage.objects()
to access collections of structures using a class reference.len()
onMemberSelection
.model.get_class()
now works withResource
enumeration values as arguments.
Internal (PR #84):
New
BaseReader
methodssupports_content_type()
andsupports_suffix()
.Improve typing.
Expand test coverage.
v2.5.0 (2021-06-27)#
Add BBK: German Federal Bank and BIS: Bank for International Settlements services to supported sources (PR #83).
Work around some non-standard behaviours of
BBK
; see #82.
Document how Countdown to 2030 data can be accessed from the UNICEF service (PR #83).
Reduce noise when
requests_cache
is not installed (#75, PR #80). An exception is still raised if (a) the package is not installed and (b) cache-related arguments are passed toClient
.Bugfix: verify =
False
was not passed to the preliminary request used to validate adict
key for a data request (PR #80; thanks @albertame for #77).Handle
<mes:Department>
and<mes:Role>>
in SDMX-ML headers (#78, PR #79).
v2.4.1 (2021-04-12)#
v2.4.0 (2021-03-28)#
IdentifiableArtefact
can besorted()
(PR #71).Add
DataStructureDefinition.iter_keys()
to iterate over valid keys, optionally with av21.Constraint
(PR #72)Also add
ContentConstraint.iter_keys()
,DataflowDefinition.iter_keys()
.Implement or improve
Constraint.__contains__()
,CubeRegion.__contains__()
,ContentConstraint.__contains__()
,v21.KeyValue.__eq__()
, andKey.__eq__()
.
Speed up creation of
Key
objects by improvingpydantic
usage, updatingKey.__init__()
, and addingKey._fast()
.Simplify
validate_dictlike()
; adddictlike_field()
, and simplifypydantic
validation ofDictLike
objects, keys, and values.
v2.3.0 (2021-03-10)#
Improve typing of
Item
and subclasses, e.g.Code
(PR #66).parent
andchild
elements are typed the same as a subclass.Require
pydantic
>= 1.8.1, and remove workarounds for limitations in earlier versions (PR #66).The default branch of the
sdmx
GitHub repository is renamedmain
.
Bug fixes#
v2.2.1 (2021-02-27)#
Temporary exclude
pydantic
versions >= 1.8 (PR #62).
v2.2.0 (2021-02-26)#
New convenience method
AnnotableArtefact.get_annotation()
to return but not remove an Annotation, e.g. by its ID (PR #60).Add
py.typed
to support type checking (e.g. with mypy) in packages that depend onsdmx
.
v2.1.0 (2021-02-22)#
ItemScheme.append()
now raisesValueError
on duplicate IDs (PR #58).Item.parent
stores a reference to the containingItemScheme
for top-level Items that have no hierarchy/parent of their own. This allows navigating from any Item to the ItemScheme that contains it.Item.get_scheme()
is added as a convenience method (PR #58).reader.xml
internals reworked for significant speedups in parsing of SDMX-ML (PR #58).New convenience method
StructureMessage.get()
to retrieve objects by ID across the multiple collections in StructureMessage (PR #58).New convenience method
AnnotableArtefact.pop_annotation()
to locate, remove, and return a Annotation, e.g. by its ID (PR #58).len()
of aDataKeySet
gives the length ofDataKeySet.keys
(PR #58).
v2.0.1 (2021-01-31)#
Bug fixes#
NoSpecifiedRelationship
andPrimaryMeasureRelationship
do not need to be instantiated; they are singletons (#54, PR #56).attributes= “d” ignored in
to_pandas()
(#55, PR #56).
v2.0.0 (2021-01-26)#
Migration notes#
Code that calls Request()
emits DeprecationWarning
and logs a message with level WARNING
:
>>> sdmx.Request("ECB")
Request class will be removed in v3.0; use Client(...)
<sdmx.client.Client object at 0x7f98787e7d60>
Instead, use:
sdmx.Client("ECB")
Per the standard semantic versioning approach, this feature is marked as deprecated in version 2.0, and will be removed no sooner than version 3.0.
References to sdmx.logger
should be updated to sdmx.log
.
Instead of passing the log_level parameter to Client
, access this standard Python Logger
and change its level, as described at HOWTO control logging.
All changes#
The large library of test specimens for
sdmx
is no longer shipped with the package, reducing the archive size by about 80% (#18, PR #52). The specimens can be retrieved for running tests locally; see Test specimens.The
Request
class is renamedClient
for semantic clarity (#11, PR #44):A Client can open a
requests.Session
and might make manyrequests.Requests
against the same web service.The log_level parameter to
Client
is deprecated.Some internal modules are renamed. These should not affect user code; if they do, adjust that code to use the top-level objects.
sdmx.api
is renamedsdmx.client
.sdmx.remote
is renamedsdmx.session
.sdmx.reader.sdmxml
is renamedsdmx.reader.xml
, to conform withsdmx.format.xml
andsdmx.writer.xml
.sdmx.reader.sdmxjson
is renamedsdmx.reader.json
.
v1.7 and earlier#
v1.7.0 (2021-01-26)#
New features#
Add The Pacific Community’s Pacific Data Hub as a data source (PR #30).
Add classes to
sdmx.model
:v21.TimeRangeValue
,Period
,RangePeriod
, and parse<com:TimeRange>
and related tags in SDMX-ML (PR #30).
Bug fixes#
Output SDMX-ML header elements in order expected by standard XSD (#42, PR #43).
Respect override argument to
add_source()
(PR #41).
v1.6.0 (2020-12-16)#
New features#
Support Python 3.9 (using pydantic ≥ 1.7) (PR #37).
Add National Bank of Belgium as a data source (PR #32).
Add Statistics Lithuania as a data source (PR #33).
Bug fixes#
v1.5.0 (2020-11-12)#
Add a brief tutorial on creating SDMX-ML messages from pure Python objects (#23, PR #24).
Add Statistics Estonia as a data source (PR #25).
Supply provider=“ALL” to INSEE structure queries by default (#21, PR #22)
v1.4.0 (2020-08-17)#
New features#
Enhance
to_xml()
to handleDataMessages
(PR #13).In v1.4.0, this feature supports a subset of DataMessages and DataSets. If you have an example of a DataMessages that
sdmx
1.4.0 cannot write, please file an issue on GitHub with a file attachment. SDMX-ML features used in such examples will be prioritized for future improvements.Add
compare()
methods toDataMessage
,DataSet
, and related classes (PR #13).
Bug fixes#
Fix parsing of
MeasureDimension
returned by SGR for data structure queries (PR #14).
v1.3.0 (2020-08-02)#
Adjust imports for compatibility with pandas 1.1.0 (PR #10).
Add World Bank World Development Indicators (WDI) service to supported sources (PR #10).
v1.2.0 (2020-06-04)#
New features#
Methods like
IdentifiableArtefact.compare()
are added for recursive comparison ofmodel
objects (PR #6).to_xml()
covers a larger subset of SDMX-ML, including almost all contents of aStructureMessage
(PR #6).
v1.1.0 (2020-05-18)#
Data model changes#
…to bring sdmx
into closer alignment with the standard Information Model (PR #4):
Change
Header.receiver
andHeader.sender
to optionalAgency
, notstr
.Add
Header.source
andtest
.IdentifiableArtefact.id
is strictly typed asstr
, with a singleton object (analogous toNone
) used for missing IDs.IdentifiableArtefact.id
,VersionableArtefact.version
, andMaintainableArtefact.maintainer
are inferred from a URN if one is passed during construction.VersionableArtefact.identical()
andMaintainableArtefact.identical()
compare on version and maintainer attributes, respectively.Facet
,Representation
, andISOConceptReference
are strictly validated, i.e. cannot be assigned non-IM attributes.Add
OrganisationScheme
,NoSpecifiedRelationship
,PrimaryMeasureRelationship
,DimensionRelationship
, andGroupRelationship
as distinct classes.Type of
DimensionRelationship.dimensions
isDimensionComponent
, not the narrowerDimension
.v21.DataStructureDefinition.measures
is an emptyv21.MeasureDescriptor
by default, notNone
.DataSet.add_obs()
now acceptsObservations
with noSeriesKey
association, and sets this association to the one provided as an argument.String representations are simplified but contain more information.
New features#
Item.hierarchical_id
andItemScheme.get_hierarchical()
create and search on IDs like ‘A.B.C’ for Item ‘A’ with child/grandchild Items ‘B’ and ‘C’ (PR #4).New methods
parent_class()
,get_reader_for_path()
,detect_content_reader()
, andreader.register()
(PR #4)..sdmxml.Reader
uses an event-driven, rather than recursive/tree iterating, parser (PR #4).The codebase is improved to pass static type checking with mypy (PR #4).
Add
to_xml()
to generate SDMX-ML for a subset of the IM (PR #3).
Test suite#
PR #2: Add tests of data queries for source(s): OECD
v1.0.0 (2020-05-01)#
Project forked and renamed to
sdmx
(module) /sdmx1
(on PyPI, due to an older, unmaintained package with the same name).sdmx.model
is reimplemented.Python typing and pydantic are used to force tight compliance with the SDMX Information Model (IM). Users familiar with the IM can use
sdmx
without the need to understand implementation-specific details.IM classes are no longer tied to
sdmx.reader
instances and can be created and manipulated outside of a read operation.
sdmx.api
andsdmx.remote
are reimplemented to (1) match the semantics of the requests package and (2) be much thinner.Data sources are modularized in
Source
.Idiosyncrasies of particular data sources (e.g. ESTAT’s process for large requests) are handled by source-specific subclasses. As a result,
sdmx.api
is leaner.
Testing coverage is significantly expanded.
Promised, but untested, features of the 0.x series now have tests, to ensure feature parity.
There are tests for each data source (
tests/test_sources.py`
) to ensure the package can handle idiosyncratic behaviour.The pytest-remotedata pytest plugin allows developers and users to run or skip network tests with –remote-data.
Breaking changes#
Python 3.6 and earlier (including Python 2) are not supported.
Migrating#
Writer.write(…, reverse_obs=True)
: use the standard pandas indexing approach to reverse a pd.Series:s.iloc[::-1]
odo support is no longer built-in; however, users can still register a SDMX resource with odo. See the HOWTO.
write_dataset()
: the parse_time and fromfreq arguments are replaced by datetime; see the method documentation and the walkthrough section for examples.
pandaSDMX (versions 0.9 and earlier)#
pandaSDMX v0.9 (2018-04)#
This version is the last tested on Python 2.x. Future versions will be tested on Python 3.5+ only
New features#
four new data providers INEGI (Mexico), Norges Bank (Norway), International Labour Organization (ILO) and Italian statistics office (ISTAT)
model: make Ref instances callable for resolving them, i.e. getting the referenced object by making a remote request if needed
improve loading of structure-specific messages when DSD is not passed / must be requested on the fly
process multiple and cascading content constraints as described in the Technical Guide (Chap. 6 of the SDMX 2.1 standard)
StructureMessages and DataMessages now have properties to compute the constrained and unconstrained codelists as dicts of frozensets of codes. For DataMessage this is useful when
series_keys
was set to True when making the request. This prompts the data provider to generate a dataset without data, but with the complete set of series keys. This is the most accurate representation of the available series. Agencies such as IMF and ECB support this feature.
v0.8.2 (2017-12-21)#
fix reading of structure-specific data sets when DSD_ID is present in the data set
v0.8.1 (2017-12-20)#
fix broken package preventing pip installs of the wheel
v0.8 (2017-12-12)#
add support for an alternative data set format defined for SDMXML messages. These so-called structure-specific data sets lend themselves for large data queries. File sizes are typically about 60 % smaller than with equivalent generic data sets. To make use of structure-specific data sets, instantiate Request objects with agency IDs such as ‘ECB_S’, ‘INSEE_S’ or ‘ESTAT_S’ instead of ‘ECB’ etc. These alternative agency profiles prompt pandaSDMX to execute data queries for structure-specific data sets. For all other queries they behave exactly as their siblings. See a code example in chapter 5 of the docs.
raise ValueError when user attempts to request a resource other than data from an agency delivering data in SCMX-JSON format only (OECD and ABS).
Update INSEE profile
handle empty series properly
data2pd writer: the code for Series index generation was rewritten from scratch to make better use of pandas’ time series functionality. However, some data sets, in particular from INSEE, which come with bimonthly or semestrial frequencies cannot be rendered as PeriodIndex. Pass
parse_time=False
to the .write method to prevent errors.
v0.7.0 (2017-06-10)#
add new data providers:
Australian Bureau of Statistics
International Monetary Fund - SDMXCentral only
United Nations Division of Statistics
UNESCO (free registration required)
World Bank - World Integrated Trade Solution (WITS)
new feature: load metadata on data providers from json file; allow the user to add new agencies on the fly by specifying an appropriate JSON file using the
pandasdmx.api.Request.load_agency_profile
.new
pandasdmx.api.Request.preview_data
providing a powerful fine-grain key validation algorithm by downloading all series-keys of a dataset and exposing them as a pandas DataFrame which is then mapped to the cartesian product of the given dimension values. Works only with data providers such as ECB and UNSD which support “series-keys-only” requests. This feature could be wrapped by a browser-based UI for building queries.SDMX-JSON reader: add support for flat and cross-sectional datasets, preserve dimension order where possible
structure2pd writer: in codelists, output Concept rather than Code attributes in the first line of each code-list. This may provide more information.
v0.6.1 (2017-02-03)#
fix 2to3 issue which caused crashes on Python 2.7
v0.6 (2017-01-07)#
This release contains some important stability improvements.
Bug fixes#
JSON data from OECD is now properly downloaded
The data writer tries to glean a frequency value for a time series from its attributes. This is helpful when exporting data sets, e.g., from INSEE (Issue 41).
Known issues#
A data set which lacks a FREQ dimension or attribute can be exported as pandas DataFrame only when parse_time=False?, i.e. no DateTime index is generated. The resulting DataFrame has a string index. Use pandas magic to create a DateTimeIndex from there.
v0.5 (2016-10-30)#
New features#
new reader module for SDMX JSON data messages
add OECD as data provider (data messages only)
pandasdmx.model.Category
is now an iterator over categorised objects. This greatly simplifies category usage. Besides, categories with the same ID while belonging to multiple category schemes are no longer conflated.
API changes#
Request constructor: make agency ID case-insensitive
As
Category
is now an iterator over categorised objects,Categorisations
is no longer considered part of the public API.
Bug fixes#
SDMX-ML reader: fix AttributeError in write_source method, thanks to Topas
correctly distinguish between categories with same ID while belonging to different category schemes
v0.4 (2016-04-11)#
New features#
add new provider INSEE, the French statistics office (thanks to Stéphan Rault)
register ‘.sdmx’ files with Odo if available
logging of http requests and file operations.
new structure2pd writer to export codelists, dataflow-definitions and other structural metadata from structure messages as multi-indexed pandas DataFrames. Desired attributes can be specified and are represented by columns.
API changes#
pandasdmx.api.Request
constructor accepts alog_level
keyword argument which can be set to a log-level for the pandasdmx logger and its children (currently only pandasdmx.api)pandasdmx.api.Request
now has atimeout
property to set the timeout for http requestsextend api.Request._agencies configuration to specify agency- and resource-specific settings such as headers. Future versions may exploit this to provide reader selection information.
api.Request.get: specify http_headers per request. Defaults are set according to agency configuration
Response instances expose Message attributes to make application code more succinct
rename
pandasdmx.api.Message
attributes to singular form. Old names are deprecated and will be removed in the future.pandasdmx.api.Request
exposes resource names such as data, datastructure, dataflow etc. as descriptors calling ‘get’ without specifying the resource type as string. In interactive environments, this saves typing and enables code completion.data2pd writer: return attributes as namedtuples rather than dict
use patched version of namedtuple that accepts non-identifier strings as field names and makes all fields accessible through dict syntax.
remove GenericDataSet and GenericDataMessage. Use DataSet and DataMessage instead
sdmxml reader: return strings or unicode strings instead of LXML smart strings
sdmxml reader: remove most of the specialized read methods. Adapt model to use generalized methods. This makes code more maintainable.
sdmx.model.Representation
for DSD attributes and dimensions now supports text not just code lists.
Other changes and enhancements#
documentation has been overhauled. Code examples are now much simpler thanks to the new structure2pd writer
testing: switch from nose to py.test
improve packaging. Include tests in sdist only
numerous bug fixes
v0.3.1 (2015-10-04)#
This release fixes a few bugs which caused crashes in some situations.
v0.3.0 (2015-09-22)#
support for requests-cache allowing to cache SDMX messages in memory, MongoDB, Redis or SQLite.
pythonic selection of series when requesting a dataset: Request.get allows the
key
keyword argument in a data request to be a dict mapping dimension names to values. In this case, the dataflow definition and datastructure definition, and content-constraint are downloaded on the fly, cached in memory and used to validate the keys. The dotted key string needed to construct the URL will be generated automatically.The Response.write method takes a
parse_time
keyword arg. Set it to False to avoid parsing of dates, times and time periods as exotic formats may cause crashes.The Request.get method takes a
memcache
keyword argument. If set to a string, the received Response instance will be stored in the dictRequest.cache
for later use. This is useful when, e.g., a DSD is needed multiple times to validate keys.fixed base URL for Eurostat
major refactorings to enhance code maintainability
v0.2.2#
Make HTTP connections configurable by exposing the requests.get API through the
pandasdmx.api.Request
constructor. Hence, proxy servers, authorisation information and other HTTP-related parameters consumed byrequests.get
can be specified for eachRequest
instance and used in subsequent requests. The configuration is exposed as a dict through a newRequest.client.config
attribute.Responses have a new
http_headers
attribute containing the HTTP headers returned by the SDMX server
v0.2.1#
Request.get: allow fromfile to be a file-like object
extract SDMX messages from zip archives if given. Important for large datasets from Eurostat
automatically get a resource at an URL given in the footer of the received message. This allows to automatically get large datasets from Eurostat that have been made available at the given URL. The number of attempts and the time to wait before each request are configurable via the
get_footer_url
argument.
v0.2.0 (2015-04-13)#
This version is a quantum leap. The whole project has been redesigned and rewritten from scratch to provide robust support for many SDMX features. The new architecture is centered around a pythonic representation of the SDMX information model. It is extensible through readers and writers for alternative input and output formats. Export to pandas has been dramatically improved. Sphinx documentation has been added.
v0.1.2 (2014-09-17)#
fix xml encoding. This brings dramatic speedups when downloading and parsing data
extend description.rst
v0.1 (2014-09)#
Initial release